Searched refs:YP_BADDB (Results 1 – 8 of 8) sorted by relevance
66 case YP_BADDB: in ypprot_err()
615 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()
183 *error = YP_BADDB; in ypset_current_map()
782 } else if (resp.status != YP_BADDB) {952 } else if (resp.status != YP_BADDB) {1688 case YP_BADDB:
49 YP_BADDB = -5, enumerator
227 #define YP_BADDB (-5) /* Server data base is bad */ macro
219 #define YP_BADDB ((long)-5) /* Server data base is bad */ macro
592 case YP_BADDB: str = "Bad database"; break;