Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_ancil.c85 return (YP_YPERR);
141 error = YP_YPERR;
156 error = YP_YPERR;
166 error = YP_YPERR;
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x48 YP_YPERR = -6, enumerator
H A Dyp_prot.h228 #define YP_YPERR (-6) /* YP server error */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c564 case YP_YPERR: str = "Server error"; break; in sum_ypstat()