HomeSort by: relevance | last modified time | path
    Searched refs:gethostid (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/compat-43/
gethostid.c 1 /* $NetBSD: gethostid.c,v 1.6 2004/04/19 13:16:42 atatat Exp $ */
35 static char sccsid[] = "@(#)gethostid.c 8.1 (Berkeley) 6/2/93";
37 __RCSID("$NetBSD: gethostid.c,v 1.6 2004/04/19 13:16:42 atatat Exp $");
47 gethostid(void) function
  /src/external/bsd/libpcap/dist/lbl/
os-sunos4.h 90 long gethostid(void);
  /src/external/bsd/tcpdump/dist/lbl/
os-sunos4.h 89 long gethostid(void);
  /src/include/
unistd.h 269 long gethostid(void);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
unistd.d 2408 c_long gethostid();
2434 c_long gethostid() @trusted;
2487 c_long gethostid() @trusted;
2512 c_long gethostid() @trusted;
2537 c_long gethostid() @trusted;
2562 c_long gethostid() @trusted;
2587 c_long gethostid() @trusted;
2628 c_long gethostid();
2688 c_long gethostid() @trusted;
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_status.c 230 if (hostid != 0 && (unsigned long)hostid != gethostid() &&
  /src/games/hunt/huntd/
answer.c 104 machine = gethostid();
  /src/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c 1008 (mode & FWRITE) ? (unsigned long)gethostid() : 0);
  /src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c 2114 return gethostid();
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c 1880 if ((unsigned long)hostid != gethostid()) {

Completed in 51 milliseconds