Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:gethostid
(Results
1 - 21
of
21
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/gethostid/
H
A
D
gethostid01.c
10
* command and
gethostid
().
24
* Test the basic functionality of the sethostid() and
gethostid
() system call.
38
TEST(
gethostid
());
in run()
41
tst_res(TFAIL | TTERRNO, "
gethostid
failed");
in run()
51
TEST(
gethostid
());
in setup()
53
tst_brk(TFAIL | TTERRNO, "
gethostid
failed");
in setup()
/third_party/toybox/toys/example/
H
A
D
hostid.c
7
* This is still in coreutils and
gethostid
() in posix, but a "globally unique
25
xprintf("%08lx\n",
gethostid
());
in hostid_main()
/third_party/musl/src/misc/
H
A
D
gethostid.c
13
long
gethostid
()
in gethostid()
function
/third_party/musl/porting/liteos_a/user/src/misc/
H
A
D
gethostid.c
9
long
gethostid
()
in gethostid()
function
/third_party/ltp/testcases/kernel/syscalls/
H
A
D
Makefile
25
getdomainname getdtablesize
gethostid
getgroups get_mempolicy ipc \
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H
A
D
mod.rs
267
pub fn
gethostid
() -> ::c_long;
in gethostid()
functions
/third_party/musl/porting/liteos_a/user/include/
H
A
D
unistd.h
163
long
gethostid
(void);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
unistd.h
138
long
gethostid
(void);
/third_party/musl/porting/linux/user/include/
H
A
D
unistd.h
165
long
gethostid
(void);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
unistd.h
163
long
gethostid
(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
unistd.h
138
long
gethostid
(void);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
unistd.h
143
long
gethostid
(void);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
unistd.h
138
long
gethostid
(void);
/third_party/musl/include/
H
A
D
unistd.h
202
long
gethostid
(void);
/third_party/musl/libc-test/src/api/
H
A
D
unistd.c
333
{long(*p)(void) =
gethostid
;}
in f()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
743
pub fn
gethostid
() -> ::c_long;
in gethostid()
functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
1728
pub fn
gethostid
() -> ::c_long;
in gethostid()
functions
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-util.c
3259
return pa_sprintf_malloc("%08lx", (unsigned long)
gethostid
());
in pa_machine_id()
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
3138
pub fn
gethostid
() -> ::c_long;
in gethostid()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
4465
pub fn
gethostid
() -> ::c_long;
in gethostid()
functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
5733
pub fn
gethostid
() -> ::c_long;
in gethostid()
functions
Completed in 53 milliseconds