Searched defs:apl (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldlibs.c91 process_lib_path(Ofl_desc *ofl, APlist **apl, char *path, Boolean subsflag) argument
103 if (aplist_append(apl, (subsflag ?
108 } else if (aplist_append(apl, (subsflag ?
119 if (aplist_append(apl, (subsflag ?
124 } else if (aplist_append(apl, (subsflag ?
137 if (aplist_append(apl, (subsflag ?
143 if (aplist_append(apl, (subsflag ?
H A Dldmain.c503 ifl_list_cleanup(APlist *apl) argument
508 for (APLIST_TRAVERSE(apl, idx, ifl)) {
H A Dfiles.c3204 APlist *apl; local
3208 apl = ofl->ofl_objs;
3210 apl = ofl->ofl_sos;
3216 for (APLIST_TRAVERSE(apl, idx, ifl)) {
H A Dsyms.c1118 ensure_array_local(Ofl_desc *ofl, APlist *apl, const char *str) argument
1124 for (APLIST_TRAVERSE(apl, idx, sdp))
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c119 Dbg_seg_list(Lm_list *lml, uchar_t osabi, Half mach, APlist *apl) argument
130 for (APLIST_TRAVERSE(apl, idx, sgp))
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c685 TAPlist apl; local
741 if (ps_pread(rap->rd_psp, (psaddr_t)addr, (char *)&apl,
769 (apl.apl_arritems <= 4))) {
771 * Iterate through each apl.ap_data[] entry.
775 nitems < apl.apl_nitems; nitems++, datap += sizeof (Addr)) {
780 * Obtain the Lm_list address for this apl.ap_data[]
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c278 APlist apl; local
286 if (mdb_vread(&apl, sizeof (APlist), addr) == -1) {
292 mdb_printf(msg, addr, (size_t)apl.apl_nitems,
293 (size_t)apl.apl_arritems);
295 if (((flg & RTLD_FLG_VERBOSE) == 0) || (apl.apl_nitems == 0))
317 for (nitems = 1; nitems < apl.apl_nitems; nitems++) {
528 APlist *aplp, apl; local
579 if (mdb_vread(&apl, sizeof (APlist), (uintptr_t)aplp) == -1) {
584 aplp, (size_t)apl.apl_nitems, (size_t)apl
941 APlist *aplp, apl; local
1147 APlist apl; local
1243 APlist apl; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1028 nvlist_t **apl = NULL; local
1076 (apl = topo_mod_zalloc(mp, pcnt * sizeof (nvlist_t *)))
1088 if ((apl[ai] = pval_record(mp, cn)) == NULL)
1101 e |= nvlist_add_nvlist_array(pgnvl, INV_PGRP_ALLPROPS, apl,
1104 nvlist_free(apl[ai]);
1105 topo_mod_free(mp, apl, pcnt * sizeof (nvlist_t *));

Completed in 98 milliseconds