Searched refs:xdr_nis_object (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_xdr.c | 179 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 D | ldap_map.c | 1405 extern bool_t xdr_nis_object(XDR *xdrs, nis_object *objp);
|
/illumos-gate/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_subr.c | 517 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 D | nis_xdr.c | 217 xdr_nis_object(XDR *xdrs, nis_object *objp) in xdr_nis_object() function
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 820 xdr_nis_object;
|