Home
last modified time | relevance | path

Searched refs:YPERR_VERS (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_master.c94 return (YPERR_VERS); in yp_master()
166 return (YPERR_VERS); in __yp_master_rsvdport()
H A Dyperr_string.c80 case YPERR_VERS: in yperr_string()
H A Dypprot_err.c67 return (YPERR_VERS); in ypprot_err()
H A Dyp_all.c90 return (YPERR_VERS); in __yp_all_cflookup()
219 return (YPERR_VERS); in __yp_all_rsvdport()
H A Dyp_order.c93 return (YPERR_VERS); in yp_order()
H A Dyp_enum.c109 return (YPERR_VERS); in __yp_first_cflookup()
274 return (YPERR_VERS); in __yp_next_cflookup()
H A Dyp_match.c241 return (YPERR_VERS); in __yp_match_cflookup()
436 return (YPERR_VERS); in __yp_match_rsvdport_cflookup()
/illumos-gate/usr/src/head/rpcsvc/
H A Dypclnt.h70 #define YPERR_VERS 14 /* YP version mismatch */ macro
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypcat.c130 if (err == YPERR_VERS) { in main()