Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dypprot_err.c64 case YP_BADDB: in ypprot_err()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_proc.c614 resp.status = (unsigned)YP_BADDB; in ypmaster()
663 resp.status = (unsigned)YP_BADDB; in yporder()
781 *status = (unsigned)YP_BADDB; in ypfilter()
1132 resp.ypfirst_resp_status = (unsigned)YP_BADDB; in ypoldfirst()
1193 resp.ypnext_resp_status = (unsigned)YP_BADDB; in ypoldnext()
1264 case YP_BADDB: in ypoldpoll()
H A Dypserv_map.c181 *error = YP_BADDB; in ypset_current_map()
H A Dypxfr.c782 } else if (resp.status != YP_BADDB) {
952 } else if (resp.status != YP_BADDB) {
1688 case YP_BADDB:
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x47 YP_BADDB = -5, enumerator
H A Dyp_prot.h227 #define YP_BADDB (-5) /* Server data base is bad */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c563 case YP_BADDB: str = "Bad database"; break; in sum_ypstat()