Searched refs:aplist_delete_value (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 195 (void) aplist_delete_value(dynlm_list, lml); in remove_lml() 433 (void) aplist_delete_value(CALLERS(dlmp), bdp); in remove_lists() 473 (void) aplist_delete_value(DEPENDS(clmp), bdp); in remove_lists() 778 (void) aplist_delete_value(ghalp, ghp); in remove_rescan() 812 (void) aplist_delete_value(HANDLES(lmp), ghp); in free_hdl() 813 (void) aplist_delete_value(GROUPS(lmp), ghp); in free_hdl() 819 (void) aplist_delete_value(hdl_alp[ndx], ghp); in free_hdl() 963 (void) aplist_delete_value(GROUPS(lmp), ghp); in remove_lmc() 1439 (void) aplist_delete_value(hdl_alp[ndx], ghp); in remove_hdl() 1462 (void) aplist_delete_value(HANDLES(lmp), ghp); in remove_hdl() [all …]
|
H A D | dlfcns.c | 260 (void) aplist_delete_value(*alpp, ghp); in hdl_create() 324 (void) aplist_delete_value(hdl_alp[HDLIST_ORP], ghp); in hdl_create() 895 (void) aplist_delete_value(dynlm_list, lml); in dlmopen_intn()
|
/titanic_41/usr/src/cmd/sgs/mcs/common/ |
H A D | lintsup.c | 43 (void) aplist_delete_value(NULL, NULL); in foo()
|
/titanic_41/usr/src/cmd/sgs/pvs/common/ |
H A D | lintsup.c | 46 (void) aplist_delete_value(NULL, NULL); in foo()
|
/titanic_41/usr/src/cmd/sgs/crle/common/ |
H A D | lintsup.c | 45 (void) aplist_delete_value(NULL, NULL); in foo()
|
/titanic_41/usr/src/cmd/sgs/ldd/common/ |
H A D | lintsup.c | 45 (void) aplist_delete_value(NULL, NULL); in foo()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | alist.h | 274 extern int aplist_delete_value(APlist *, const void *);
|
/titanic_41/usr/src/cmd/sgs/tools/common/ |
H A D | alist.c | 375 aplist_delete_value(APlist *lp, const void *ptr) in aplist_delete_value() function
|