Home
last modified time | relevance | path

Searched refs:xdr_nis_object (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_xdr.c179 return (xdr_nis_object(xdrs, objp)); in xdr_nis_fetus_object()
323 bufsize = xdr_sizeof(xdr_nis_object, obj); in makePseudoEntryObj()
338 xret = xdr_nis_object(&xdrs, obj); in makePseudoEntryObj()
383 stat = xdr_nis_object(&xdrs, o); in unmakePseudoEntryObj()
710 l1 = xdr_sizeof(xdr_nis_object, &obj1); in sameNisPlusObj()
711 l2 = xdr_sizeof(xdr_nis_object, &obj2); in sameNisPlusObj()
726 if (xdr_nis_object(&x1, &obj1) && xdr_nis_object(&x2, &obj2)) { in sameNisPlusObj()
H A Dldap_map.c1405 extern bool_t xdr_nis_object(XDR *xdrs, nis_object *objp);
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c517 xdr_free(xdr_nis_object, (char *)obj); in nis_destroy_object()
551 xdr_sizeof(xdr_nis_object, obj))) in nis_clone_object_r()
573 status = xdr_nis_object(&in_xdrs, obj); in nis_clone_object_r()
579 status = xdr_nis_object(&out_xdrs, result); in nis_clone_object_r()
624 status = xdr_nis_object(&xdrs, res); in nis_read_obj()
629 xdr_free(xdr_nis_object, (char *)res); in nis_read_obj()
651 status = xdr_nis_object(&xdrs, o); in nis_write_obj()
H A Dnis_xdr.c217 xdr_nis_object(XDR *xdrs, nis_object *objp) in xdr_nis_object() function
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers820 xdr_nis_object;