Home
last modified time | relevance | path

Searched refs:gethostid (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Duname.c72 __STDPP__directive pragma pp:hide getdomainname gethostid gethostname sethostname
75 #define gethostid ______gethostid
95 __STDPP__directive pragma pp:nohide getdomainname gethostid gethostname sethostname
98 #undef gethostid
107 extern long gethostid(void);
436 sfsprintf(s = buf, sizeof(buf), "%08x", gethostid()); in b_uname()
/illumos-gate/usr/src/cmd/hostid/
H A Dhostid.c36 if ((unsigned int)(hostval = gethostid()) == HW_INVALID_HOSTID) { in main()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgethostid.c41 gethostid(void) in gethostid() function
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dgethostid.c51 gethostid(void) in gethostid() function
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/features/
H A Dutsname1 lib getdomainname,gethostid,gethostname,sethostname,syscall,systeminfo,uname
/illumos-gate/usr/src/cmd/ast/libcmd/amd64/FEATURE/
H A Dutsname6 #define _lib_gethostid 1 /* gethostid() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libcmd/i386/FEATURE/
H A Dutsname6 #define _lib_gethostid 1 /* gethostid() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libcmd/sparc/FEATURE/
H A Dutsname6 #define _lib_gethostid 1 /* gethostid() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libcmd/sparcv9/FEATURE/
H A Dutsname6 #define _lib_gethostid 1 /* gethostid() in default lib(s) */
/illumos-gate/usr/src/ucbhead/
H A Dunistd.h155 extern long gethostid(void);
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_pool.c164 return (gethostid()); in get_system_hostid()
/illumos-gate/usr/src/ucblib/libucb/
H A DMakefile.com34 gethostid.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c220 srandom((uint_t)gethostid()); in main()
/illumos-gate/usr/src/ucblib/libucb/port/
H A Dmapfile-vers97 gethostid;
/illumos-gate/usr/src/boot/include/
H A Dunistd.h453 long gethostid(void);
/illumos-gate/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c621 myhostid = gethostid(); in clear_log()
/illumos-gate/usr/src/head/
H A Dunistd.h347 extern long gethostid(void);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c136 r ^= gethostid(); in digest_nonce()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c413 srand((int)gethostid()); in main()
415 srandom((int)gethostid()); in main()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c204 srand48(gethrtime() ^ gethostid() ^ getpid()); in main()
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile417 gethostid.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com453 gethostid.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com435 gethostid.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com477 gethostid.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1987 srandom(gethostid()); in main()

12