Searched refs:idmap_cache (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c29 * This module provides the libidmap idmap_cache.
42 #include "idmap_cache.h"
166 typedef struct idmap_cache { struct
190 static idmap_cache_t idmap_cache; variable
289 avl_create(&idmap_cache.sid2uid_gid.tree,
292 (void) pthread_mutex_init(&idmap_cache.sid2uid_gid.mutex, NULL);
293 idmap_cache.sid2uid_gid.head.flink = &idmap_cache.sid2uid_gid.head;
294 idmap_cache.sid2uid_gid.head.blink = &idmap_cache
[all...]
/opensolaris-onvv-gate/usr/src/lib/libidmap/
H A DMakefile.com36 idmap_cache.o \
/opensolaris-onvv-gate/usr/src/uts/common/idmap/
H A Dkidmap_priv.h92 typedef struct idmap_cache { struct
/opensolaris-onvv-gate/usr/src/uts/common/
H A DMakefile.files1475 IDMAP_OBJS += idmap_mod.o idmap_kapi.o idmap_xdr.o idmap_cache.o

Completed in 112 milliseconds