HomeSort by relevance Sort by last modified time
    Searched refs:gethostid (Results 1 - 10 of 10) sorted by null

  /external/toybox/toys/example/
hostid.c 7 * This is still in coreutils and gethostid() in posix, but a "globally unique
25 xprintf("%08lx\n", gethostid());
  /external/ltp/testcases/kernel/syscalls/
Makefile 39 getdomainname getdtablesize gethostid getgroups get_mempolicy ipc \
  /external/ltp/testcases/kernel/syscalls/gethostid/
gethostid01.c 42 * TEST TITLE : Basic test for gethostid(2)
62 * 1.) gethostid(2) returns...(See Description)
88 * This is a Phase I test for the gethostid(2) system call. It is intended
91 * gethostid(2).
109 * output from hostid command and gethostid()
157 TEST(gethostid());
160 tst_resm(TFAIL | TTERRNO, "gethostid failed");
181 "Hostid command and gethostid both report "
226 "hostid is %s, and gethostid "
231 "hostid is %s, but gethostid "
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 110 long gethostid(void);
  /external/libpcap/lbl/
os-sunos4.h 88 long gethostid(void);
  /external/tcpdump/lbl/
os-sunos4.h 89 long gethostid(void);
  /bionic/tests/headers/posix/
unistd_h.c 325 FUNCTION(gethostid, long (*f)(void));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 560 #define gethostid(...) (pthread_testcancel(), gethostid(__VA_ARGS__)) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h     [all...]
  /external/iputils/
rdisc.c 431 srandom((int)gethostid());
    [all...]

Completed in 622 milliseconds