Home
last modified time | relevance | path

Searched refs:sb_time (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1979 sbp->sb_time = gethrestime_sec(); in sbd_post_op()
2595 (void) drv_getparm(TIME, (void *)&sbp->sb_time); in sbd_connect()
2662 (void) drv_getparm(TIME, (void *)&sbp->sb_time); in sbd_disconnect()
3158 (void) drv_getparm(TIME, (void *)&sbp->sb_time); in sbd_post_attach_devlist()
3170 (void) drv_getparm(TIME, (void *)&sbp->sb_time); in sbd_post_attach_devlist()
3547 (void) drv_getparm(TIME, (void *)&sbp->sb_time); in sbd_release_done()
4245 (void) drv_getparm(TIME, (void *)&sbp->sb_time); in sbd_cancel()
4389 dstatp->s_time = sbp->sb_time; in sbd_status()
4399 dstatp->s_time = sbp->sb_time; in sbd_status()
4864 sbp->sb_time = gethrestime_sec(); in sbd_board_init()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h389 time_t sb_time; /* time of last board op */ member