Home
last modified time | relevance | path

Searched refs:YP_NOMORE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dypprot_err.c54 case YP_NOMORE: in ypprot_err()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c844 (resp.status != YP_NOMORE)) {
892 (resp.status != YP_NOMORE)) {
1379 if (status != YP_NOMORE) {
1607 if (status != YP_NOMORE) {
1668 case YP_NOMORE:
H A Dypserv_proc.c762 *status = YP_NOMORE; in ypfilter()
1196 resp.ypnext_resp_status = (unsigned)YP_NOMORE; in ypoldnext()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x41 YP_NOMORE = 2, enumerator
H A Dyp_prot.h221 #define YP_NOMORE (2) /* No more entries in map */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c557 case YP_NOMORE: str = "No more entries"; break; in sum_ypstat()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c212 if (instatus != YP_NOMORE) { in _exec_nis_cb()