Searched refs:ypstat (Results 1 – 7 of 7) sorted by relevance
/freebsd/libexec/ypxfr/ |
H A D | ypxfr_misc.c | 133 yp_errno = (enum ypstat)YPXFR_NODOM; in ypxfr_get_master() 136 yp_errno = (enum ypstat)YPXFR_NOMAP; in ypxfr_get_master() 140 yp_errno = (enum ypstat)YPXFR_YPERR; in ypxfr_get_master() 157 yp_errno = (enum ypstat)YPXFR_RPC; in ypxfr_get_master() 167 yp_errno = (enum ypstat)YPXFR_RPC; in ypxfr_get_master() 174 yp_errno = (enum ypstat)YPXFR_NODOM; in ypxfr_get_master() 177 yp_errno = (enum ypstat)YPXFR_NOMAP; in ypxfr_get_master() 181 yp_errno = (enum ypstat)YPXFR_YPERR; in ypxfr_get_master() 201 yp_errno = (enum ypstat)YPXFR_NODOM; in ypxfr_get_order() 204 yp_errno = (enum ypstat)YPXFR_NOMAP; in ypxfr_get_order() [all …]
|
H A D | ypxfr_getmap.c | 49 extern enum ypstat yp_errno; 76 yp_errno = (enum ypstat)YPXFR_YPERR; in ypxfr_get_map() 94 yp_errno = (enum ypstat)YPXFR_YPERR; in ypxfr_get_map()
|
H A D | ypxfr_extern.h | 49 extern enum ypstat yp_errno;
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_extern.h | 73 extern enum ypstat yp_errno; 98 extern ypstat yp_select_map(char *, char *, keydat *, int); 99 extern ypstat yp_getbykey(keydat *, valdat *); 100 extern ypstat yp_firstbykey(keydat *, valdat *); 101 extern ypstat yp_nextbykey(keydat *, valdat *); 114 extern ypstat yp_async_lookup_name(struct svc_req *, char *, int); 115 extern ypstat yp_async_lookup_addr(struct svc_req *, char *, int);
|
H A D | yp_dblookup.c | 51 enum ypstat yp_errno = YP_TRUE; 655 ypstat 669 ypstat 673 ypstat rval; in yp_getbykey() 689 ypstat 693 ypstat rval; in yp_firstbykey() 707 ypstat 711 ypstat rval; in yp_nextbykey()
|
H A D | yp_dnslookup.c | 407 ypstat 462 ypstat
|
/freebsd/include/rpcsvc/ |
H A D | yp.x | 42 enum ypstat { enum 111 ypstat stat; 116 ypstat stat; 128 ypstat stat; 133 ypstat stat; 155 ypstat stat;
|