Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dyp_prot.h256 #define YPBIND_ERR_RESC 3 /* system resource allocation failure */ macro
H A Dyp.x209 const YPBIND_ERR_RESC = 3; /* System resource allocation failure */ variable
/freebsd/usr.sbin/ypbind/
H A Dypbind.c194 res.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC; in ypbindproc_domain_2_yp()
199 res.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC; in ypbindproc_domain_2_yp()
205 res.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC; in ypbindproc_domain_2_yp()
/freebsd/lib/libc/yp/
H A Dyplib.c273 case YPBIND_ERR_RESC: in ypbinderr_string()