Searched refs:delcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c701 remove_rescan(APlist *lmalp, APlist *ghalp, int *delcnt) argument
725 if (--(*delcnt) == 0)
768 if (--(*delcnt) == 0)
1024 int delcnt = 0, rmcnt = 0, error = 0, orphans; local
1142 delcnt++;
1151 rescan = remove_rescan(lmalp, ghalp, &delcnt);
1259 delcnt--;
1323 if (delcnt) {
1338 if (((tobj = tsort(lml->lm_head, delcnt,

Completed in 58 milliseconds