Home
last modified time | relevance | path

Searched refs:YPERR_KEY (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dudpublickey.c127 err = YPERR_KEY;
147 err = YPERR_KEY;
H A Dypmatch.c265 if (err == YPERR_KEY) {
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c234 *(eargp->yp_status) = YPERR_KEY; in _exec_nis_cb()
246 *(eargp->yp_status) = YPERR_KEY; in _exec_nis_cb()
284 if ((check_policy == 0) && (ypstatus == YPERR_KEY)) { in _exec_nis_lookup()
337 case YPERR_KEY: in _exec_nis_lookup()
H A Dnis_common.c75 case YPERR_KEY:
H A Dgetnetgrent.c794 if (yperr != YPERR_KEY) {
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyperr_string.c62 case YPERR_KEY: in yperr_string()
H A Dypprot_err.c61 return (YPERR_KEY); in ypprot_err()
H A Dyp_bind.c917 case YPERR_KEY: /* no such key in map */ in usingypmap()
/illumos-gate/usr/src/head/rpcsvc/
H A Dypclnt.h60 #define YPERR_KEY 5 /* No such key in map */ macro
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c106 if (nserr == YPERR_KEY) {
415 case YPERR_KEY:
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c302 case YPERR_KEY: in update()
/illumos-gate/usr/src/lib/libnsl/key/
H A Dpublickey.c174 case YPERR_KEY : in getkeys_nis()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c2696 if (yperr == 0 || yperr == YPERR_KEY || yperr == YPERR_BUSY)
2752 yperr = YPERR_KEY;
2761 if (yperr == YPERR_KEY && bitset(MF_TRY1NULL, map->map_mflags))
2772 if (yperr != YPERR_KEY && yperr != YPERR_BUSY)
2826 yperr = YPERR_KEY;
2835 if (yperr == YPERR_KEY && try1null)
2846 if (yperr == YPERR_KEY)