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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c296 static pcicfg_phdl_t *pcicfg_phdl_list = NULL; variable
1628 for (entry = pcicfg_phdl_list; entry != NULL; entry = entry->next) {
1651 new->next = pcicfg_phdl_list;
1652 pcicfg_phdl_list = new;
1665 for (entry = pcicfg_phdl_list; entry != NULL; follow = entry,
1668 if (entry == pcicfg_phdl_list) {
1669 pcicfg_phdl_list = entry->next;
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c351 static pcicfg_phdl_t *pcicfg_phdl_list = NULL; variable
1723 for (entry = pcicfg_phdl_list; entry != NULL; entry = entry->next) {
1747 new->next = pcicfg_phdl_list;
1748 pcicfg_phdl_list = new;
1761 for (entry = pcicfg_phdl_list; entry != NULL; follow = entry,
1764 if (entry == pcicfg_phdl_list) {
1765 pcicfg_phdl_list = entry->next;

Completed in 63 milliseconds