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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_base_phy.h180 * The reset_handler specifies the method invoked when there is an
183 SCI_BASE_PHY_HANDLER_T reset_handler; member in struct:SCI_BASE_PHY_STATE_HANDLER
H A Dsci_base_port.h194 * The reset_handler specifies the method invoked when a user attempts to
197 SCI_BASE_PORT_RESET_HANDLER_T reset_handler; member in struct:SCI_BASE_PORT_STATE_HANDLER
H A Dsci_base_controller.h260 * The reset_handler specifies the method invoked when a user attempts to
263 SCI_BASE_CONTROLLER_HANDLER_T reset_handler; member in struct:SCI_BASE_CONTROLLER_STATE_HANDLER
H A Dsci_base_remote_device.h238 SCI_BASE_REMOTE_DEVICE_HANDLER_T reset_handler; member in struct:SCI_BASE_REMOTE_DEVICE_STATE_HANDLER
H A Dscif_sas_controller.c252 reset_handler(&fw_controller->parent);
H A Dscic_sds_remote_device.c476 return this_device->state_handlers->parent.reset_handler(&this_device->parent);
H A Dscic_sds_port.c1011 return this_port->state_handlers->parent.reset_handler(
H A Dscic_sds_phy.c1028 return this_phy->state_handlers->parent.reset_handler(
H A Dscic_sds_controller.c4068 if (this_controller->state_handlers->parent.reset_handler != NULL)
4070 status = this_controller->state_handlers->parent.reset_handler(
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpm.c63 reset_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, function
85 INOUT_PORT(reset_reg, 0xCF9, IOPORT_F_INOUT, reset_handler);

Completed in 217 milliseconds