Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c250 config = config->gptwo_next; in gptwocfg_configure()
312 config->gptwo_next = gptwo_config_list; in gptwocfg_configure()
341 config = config->gptwo_next; in gptwocfg_unconfigure()
368 config->gptwo_next = gptwo_config_list; in gptwocfg_unconfigure()
462 gptwo_config_list = config->gptwo_next; in gptwocfg_unconfigure()
465 while (temp->gptwo_next != config) { in gptwocfg_unconfigure()
466 temp = temp->gptwo_next; in gptwocfg_unconfigure()
468 temp->gptwo_next = config->gptwo_next; in gptwocfg_unconfigure()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h93 struct gptwocfg_config *gptwo_next; member