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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c57 struct gptwocfg_config *port_cookie; member in struct:sc_gptwocfg_config
496 gptwocfg_config_t *port_cookie; local
555 port_cookie = kmem_zalloc(sizeof (gptwocfg_config_t), KM_SLEEP);
560 port_cookie->gptwo_ap = ap;
561 port_cookie->gptwo_portid = agent_id;
562 port_cookie->gptwo_nodes = new_nodes;
566 board_config->port_cookie = port_cookie;
637 port_cookie =
639 if (port_cookie)
683 gptwocfg_cookie_t port_cookie; local
[all...]

Completed in 58 milliseconds