Searched refs:sbd_stat_t (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_sbd.c | 88 sbd_stat_t *new_stat; in ap_stat() 144 stsize = sizeof (sbd_stat_t); in ap_stat() 229 sbd_stat_t *st; in apd_init() 249 st = (sbd_stat_t *)a->stat; in apd_init() 400 sbd_stat_t *st; in ap_init() 402 st = (sbd_stat_t *)a->stat; in ap_init() 471 dst = ((sbd_stat_t *)a->stat)->s_stat; in ap_suspend_query() 494 sbd_stat_t *stat; in ap_platopts_check() 498 stat = (sbd_stat_t *)a->stat; in ap_platopts_check() 575 sbd_stat_t *stat; in ap_ioctl() [all …]
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | sbd.h | 86 int sbdp_get_board_status(sbdp_handle_t *, sbd_stat_t *);
|
H A D | sbd_ioctl.h | 208 } sbd_stat_t; typedef
|
H A D | sbdpriv.h | 387 sbd_stat_t sb_stat; /* cached board status */
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mbox.c | 80 sbdp_showbd_2_sbd_stat(show_board_t *shbp, sbd_stat_t *stp, int board) in sbdp_showbd_2_sbd_stat() 117 sbdp_get_board_status(sbdp_handle_t *hp, sbd_stat_t *stp) in sbdp_get_board_status()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | sbd_ioctl.h | 211 } sbd_stat_t; typedef
|
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 2118 sbd_stat_t *dstatp = NULL; in dr_dev_status() 2180 sz = sizeof (sbd_stat_t); in dr_dev_status() 2186 pnstat = (pbsz - sizeof (sbd_stat_t)) / sizeof (sbd_dev_stat_t); in dr_dev_status() 2229 dstatp = (sbd_stat_t *)(void *)GETSTRUCT(char, sz); in dr_dev_status()
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 2150 sbd_stat_t *dstatp = NULL; in dr_dev_status() 2212 sz = sizeof (sbd_stat_t); in dr_dev_status() 2218 pnstat = (pbsz - sizeof (sbd_stat_t))/sizeof (sbd_dev_stat_t); in dr_dev_status() 2261 dstatp = (sbd_stat_t *)GETSTRUCT(char, sz); in dr_dev_status()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 4277 sbd_stat_t *dstatp; in sbd_status() 4330 sz = sizeof (sbd_stat_t); in sbd_status() 4385 bcopy(&sbp->sb_stat, dstatp, sizeof (sbd_stat_t)); in sbd_status() 4422 bcopy(dstatp, &sbp->sb_stat, sizeof (sbd_stat_t)); in sbd_status()
|