Searched refs:othr_tbl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h202 EStringId_t *othr_tbl; /* assoc string to id translations */ member in struct:__anon1188
H A Dpsvcobj.c2927 namep = (EStringId_t *)bsearch(name2, hp->othr_tbl,
5064 if ((hdlp->othr_tbl = (EStringId_t *)malloc(sizeof (EStringId_t) *
5070 hdlp->othr_tbl[i].id = i;
5071 strcpy(hdlp->othr_tbl[i].name, assoc_str_tab[i]);
5073 qsort(hdlp->othr_tbl, hdlp->othr_count, sizeof (EStringId_t),
5179 if (hdlp->othr_tbl != 0)
5180 free(hdlp->othr_tbl);

Completed in 81 milliseconds