Searched refs:ad_backend_ptr (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dad_common.h63 typedef struct ad_backend *ad_backend_ptr; typedef in typeref:struct:ad_backend
64 typedef nss_status_t (*ad_backend_op_t)(ad_backend_ptr, void *);
65 typedef int (*fnf)(ad_backend_ptr be, nss_XbyY_args_t *argp);
108 extern nss_status_t _nss_ad_destr(ad_backend_ptr be, void *a);
109 extern nss_status_t _nss_ad_endent(ad_backend_ptr be, void *a);
110 extern nss_status_t _nss_ad_setent(ad_backend_ptr be, void *a);
111 extern nss_status_t _nss_ad_getent(ad_backend_ptr be, void *a);
114 extern nss_status_t _nss_ad_lookup(ad_backend_ptr be,
118 extern nss_status_t _nss_ad_marshall_data(ad_backend_ptr be,
120 extern nss_status_t _nss_ad_sanitize_status(ad_backend_ptr b
[all...]
H A Dgetgrent.c30 update_buffer(ad_backend_ptr be, nss_XbyY_args_t *argp,
65 getbynam(ad_backend_ptr be, void *a)
116 getbygid(ad_backend_ptr be, void *a)
H A Dgetspent.c30 update_buffer(ad_backend_ptr be, nss_XbyY_args_t *argp,
73 getbynam(ad_backend_ptr be, void *a)
H A Dad_common.c222 _nss_ad_marshall_data(ad_backend_ptr be, nss_XbyY_args_t *argp)
251 _nss_ad_sanitize_status(ad_backend_ptr be, nss_XbyY_args_t *argp,
421 _nss_ad_lookup(ad_backend_ptr be, nss_XbyY_args_t *argp,
465 _clean_ad_backend(ad_backend_ptr be)
484 _nss_ad_destr(ad_backend_ptr be, void *a)
494 _nss_ad_setent(ad_backend_ptr be, void *a)
502 _nss_ad_endent(ad_backend_ptr be, void *a)
510 _nss_ad_getent(ad_backend_ptr be, void *a)
520 ad_backend_ptr be;
522 if ((be = (ad_backend_ptr) callo
[all...]
H A Dgetpwnam.c55 update_buffer(ad_backend_ptr be, nss_XbyY_args_t *argp,
171 _nss_ad_passwd2str(ad_backend_ptr be, nss_XbyY_args_t *argp)
295 getbyname(ad_backend_ptr be, void *a)
389 getbyuid(ad_backend_ptr be, void *a)

Completed in 31 milliseconds