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

/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dad_common.h64 typedef struct ad_backend *ad_backend_ptr; typedef in typeref:struct:ad_backend
65 typedef nss_status_t (*ad_backend_op_t)(ad_backend_ptr, void *);
66 typedef int (*fnf)(ad_backend_ptr be, nss_XbyY_args_t *argp);
109 extern nss_status_t _nss_ad_destr(ad_backend_ptr be, void *a);
110 extern nss_status_t _nss_ad_endent(ad_backend_ptr be, void *a);
111 extern nss_status_t _nss_ad_setent(ad_backend_ptr be, void *a);
112 extern nss_status_t _nss_ad_getent(ad_backend_ptr be, void *a);
115 extern nss_status_t _nss_ad_lookup(ad_backend_ptr be,
119 extern nss_status_t _nss_ad_marshall_data(ad_backend_ptr be,
121 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.c224 _nss_ad_marshall_data(ad_backend_ptr be, nss_XbyY_args_t *argp)
253 _nss_ad_sanitize_status(ad_backend_ptr be, nss_XbyY_args_t *argp,
423 _nss_ad_lookup(ad_backend_ptr be, nss_XbyY_args_t *argp,
467 _clean_ad_backend(ad_backend_ptr be)
486 _nss_ad_destr(ad_backend_ptr be, void *a)
496 _nss_ad_setent(ad_backend_ptr be, void *a)
504 _nss_ad_endent(ad_backend_ptr be, void *a)
512 _nss_ad_getent(ad_backend_ptr be, void *a)
522 ad_backend_ptr be;
524 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 487 milliseconds