Home
last modified time | relevance | path

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

/freebsd-13-stable/include/rpcsvc/
HDyp_prot.h256 #define YPBIND_ERR_RESC 3 /* system resource allocation failure */ macro
HDyp.x215 const YPBIND_ERR_RESC = 3; /* System resource allocation failure */ variable
/freebsd-13-stable/usr.sbin/ypbind/
HDypbind.c199 res.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC; in ypbindproc_domain_2_yp()
204 res.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC; in ypbindproc_domain_2_yp()
210 res.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC; in ypbindproc_domain_2_yp()
/freebsd-13-stable/lib/libc/yp/
HDyplib.c274 case YPBIND_ERR_RESC: in ypbinderr_string()