Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/yp/
H A Dypprot_err.c66 case YP_BADDB: in ypprot_err()
/titanic_41/usr/src/cmd/ypcmd/
H A Dypserv_proc.c615 resp.status = (unsigned)YP_BADDB; in ypmaster()
664 resp.status = (unsigned)YP_BADDB; in yporder()
782 *status = (unsigned)YP_BADDB; in ypfilter()
1133 resp.ypfirst_resp_status = (unsigned)YP_BADDB; in ypoldfirst()
1194 resp.ypnext_resp_status = (unsigned)YP_BADDB; in ypoldnext()
1265 case YP_BADDB: in ypoldpoll()
H A Dypserv_map.c183 *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:
/titanic_41/usr/src/head/rpcsvc/
H A Dyp.x49 YP_BADDB = -5, enumerator
H A Dyp_prot.h227 #define YP_BADDB (-5) /* Server data base is bad */ macro
/titanic_41/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h219 #define YP_BADDB ((long)-5) /* Server data base is bad */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c592 case YP_BADDB: str = "Bad database"; break;