HomeSort by: relevance | last modified time | path
    Searched refs:ypbind_status (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/librpcsvc/
yp.x 199 union ypbind_resp switch (ypbind_resptype ypbind_status) {
  /src/usr.bin/ypwhich/
ypwhich.c 256 if (ypbind_resp.ypbind_status != YPBIND_SUCC_VAL)
258 yperr_string(ypbind_resp.ypbind_status));
  /src/include/rpcsvc/
yp_prot.h 227 /* error code in ypbind_resp.ypbind_status */
240 enum ypbind_resptype ypbind_status; member in struct:ypbind_resp
  /src/lib/libc/yp/
xdryp.c 293 if (!xdr_ypbind_resptype(xdrs, &objp->ypbind_status))
296 switch (objp->ypbind_status) {
  /src/usr.sbin/ypbind/
ypbind.c 662 ybr.ypbind_status = YPBIND_SUCC_VAL;
714 res.ypbind_status = YPBIND_FAIL_VAL;
804 res.ypbind_status = YPBIND_SUCC_VAL;

Completed in 13 milliseconds