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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c306 nltype * orig_list; local
307 if ((orig_list = malloc(sizeof (nltype) * *sym_count)) == NULL) {
313 (void) memcpy(orig_list, nl, sizeof (nltype) * *sym_count);
321 * If orig_list[nextsym] points to a new symvalue, then we
324 if ((orig_list + i)->value < (orig_list + nextsym)->value) {
325 *(nl + index++) = *(orig_list +i);
334 if ((orig_list + i)->syminfo ==
335 (orig_list + nextsym)->syminfo) {
336 DEBUG_DUP_DEL(orig_list
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c602 struct buf *orig_list = list; local
670 if (list == orig_list)
714 struct buf *orig_list = list; local

Completed in 60 milliseconds