Searched refs:xvdi_post_event (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xnbe.c | 82 (void) xvdi_post_event(dip, XEN_HP_ADD); in xnbe_attach()
|
H A D | blk_common.c | 212 if (xvdi_post_event(ring->ri_dip, XEN_HP_ADD) != DDI_SUCCESS) { in blk_ring_init() 388 (void) xvdi_post_event(ring->ri_dip, XEN_HP_REMOVE); in blk_oe_state_change()
|
H A D | xnb.c | 498 (void) xvdi_post_event(dip, XEN_HP_ADD); in xnb_attach() 1744 (void) xvdi_post_event(dip, XEN_HP_REMOVE); in xnb_start_connect() 1939 (void) xvdi_post_event(dip, XEN_HP_REMOVE); in xnb_oe_state_change() 1977 (void) xvdi_post_event(dip, XEN_HP_REMOVE); in xnb_oe_state_change()
|
H A D | xdb.c | 1723 if (xvdi_post_event(dip, XEN_HP_ADD) != DDI_SUCCESS) { in xdb_attach() 1805 (void) xvdi_post_event(dip, XEN_HP_REMOVE); in xdb_detach()
|
H A D | xdf.c | 3491 (void) xvdi_post_event(dip, XEN_HP_REMOVE); in xdf_detach()
|
/titanic_50/usr/src/uts/common/xen/sys/ |
H A D | xendev.h | 203 int xvdi_post_event(dev_info_t *, xendev_hotplug_cmd_t);
|
/titanic_50/usr/src/uts/common/xen/os/ |
H A D | xvdi.c | 1124 (void) xvdi_post_event(dip, XEN_HP_REMOVE); in i_xvdi_oestate_handler() 1693 xvdi_post_event(dev_info_t *dip, xendev_hotplug_cmd_t hpc) in xvdi_post_event() function
|