Searched refs:ypstat (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/libexec/ypxfr/ |
| D | ypxfr_misc.c | 135 yp_errno = (enum ypstat)YPXFR_NODOM; in ypxfr_get_master() 138 yp_errno = (enum ypstat)YPXFR_NOMAP; in ypxfr_get_master() 142 yp_errno = (enum ypstat)YPXFR_YPERR; in ypxfr_get_master() 159 yp_errno = (enum ypstat)YPXFR_RPC; in ypxfr_get_master() 169 yp_errno = (enum ypstat)YPXFR_RPC; in ypxfr_get_master() 176 yp_errno = (enum ypstat)YPXFR_NODOM; in ypxfr_get_master() 179 yp_errno = (enum ypstat)YPXFR_NOMAP; in ypxfr_get_master() 183 yp_errno = (enum ypstat)YPXFR_YPERR; in ypxfr_get_master() 203 yp_errno = (enum ypstat)YPXFR_NODOM; in ypxfr_get_order() 206 yp_errno = (enum ypstat)YPXFR_NOMAP; in ypxfr_get_order() [all …]
|
| D | ypxfr_getmap.c | 51 extern enum ypstat yp_errno; 78 yp_errno = (enum ypstat)YPXFR_YPERR; in ypxfr_get_map() 96 yp_errno = (enum ypstat)YPXFR_YPERR; in ypxfr_get_map()
|
| D | ypxfr_extern.h | 51 extern enum ypstat yp_errno;
|
| /freebsd-12-stable/usr.sbin/ypserv/ |
| D | yp_extern.h | 75 extern enum ypstat yp_errno; 100 extern ypstat yp_select_map(char *, char *, keydat *, int); 101 extern ypstat yp_getbykey(keydat *, valdat *); 102 extern ypstat yp_firstbykey(keydat *, valdat *); 103 extern ypstat yp_nextbykey(keydat *, valdat *); 116 extern ypstat yp_async_lookup_name(struct svc_req *, char *, int); 117 extern ypstat yp_async_lookup_addr(struct svc_req *, char *, int);
|
| D | yp_dblookup.c | 53 enum ypstat yp_errno = YP_TRUE; 663 ypstat 677 ypstat 681 ypstat rval; in yp_getbykey() 697 ypstat 701 ypstat rval; in yp_firstbykey() 715 ypstat 719 ypstat rval; in yp_nextbykey()
|
| D | yp_dnslookup.c | 415 ypstat 470 ypstat
|
| /freebsd-12-stable/include/rpcsvc/ |
| D | yp.x | 49 enum ypstat { enum 118 ypstat stat; 123 ypstat stat; 135 ypstat stat; 140 ypstat stat; 162 ypstat stat;
|