Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c167 char *server_hostname; in bootparamproc_getfile_1() local
221 server_hostname = cp; in bootparamproc_getfile_1()
224 cp = strchr(server_hostname, ':'); in bootparamproc_getfile_1()
234 res.server_name = server_hostname; in bootparamproc_getfile_1()
243 if ((hp = gethostbyname(server_hostname)) != NULL) { in bootparamproc_getfile_1()
247 addr = inet_addr(server_hostname); in bootparamproc_getfile_1()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c136 char *server_hostname; /* hostname of diskless server */ variable