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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c497 struct sc_gptwocfg_config *board_config, *last, *new; local
564 board_config = kmem_zalloc(sizeof (sc_gptwocfg_config_t), KM_SLEEP);
566 board_config->port_cookie = port_cookie;
567 board_config->board = board;
568 board_config->portid = agent_id;
569 board_config->link = NULL;
570 last = board_config;
573 board_config->next = sc_gptwo_config_list;
574 sc_gptwo_config_list = board_config;
595 return (board_config);
682 sc_gptwocfg_config_t *board_config, *axq_config, *prior_config; local
1184 dump_config(sc_gptwocfg_config_t *board_config) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c41 struct board_config { struct
47 SET_DECLARE(boards, struct board_config);
49 static struct board_config name##config = { \
75 struct board_config **pbp;

Completed in 47 milliseconds