Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c76 static char clnt_entry[LINESIZE]; in bootparamproc_whoami_1() local
101 if ((bootparams_getbyname(hp->h_name, clnt_entry, in bootparamproc_whoami_1()
102 sizeof (clnt_entry)) != __NSW_SUCCESS) && in bootparamproc_whoami_1()
103 (bootparams_getbyname(wildcard, clnt_entry, in bootparamproc_whoami_1()
104 sizeof (clnt_entry)) != __NSW_SUCCESS)) in bootparamproc_whoami_1()
118 if (cp = strstr(clnt_entry, domainkey)) { in bootparamproc_whoami_1()
123 if ((bootparams_getbyname(wildcard, clnt_entry, in bootparamproc_whoami_1()
124 sizeof (clnt_entry)) == __NSW_SUCCESS) && in bootparamproc_whoami_1()
125 (cp = strstr(clnt_entry, domainkey))) { in bootparamproc_whoami_1()
162 static char clnt_entry[LINESIZE]; in bootparamproc_getfile_1() local
[all …]