Home
last modified time | relevance | path

Searched refs:id_info_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprsort.c104 return (((id_info_t *)id)->id_key); in get_idkey()
225 id_info_t *id = list->l_head; in list_sort()
H A Dprstat.h142 } id_info_t; typedef
H A Dprstat.c233 id_info_t *id; in list_getsize()
358 id_info_t *id; in list_print()
677 id_info_t *id = list->l_head; in list_clear()
678 id_info_t *nextid; in list_clear()
693 id_info_t *id; in list_update()
696 list->l_head = list->l_tail = id = Zalloc(sizeof (id_info_t)); in list_update()
739 id->id_next = Zalloc(sizeof (id_info_t)); in list_update()