Home
last modified time | relevance | path

Searched refs:server_hostname (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c166 char *server_hostname; in bootparamproc_getfile_1() local
220 server_hostname = cp; in bootparamproc_getfile_1()
223 cp = strchr(server_hostname, ':'); in bootparamproc_getfile_1()
233 res.server_name = server_hostname; in bootparamproc_getfile_1()
242 if ((hp = gethostbyname(server_hostname)) != NULL) { in bootparamproc_getfile_1()
246 addr = inet_addr(server_hostname); in bootparamproc_getfile_1()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c139 char *server_hostname; /* hostname of diskless server */ variable