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

/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c77 static char clnt_entry[LINESIZE]; local
102 if ((bootparams_getbyname(hp->h_name, clnt_entry,
103 sizeof (clnt_entry)) != __NSW_SUCCESS) &&
104 (bootparams_getbyname(wildcard, clnt_entry,
105 sizeof (clnt_entry)) != __NSW_SUCCESS))
119 if (cp = strstr(clnt_entry, domainkey)) {
124 if ((bootparams_getbyname(wildcard, clnt_entry,
125 sizeof (clnt_entry)) == __NSW_SUCCESS) &&
126 (cp = strstr(clnt_entry, domainkey))) {
163 static char clnt_entry[LINESIZ local
[all...]

Completed in 55 milliseconds