Home
last modified time | relevance | path

Searched refs:YPERR_RPC (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/librpcsvc/
H A Dyp_update.c81 return(YPERR_RPC); in yp_update()
135 res = YPERR_RPC; in yp_update()
152 res = YPERR_RPC; in yp_update()
167 res = YPERR_RPC; in yp_update()
184 res = YPERR_RPC; in yp_update()
/freebsd/include/rpcsvc/
H A Dypclnt.h38 #define YPERR_RPC 2 /* RPC failure */ macro
/freebsd/lib/libc/yp/
H A Dyplib.c699 return (YPERR_RPC); in yp_match()
789 return (YPERR_RPC); in yp_first()
868 return (YPERR_RPC); in yp_next()
946 return (YPERR_RPC); in yp_all()
1150 case YPERR_RPC: in yperr_string()