Searched defs:list_remove (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/print/libpapi-common/common/ |
H A D | list.c | 144 list_remove(void ***list, void *item) function
|
/illumos-gate/usr/src/common/list/ |
H A D | list.c | 131 list_remove(list_t *list, void *object) function
|
/illumos-gate/usr/src/tools/ctf/common/ |
H A D | list.c | 79 list_remove(list_t **list, void *data, int (*cmp)(void *, void *, void *), function
|
/illumos-gate/usr/src/uts/common/idmap/ |
H A D | idmap_cache.c | 79 #define list_remove(ele)\ macro 89 list_remove(ele);\ 803 list_remove(item); 826 list_remove(item);
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_cache.c | 75 #define list_remove(ele)\ macro 85 list_remove(ele);\ 1461 list_remove(item); 1487 list_remove(item); 1513 list_remove(item);
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | keyserv_cache.c | 141 static void list_remove(struct cachekey_disklist *, 518 list_remove(fcd, &(ch->free), 0, 523 list_remove(fcd, &(ch->inuse), &(ch->inuse_end), 677 list_remove( function 816 list_remove(cd, &((*ch)->inuse), &((*ch)->inuse_end), 823 list_remove(cd, &((*ch)->free), 0, &((*ch)->free_count)); 833 list_remove(cd, &((*ch)->free), 0, &((*ch)->free_count)); 844 list_remove(cd, &((*ch)->inuse), &((*ch)->inuse_end), 1066 list_remove(cd, &(ch->inuse), &(ch->inuse_end), 1083 list_remove(c [all...] |
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | fncs.c | 85 list_remove(void ***list, void *item) function 124 list_remove((void ***)&Exec_Table, (void *)ep);
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 973 list_remove.9f \ 1784 list_remove.9f := LINKSRC = list_create.9f
|
Completed in 2744 milliseconds