Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c257 resp.ypbind_status = YPBIND_FAIL_VAL;
288 resp.ypbind_status = YPBIND_SUCC_VAL;
296 resp.ypbind_status = YPBIND_FAIL_VAL;
302 resp.ypbind_status = YPBIND_FAIL_VAL;
312 resp.ypbind_status);
334 resp.ypbind_status);
359 resp.ypbind_status);
370 resp.ypbind_status);
392 resp.ypbind_status);
426 resp.ypbind_status = resp_3->ypbind_status;
[all …]
H A Dyp_b.h119 ypbind_resptype ypbind_status; member
166 ypbind_resptype ypbind_status; member
H A Dypwhich.c138 enum ypbind_resptype ypbind_status; member
422 if (response->ypbind_status != YPBIND_SUCC_VAL) {
534 if (!xdr_enum(xdrs, (enum_t *)&ps->ypbind_status)) {
537 switch (ps->ypbind_status) {
592 (response.ypbind_status != YPBIND_SUCC_VAL)) {
H A Dypv2_bind.h72 enum ypbind_resptype ypbind_status; member
H A Dyppoll.c350 if (response.ypbind_status != YPBIND_SUCC_VAL) { in getypserv()
352 response.ypbind_status); in getypserv()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b_xdr.c77 if (!xdr_ypbind_resptype(xdrs, &objp->ypbind_status)) in xdr_ypbind_resp()
79 switch (objp->ypbind_status) { in xdr_ypbind_resp()
H A Dyp_b.h123 ypbind_resptype ypbind_status; member
H A Dyp_bind.c318 resp.ypbind_status = YPBIND_SUCC_VAL; in __yp_add_binding_netid()
636 if (ypbind_resp->ypbind_status == YPBIND_SUCC_VAL) { in __yp_dobind_cflookup()
790 if (ypbind_resp->ypbind_status == YPBIND_SUCC_VAL) { in __yp_dobind_rsvdport_cflookup()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x190 union ypbind_resp switch (ypbind_resptype ypbind_status) {