Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c86 #define list_move(head, ele) \ macro
497 list_move(&idmap_cache.sid2uid_gid.head, result); in idmap_cache_lookup_uidbysid()
528 list_move(&idmap_cache.sid2uid_gid.head, result); in idmap_cache_lookup_gidbysid()
560 list_move(&idmap_cache.sid2uid_gid.head, result); in idmap_cache_lookup_pidbysid()
596 list_move(&idmap_cache.uid2sid_winname.head, result); in idmap_cache_lookup_sidbyuid()
628 list_move(&idmap_cache.gid2sid_winname.head, result); in idmap_cache_lookup_sidbygid()
660 list_move(&idmap_cache.uid2sid_winname.head, result); in idmap_cache_lookup_winnamebyuid()
705 list_move(&idmap_cache.gid2sid_winname.head, result); in idmap_cache_lookup_winnamebygid()
752 list_move(&idmap_cache.winname2uid_gid.head, result); in idmap_cache_lookup_uidbywinname()
782 list_move(&idmap_cache.winname2uid_gid.head, result); in idmap_cache_lookup_gidbywinname()
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c88 #define list_move(head, ele) \ macro
414 list_move(&sid2pid_hb->head, result); in kidmap_cache_lookup_uidbysid()
446 list_move(&sid2pid_hb->head, result); in kidmap_cache_lookup_gidbysid()
478 list_move(&sid2pid_hb->head, result); in kidmap_cache_lookup_pidbysid()
517 list_move(&uid2sid_hb->head, result); in kidmap_cache_lookup_sidbyuid()
549 list_move(&gid2sid_hb->head, result); in kidmap_cache_lookup_sidbygid()