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

/osnet-11/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...]
/osnet-11/usr/src/lib/libidmap/
H A DMakefile.com37 idmap_cache.o \

Completed in 921 milliseconds