Home
last modified time | relevance | path

Searched refs:reset_handler (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/usr.sbin/bhyve/
H A Dpm.c59 reset_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, in reset_handler() function
81 INOUT_PORT(reset_reg, 0xCF9, IOPORT_F_INOUT, reset_handler);
/freebsd-12.1/sys/dev/isci/scil/
H A Dsci_base_phy.h183 SCI_BASE_PHY_HANDLER_T reset_handler; member
H A Dsci_base_port.h197 SCI_BASE_PORT_RESET_HANDLER_T reset_handler; member
H A Dsci_base_remote_device.h238 SCI_BASE_REMOTE_DEVICE_HANDLER_T reset_handler; member
H A Dsci_base_controller.h263 SCI_BASE_CONTROLLER_HANDLER_T reset_handler; member
H A Dscif_sas_controller.c252 reset_handler(&fw_controller->parent); in scif_controller_reset()
H A Dscic_sds_remote_device.c476 return this_device->state_handlers->parent.reset_handler(&this_device->parent); in scic_remote_device_reset()
H A Dscic_sds_port.c1011 return this_port->state_handlers->parent.reset_handler( in scic_port_hard_reset()
H A Dscic_sds_phy.c1028 return this_phy->state_handlers->parent.reset_handler( in scic_sds_phy_reset()
H A Dscic_sds_controller.c4068 if (this_controller->state_handlers->parent.reset_handler != NULL) in scic_controller_reset()
4070 status = this_controller->state_handlers->parent.reset_handler( in scic_controller_reset()