Searched refs:list_insert (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/prstat/ |
H A D | prsort.c | 163 list_insert(list_t *list, void *ptr) function 193 list_insert(list, ptr); 202 list_insert(list, ptr); 205 list_insert(list, ptr);
|
/illumos-gate/usr/src/uts/common/idmap/ |
H A D | idmap_cache.c | 69 #define list_insert(head, ele)\ macro 90 list_insert(head, ele);\ 514 list_insert(&cache->sid2pid.head, new); 550 list_insert(&cache->uid2sid.head, new); 603 list_insert(&cache->sid2pid.head, new); 639 list_insert(&cache->gid2sid.head, new); 710 list_insert(&cache->sid2pid.head, new); 746 list_insert(&cache->uid2sid.head, new); 774 list_insert(&cache->gid2sid.head, new);
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | perfcnt.c | 72 list_insert(d_entry *dep) function 247 list_insert(dep);
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_cache.c | 65 #define list_insert(head, ele)\ macro 86 list_insert(head, ele);\ 834 list_insert(&idmap_cache.sid2uid_gid.head, new); 884 list_insert(&idmap_cache.uid2sid_winname.head, new); 946 list_insert(&idmap_cache.sid2uid_gid.head, new); 996 list_insert(&idmap_cache.gid2sid_winname.head, new); 1075 list_insert(&idmap_cache.sid2uid_gid.head, new); 1126 list_insert(&idmap_cache.uid2sid_winname.head, 1172 list_insert(&idmap_cache.gid2sid_winname.head, 1243 list_insert( [all...] |
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_list.c | 264 list_insert(uu_list_t *lp, uu_list_node_impl_t *np, uu_list_node_impl_t *prev, function 312 list_insert(lp, ELEM_TO_NODE(lp, elem), np->uln_prev, np); 622 list_insert(lp, ELEM_TO_NODE(lp, elem), np->uln_prev, np); 648 list_insert(lp, ELEM_TO_NODE(lp, elem), np, np->uln_next);
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | keyserv_cache.c | 151 static void list_insert(struct cachekey_disklist *, 568 list_insert(cd, &(newch->free), 0, 735 list_insert( function 906 list_insert(cd, &(newch->free), 0, &(newch->free_count)); 913 list_insert(cd, &(newch->inuse), &(newch->inuse_end), 1069 list_insert(cd, &(ch->free), 0, 1086 list_insert(cd, &(ch->free), 0,
|
Completed in 87 milliseconds