Searched refs:ypresp_all_u (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/Libinfo-459/nis.subproj/
H A Dyp_all.c100 status = out.ypresp_all_u.val.stat;
103 size = out.ypresp_all_u.val.key.keydat_len;
106 out.ypresp_all_u.val.key.keydat_val,
110 size = out.ypresp_all_u.val.val.valdat_len;
113 out.ypresp_all_u.val.val.valdat_val,
127 out.ypresp_all_u.val.key.keydat_len, val,
128 out.ypresp_all_u.val.val.valdat_len, ypresp_data);
H A Dxdr_ypresp_all.c81 return xdr_ypresp_key_val(xdrs, &objp->ypresp_all_u.val);
H A Dyp_prot.h149 } ypresp_all_u; member in struct:ypresp_all
/macosx-10.10.1/remote_cmds-47/ypserv.tproj/
H A Dypserv_db.c735 &resp.ypresp_all_u.val.stat, NULL);
736 if (!db || resp.ypresp_all_u.val.stat < 0)
754 resp.ypresp_all_u.val.stat = YP_TRUE;
755 resp.ypresp_all_u.val.key.keydat_val = k.dptr;
756 resp.ypresp_all_u.val.key.keydat_len = k.dsize;
757 resp.ypresp_all_u.val.val.valdat_val = v.dptr;
758 resp.ypresp_all_u.val.val.valdat_len = v.dsize;
775 resp.ypresp_all_u.val.stat = YP_NOKEY;
H A Dypserv_xdr.c281 if (!xdr_ypresp_key_val(xdrs, &objp->ypresp_all_u.val)) {
H A Dyp.h270 } ypresp_all_u; member in struct:ypresp_all
H A Dypserv_proc.c410 res.ypresp_all_u.val.stat = YP_YPERR;

Completed in 191 milliseconds