Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyperr_string.c78 case YPERR_BADDB: in yperr_string()
H A Dypprot_err.c65 return (YPERR_BADDB); in ypprot_err()
H A Dyp_update.c92 return (YPERR_BADDB); in yp_update()
/illumos-gate/usr/src/head/rpcsvc/
H A Dypclnt.h69 #define YPERR_BADDB 13 /* yp data base is bad */ macro