Home
last modified time | relevance | path

Searched refs:board_id (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_sdapi.h276 typedef void sd_callback(uint32_t board_id,
284 extern int32_t DFC_SD_RegisterForEvent(uint32_t board_id,
294 extern int32_t DFC_SD_unRegisterForEvent(uint32_t board_id,
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dworkfile.c508 char board_id[2]; in print_us3_memory_line() local
509 board_id[0] = 'A'; /* it will usually be, A, there's only one mc! */ in print_us3_memory_line()
510 board_id[1] = 'B'; /* redundant. */ in print_us3_memory_line()
516 board_id[portid], mcid, (bank_id % 4), bank_size, in print_us3_memory_line()
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.h88 uint32_t board_id; /* controllers board_id */ member
H A Dcpqary3.c849 cpqary3p->board_id = in cpqary3_update_ctlrdetails()
860 cpqary3p->bddef = cpqary3_bd_getbybid(cpqary3p->board_id); in cpqary3_update_ctlrdetails()
864 cpqary3p->board_id); in cpqary3_update_ctlrdetails()
H A Dcpqary3.h287 uint32_t board_id; member
H A Dcpqary3_ioctl.c170 ctlr_info->subsystem_id = cpqary3p->board_id; in cpqary3_ioctl_ctlr_info()
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h250 const struct board_info *t1_get_board_info(unsigned int board_id);
H A Dch_subr.c721 t1_get_board_info(unsigned int board_id) in t1_get_board_info() argument
723 return (board_id < DIMOF(t1_board) ? &t1_board[board_id] : NULL); in t1_get_board_info()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c276 u_int board_id; member
1968 ac_opt.board_id = bid; in jtag_init_ac()