Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c60 static char domainkey[] = "domain="; variable
118 if (cp = strstr(clnt_entry, domainkey)) { in bootparamproc_whoami_1()
119 copydomain(cp + sizeof (domainkey) - 1, domain, in bootparamproc_whoami_1()
125 (cp = strstr(clnt_entry, domainkey))) { in bootparamproc_whoami_1()
126 copydomain(cp + sizeof (domainkey) - 1, domain, in bootparamproc_whoami_1()