Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b.h90 #define YPBIND_ERR_RESC 3 /* System resource allocation failure */ macro
H A Dyp_b_svc.c60 #define YPBIND_ERR_RESC 3 /* System resource allocation failure */ macro
H A Dyp_b_subr.c303 resp.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c73 #define YPBIND_ERR_RESC 3 /* System resource allocation failure */ macro
637 case YPBIND_ERR_RESC: return ("Resource allocation fail"); in ypbind_error()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b.h94 #define YPBIND_ERR_RESC 3 /* System resource allocation failure */ macro
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x201 const YPBIND_ERR_RESC = 3; /* System resource allocation failure */ variable