Home
last modified time | relevance | path

Searched refs:aplist_test (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c585 if (aplist_test(ghalp, ghp, 0) != ALE_EXISTS) in is_deletable()
594 if (aplist_test(lmalp, bdp->b_caller, 0) != ALE_EXISTS) in is_deletable()
620 if ((action = aplist_test(ghalpp, ghp1, AL_CNT_GRPCLCT)) != in gdp_collect()
641 if ((action = aplist_test(lmalpp, lmp, AL_CNT_GRPCLCT)) == in gdp_collect()
758 if (aplist_test(&ghalp, ghp, 0) == in remove_rescan()
1090 if (aplist_test(&lmalp, lmp, 0) == ALE_EXISTS) in remove_hdl()
1112 if (aplist_test(&lmalp, gdp4->gd_depend, in remove_hdl()
1388 if (aplist_test(&ghalp, ghp, 0) == ALE_EXISTS) { in remove_hdl()
H A Dmalloc.c280 (void) aplist_test(&free_alp, block->page, AL_CNT_FREELIST); in realloc()
302 (void) aplist_test(&free_alp, block->page, AL_CNT_FREELIST); in free()
H A Daudit.c743 if (aplist_test(alpp, alp, AL_CNT_AUDITORS) == 0) in add_objclose_list()
H A Danalyze.c2375 if (aplist_test(&lmalp, dlmp2, in load_finish()
H A Delf.c2840 if (aplist_test(&alist, nlmp, AL_CNT_LAZYFIND) == 0)
/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h278 extern aplist_test_t aplist_test(APlist **, const void *, Aliste);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c346 if (aplist_test(&ofl->ofl_ordered, osp, AL_CNT_OFL_ORDERED) == in ld_process_ordered()
/illumos-gate/usr/src/cmd/sgs/common/
H A Dalist.c421 aplist_test(APlist **lpp, const void *ptr, Aliste init_arritems) in aplist_test() function
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c749 if (aplist_test(&bound, _lmp, in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c725 if (aplist_test(&bound, _lmp, in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c879 if (aplist_test(&bound, _lmp, in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c1108 if (aplist_test(&bound, _lmp, in elf_reloc()