Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c259 resp.ypbind_status = YPBIND_FAIL_VAL;
290 resp.ypbind_status = YPBIND_SUCC_VAL;
298 resp.ypbind_status = YPBIND_FAIL_VAL;
304 resp.ypbind_status = YPBIND_FAIL_VAL;
311 if (resp.ypbind_status == YPBIND_SUCC_VAL) {
314 resp.ypbind_status);
336 resp.ypbind_status);
361 resp.ypbind_status);
372 resp.ypbind_status);
394 resp.ypbind_status);
[all …]
H A Dyp_b.h119 ypbind_resptype ypbind_status; member
166 ypbind_resptype ypbind_status; member
H A Dypwhich.c140 enum ypbind_resptype ypbind_status; member
425 if (response->ypbind_status != YPBIND_SUCC_VAL) {
537 if (!xdr_enum(xdrs, (enum_t *)&ps->ypbind_status)) {
540 switch (ps->ypbind_status) {
595 (response.ypbind_status != YPBIND_SUCC_VAL)) {
H A Dypv2_bind.h72 enum ypbind_resptype ypbind_status; member
H A Dyppoll.c352 if (response.ypbind_status != YPBIND_SUCC_VAL) { in getypserv()
354 response.ypbind_status); in getypserv()
/titanic_41/usr/src/lib/libnsl/yp/
H A Dyp_b_xdr.c79 if (!xdr_ypbind_resptype(xdrs, &objp->ypbind_status)) in xdr_ypbind_resp()
81 switch (objp->ypbind_status) { in xdr_ypbind_resp()
H A Dyp_b.h125 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()
/titanic_41/usr/src/head/rpcsvc/
H A Dyp.x192 union ypbind_resp switch (ypbind_resptype ypbind_status) {
/titanic_41/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h282 enum ypbind_resptype ypbind_status; member
/titanic_41/usr/src/lib/libnsl/common/
H A Dllib-lnsl982 ypbind_resptype ypbind_status;