Searched defs:idmap_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c44 struct idmap_handle { struct
50 static struct idmap_handle idmap_handle = { variable in typeref:struct:idmap_handle
230 (void) rw_rdlock(&idmap_handle.lock);
232 if (idmap_handle.failed) {
234 (void) rw_unlock(&idmap_handle.lock);
236 (void) rw_wrlock(&idmap_handle.lock);
242 if (idmap_handle.failed) {
248 assert(idmap_handle.failed);
249 assert(idmap_handle
[all...]

Completed in 57 milliseconds