Home
last modified time | relevance | path

Searched refs:gethostid (Results 1 - 21 of 21) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/gethostid/
H A Dgethostid01.c10 * 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 Dhostid.c7 * 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 Dgethostid.c13 long gethostid() in gethostid() function
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dgethostid.c9 long gethostid() in gethostid() function
/third_party/ltp/testcases/kernel/syscalls/
H A DMakefile25 getdomainname getdtablesize gethostid getgroups get_mempolicy ipc \
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs267 pub fn gethostid() -> ::c_long; in gethostid() functions
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h163 long gethostid(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h138 long gethostid(void);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h165 long gethostid(void);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h163 long gethostid(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h138 long gethostid(void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h143 long gethostid(void);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h138 long gethostid(void);
/third_party/musl/include/
H A Dunistd.h202 long gethostid(void);
/third_party/musl/libc-test/src/api/
H A Dunistd.c333 {long(*p)(void) = gethostid;} in f()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs743 pub fn gethostid() -> ::c_long; in gethostid() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1728 pub fn gethostid() -> ::c_long; in gethostid() functions
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3259 return pa_sprintf_malloc("%08lx", (unsigned long) gethostid()); in pa_machine_id()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3138 pub fn gethostid() -> ::c_long; in gethostid() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4465 pub fn gethostid() -> ::c_long; in gethostid() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5733 pub fn gethostid() -> ::c_long; in gethostid() functions

Completed in 53 milliseconds