Home
last modified time | relevance | path

Searched defs:bd_info (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h605 struct bd_info { struct
606 enum board_type type; /* Type of board */
607 enum board_state state; /* current state of this board */
608 int board; /* board number */
609 int fhc_compid; /* fhc component id */
610 int ac_compid; /* ac component id */
611 char prom_rev[64]; /* best guess as to what is needed */
612 union bd_un bd;
/titanic_41/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h83 struct bd_info bd_info; member
/titanic_41/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c1055 bd_info(apd_t *a, cfga_info_t info, int parsable) in bd_info() function