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

/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c105 static struct link *pchips = NULL; variable in typeref:struct:link
233 for (l1 = pchips; l1; l1 = l1->l_next) {
309 for (l = pchips; l != NULL; l = l->l_next) {
356 for (l1 = pchips; l1 != NULL; l1 = l1->l_next) {
566 chip = find_link(&pchips, vc->v_pchip_id, &ins);

Completed in 57 milliseconds