Home
last modified time | relevance | path

Searched refs:ypbind_error (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b.h121 u_long ypbind_error; member
168 unsigned long ypbind_error; member
H A Dypv2_bind.h74 unsigned long ypbind_error; member
H A Dyp_b_subr.c258 resp.ypbind_resp_u.ypbind_error = YPBIND_ERR_NOSERV;
297 resp.ypbind_resp_u.ypbind_error =
303 resp.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC;
438 resp.ypbind_respbody_2.ypbind_error = YPBIND_ERR_NOSERV;
441 resp.ypbind_respbody_2.ypbind_error =
442 resp_3->ypbind_resp_u.ypbind_error;
1211 if (!xdr_u_long(xdrs, &objp->ypbind_respbody_2.ypbind_error))
H A Dypwhich.c140 unsigned long ypbind_error; member
543 &ps->ypbind_respbody.ypbind_error));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c48 char *ypbind_error();
174 ypbind_error(status)); in interpret_nisbind()
229 ypbind_error(status)); in interpret_nisbind()
630 ypbind_error(int err) in ypbind_error() function
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b_xdr.c81 if (!xdr_u_int(xdrs, &objp->ypbind_resp_u.ypbind_error)) in xdr_ypbind_resp()
H A Dyp_b.h125 uint_t ypbind_error; member
H A Dyp_bind.c654 if (ypbind_resp->ypbind_resp_u.ypbind_error == in __yp_dobind_cflookup()
810 if (ypbind_resp->ypbind_resp_u.ypbind_error == in __yp_dobind_rsvdport_cflookup()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x192 unsigned ypbind_error; variable