Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dypprot_err.c62 case YP_BADARGS: in ypprot_err()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x49 YP_BADARGS = -7, enumerator
H A Dyp_prot.h229 #define YP_BADARGS (-7) /* Request arguments bad */ macro
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c155 *error = YP_BADARGS; in ypset_current_map()
H A Dypserv_proc.c748 *status = (unsigned)YP_BADARGS; in ypfilter()
1000 resp.ypmatch_resp_status = (unsigned)YP_BADARGS; in ypoldmatch()
1110 resp.ypfirst_resp_status = (unsigned)YP_BADARGS; in ypoldfirst()
1174 resp.ypnext_resp_status = (unsigned)YP_BADARGS; in ypoldnext()
H A Dypxfr.c1684 case YP_BADARGS:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c565 case YP_BADARGS:str = "Bad args"; break; in sum_ypstat()