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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_phy.h178 * The reset_handler specifies the method invoked when there is an
181 SCI_BASE_PHY_HANDLER_T reset_handler; member in struct:SCI_BASE_PHY_STATE_HANDLER
H A Dsci_base_port.h192 * The reset_handler specifies the method invoked when a user attempts to
195 SCI_BASE_PORT_RESET_HANDLER_T reset_handler; member in struct:SCI_BASE_PORT_STATE_HANDLER
H A Dsci_base_controller.h258 * The reset_handler specifies the method invoked when a user attempts to
261 SCI_BASE_CONTROLLER_HANDLER_T reset_handler; member in struct:SCI_BASE_CONTROLLER_STATE_HANDLER
H A Dsci_base_remote_device.h236 SCI_BASE_REMOTE_DEVICE_HANDLER_T reset_handler; member in struct:SCI_BASE_REMOTE_DEVICE_STATE_HANDLER
H A Dscif_sas_controller.c250 reset_handler(&fw_controller->parent);
H A Dscic_sds_remote_device.c474 return this_device->state_handlers->parent.reset_handler(&this_device->parent);
H A Dscic_sds_port.c1009 return this_port->state_handlers->parent.reset_handler(
H A Dscic_sds_phy.c1026 return this_phy->state_handlers->parent.reset_handler(
H A Dscic_sds_controller.c4066 if (this_controller->state_handlers->parent.reset_handler != NULL)
4068 status = this_controller->state_handlers->parent.reset_handler(
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpm.c59 reset_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, function
81 INOUT_PORT(reset_reg, 0xCF9, IOPORT_F_INOUT, reset_handler);

Completed in 146 milliseconds