Home
last modified time | relevance | path

Searched refs:nscd_access_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_access.c53 static int sizeof_access = roundup(sizeof (nscd_access_t));
61 access = (nscd_access_t *) \
77 nscd_access_t *access; in _nscd_release()
132 nscd_access_t *access; in _nscd_destroy()
161 nscd_access_t *access; in _nscd_get()
253 nscd_access_t *access; in _nscd_rdlock()
286 nscd_access_t *access; in _nscd_wrlock()
317 nscd_access_t *access; in _nscd_rw_unlock()
347 nscd_access_t *access; in _nscd_rw_unlock_no_release()
371 nscd_access_t *access; in _nscd_mutex_lock()
[all …]
H A Dnscd_db.h95 typedef struct nscd_access_s nscd_access_t; typedef