Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libidmap/common/
H A Didmap_cache.c82 #define list_move(head, ele) \ macro
493 list_move(&idmap_cache.sid2uid_gid.head, result); in idmap_cache_lookup_uidbysid()
524 list_move(&idmap_cache.sid2uid_gid.head, result); in idmap_cache_lookup_gidbysid()
556 list_move(&idmap_cache.sid2uid_gid.head, result); in idmap_cache_lookup_pidbysid()
592 list_move(&idmap_cache.uid2sid_winname.head, result); in idmap_cache_lookup_sidbyuid()
624 list_move(&idmap_cache.gid2sid_winname.head, result); in idmap_cache_lookup_sidbygid()
656 list_move(&idmap_cache.uid2sid_winname.head, result); in idmap_cache_lookup_winnamebyuid()
701 list_move(&idmap_cache.gid2sid_winname.head, result); in idmap_cache_lookup_winnamebygid()
748 list_move(&idmap_cache.winname2uid_gid.head, result); in idmap_cache_lookup_uidbywinname()
778 list_move(&idmap_cache.winname2uid_gid.head, result); in idmap_cache_lookup_gidbywinname()
/titanic_50/usr/src/uts/common/idmap/
H A Didmap_cache.c86 #define list_move(head, ele) \ macro
336 list_move(&cache->sid2pid.head, result); in kidmap_cache_lookup_uidbysid()
366 list_move(&cache->sid2pid.head, result); in kidmap_cache_lookup_gidbysid()
396 list_move(&cache->sid2pid.head, result); in kidmap_cache_lookup_pidbysid()
433 list_move(&cache->uid2sid.head, result); in kidmap_cache_lookup_sidbyuid()
463 list_move(&cache->gid2sid.head, result); in kidmap_cache_lookup_sidbygid()