Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_hio.c168 vswp->hio_reboot_cb_id = callb_add(vsw_hio_reboot_callb, in vsw_hio_init()
335 if (vswp->hio_reboot_cb_id) { in vsw_hio_cleanup()
336 (void) callb_delete(vswp->hio_reboot_cb_id); in vsw_hio_cleanup()
337 vswp->hio_reboot_cb_id = 0; in vsw_hio_cleanup()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h194 callb_id_t hio_reboot_cb_id; /* Reboot callb ID */ member