Home
last modified time | relevance | path

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

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