Searched refs:aplist_insert (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/common/ |
H A D | alist.c | 188 aplist_insert(APlist **lpp, const void *ptr, Aliste init_arritems, Aliste idx) in aplist_insert() function 264 return (aplist_insert(lpp, ptr, init_arritems, ndx)); in aplist_append()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | alist.h | 275 extern void *aplist_insert(APlist **, const void *,
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | ldlibs.c | 160 if (aplist_insert(&ofl->ofl_ulibdirs, path, in ld_add_libdir()
|
H A D | place.c | 143 if (aplist_insert( in os_attach_isp() 1491 if (aplist_insert(&sgp->sg_osdescs, osp, AL_CNT_SG_OSDESC, in ld_place_section()
|
H A D | map_support.c | 697 if (aplist_insert(&ofl->ofl_segs, sgp, AL_CNT_SEGMENTS, idx) == NULL) in ld_map_seg_insert() 746 if (aplist_insert(&ofl->ofl_ents, enp, AL_CNT_OFL_ENTRANCE, in ld_map_seg_ent_add()
|
H A D | map_core.c | 2571 if (aplist_insert(&load_segs, sgp1, in sort_seg_list()
|