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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h93 struct gptwocfg_config *gptwo_next; member in struct:gptwocfg_config
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c244 config = config->gptwo_next;
254 config = config->gptwo_next;
316 config->gptwo_next = gptwo_config_list;
345 config = config->gptwo_next;
372 config->gptwo_next = gptwo_config_list;
466 gptwo_config_list = config->gptwo_next;
469 while (temp->gptwo_next != config) {
470 temp = temp->gptwo_next;
472 temp->gptwo_next = config->gptwo_next;
[all...]

Completed in 63 milliseconds