Searched defs:ghalp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c550 is_deletable(APlist **lmalp, APlist **ghalp, Rt_map *lmp) argument
585 if (aplist_test(ghalp, ghp, 0) != ALE_EXISTS)
701 remove_rescan(APlist *lmalp, APlist *ghalp, int *delcnt) argument
758 if (aplist_test(&ghalp, ghp, 0) ==
778 (void) aplist_delete_value(ghalp, ghp);
789 remove_collect(APlist *ghalp, APlist *lmalp) argument
791 if (ghalp)
792 free(ghalp);
1025 APlist *lmalp = NULL, *ghalp = NULL; local
1037 if (gdp_collect(&ghalp,
[all...]
H A Daudit.c1181 APlist *ghalp = NULL; local
1189 (void) aplist_append(&ghalp, alp->al_ghp, AL_CNT_GROUPS);
1202 if (ghalp) {
1206 for (APLIST_TRAVERSE(ghalp, idx, ghp)) {
1209 free(ghalp);

Completed in 49 milliseconds