/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | gethostname.c | 44 return (sysinfo(SI_HOSTNAME, name, namelen) == -1 ? -1 : 0); in gethostname()
|
/titanic_50/usr/src/ucblib/libucb/port/sys/ |
H A D | gethostname.c | 55 error = sysinfo(SI_HOSTNAME, name, namelen); in gethostname()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | systeminfo.h | 70 #define SI_HOSTNAME 2 /* return name of node */ macro
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumpusg.h | 75 ((sysinfo(SI_HOSTNAME, (name), (len)) < 0) ? -1 : 0)
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | get_names.c | 102 (void) sysinfo(SI_HOSTNAME, hostname, name_length);
|
/titanic_50/usr/src/cmd/fs.d/nfs/clear_locks/ |
H A D | clear_locks.c | 121 sysinfo(SI_HOSTNAME, myhostname, sizeof (myhostname)); in main()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | in.talkd.c | 78 (void) sysinfo(SI_HOSTNAME, hostname, name_length); in main()
|
/titanic_50/usr/src/cmd/iscsitsvc/ |
H A D | iscsitsvc.c | 145 ret = sysinfo(SI_HOSTNAME, fqhnp, 256); in it_enable()
|
/titanic_50/usr/src/lib/print/libpapi-common/common/ |
H A D | misc.c | 214 sysinfo(SI_HOSTNAME, hostname, sizeof (hostname)); in is_localhost()
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | systeminfo.c | 71 case SI_HOSTNAME: in systeminfo()
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | mkalias.c | 287 sysinfo(SI_HOSTNAME, host_name, sizeof (host_name)); in AddYPEntries()
|
H A D | ypserv_resolv.c | 167 if (sysinfo(SI_HOSTNAME, name, sizeof (name)-1) == -1) { in setup_resolv()
|
H A D | makedbm.c | 445 sysinfo(SI_HOSTNAME, local_host, sizeof (local_host) - 1);
|
H A D | yppush.c | 1021 if (sysinfo(SI_HOSTNAME, my_name, sizeof (my_name)) == -1) { in send_message()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_generic.c | 519 if (sysinfo(SI_HOSTNAME, buf, sizeof (buf)) < 0) in __rpc_is_local_host()
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | idmapd.c | 369 if (sysinfo(SI_HOSTNAME, _idmapdstate.hostname, in init_idmapd()
|
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_subr.c | 101 result = sysinfo(SI_HOSTNAME, hostname, sizeof (hostname)); in x86pi_get_serverid()
|
/titanic_50/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_subr.c | 188 if (sysinfo(SI_HOSTNAME, ln->host, LN_BUFSIZE) < 0) in __get_local_names1()
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | adt.c | 844 (void) sysinfo(SI_HOSTNAME, localhost, MAXHOSTNAMELEN); in adt_load_hostname() 906 if (sysinfo(SI_HOSTNAME, localhost, MAXHOSTNAMELEN) < 0) { in adt_load_ttyname()
|
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 153 (void) sysinfo(SI_HOSTNAME, host_name, HOST_NM_LN); in is_remote_src()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 177 if (sysinfo(SI_HOSTNAME, self, sizeof (self)) == -1) {
|
/titanic_50/usr/src/cmd/rexd/ |
H A D | rpc.rexd.c | 875 sysinfo(SI_HOSTNAME, hostname, 255);
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access.c | 554 sysinfo(SI_HOSTNAME, local_host, sizeof (local_host)); in add_special_entries()
|
/titanic_50/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 976 (void) sysinfo(SI_HOSTNAME, hostbuf, SYSINFO_BUFSIZE); in write_header()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_subr.c | 883 result = sysinfo(SI_HOSTNAME, hostname, sizeof (hostname)); in pi_get_serverid()
|