Home
last modified time | relevance | path

Searched refs:sg_board_info_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv.h76 (sizeof (sg_board_info_t)))
101 } sg_board_info_t; typedef
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c260 static sg_board_info_t board_cache[SG_MAX_BDS] = { 0 };
261 static sg_board_info_t board_cache_snapshot[SG_MAX_BDS] = { 0 };
1353 ksp->ks_data_size = board_count * sizeof (sg_board_info_t); in sgenv_board_info_kstat_update()
1382 sg_board_info_t *bdp; in sgenv_board_info_kstat_snapshot()
1438 bcopy(bdp, buf, sizeof (sg_board_info_t)); in sgenv_board_info_kstat_snapshot()
1439 buf = ((sg_board_info_t *)buf) + 1; in sgenv_board_info_kstat_snapshot()
1707 sg_board_info_t *ptr; in sgenv_get_board_info_data()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c2954 sg_board_info_t *brd; in get_board_status()