Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dypprot_err.c60 case YP_NOKEY: in ypprot_err()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x45 YP_NOKEY = -3, enumerator
H A Dyp_prot.h225 #define YP_NOKEY (-3) /* No such key in map */ macro
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c842 } else if ((resp.status != YP_NOKEY) &&
890 } else if ((resp.status != YP_NOKEY) &&
1680 case YP_NOKEY:
H A Dypserv_proc.c202 resp.status = (unsigned)YP_NOKEY; in ypmatch()
1135 resp.ypfirst_resp_status = (unsigned)YP_NOKEY; in ypoldfirst()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c561 case YP_NOKEY: str = "No such key"; break; in sum_ypstat()