Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/nscd/
H A Dnscd_access.c55 static int sizeof_access = roundup(sizeof (nscd_access_t));
63 access = (nscd_access_t *) \
79 nscd_access_t *access; in _nscd_release()
134 nscd_access_t *access; in _nscd_destroy()
163 nscd_access_t *access; in _nscd_get()
255 nscd_access_t *access; in _nscd_rdlock()
288 nscd_access_t *access; in _nscd_wrlock()
319 nscd_access_t *access; in _nscd_rw_unlock()
349 nscd_access_t *access; in _nscd_rw_unlock_no_release()
373 nscd_access_t *access; in _nscd_mutex_lock()
[all …]
H A Dnscd_db.h97 typedef struct nscd_access_s nscd_access_t; typedef