Searched refs:start_handler (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_phy.h166 * The start_handler specifies the method invoked when there is an
169 SCI_BASE_PHY_HANDLER_T start_handler; member in struct:SCI_BASE_PHY_STATE_HANDLER
H A Dsci_base_port.h174 * The start_handler specifies the method invoked when a user attempts to
177 SCI_BASE_PORT_HANDLER_T start_handler; member in struct:SCI_BASE_PORT_STATE_HANDLER
H A Dsci_base_request.h162 * The start_handler specifies the method invoked when a user attempts to
165 SCI_BASE_REQUEST_HANDLER_T start_handler; member in struct:SCI_BASE_REQUEST_STATE_HANDLER
H A Dsci_base_controller.h246 * The start_handler specifies the method invoked when a user attempts to
249 SCI_BASE_CONTROLLER_TIMED_HANDLER_T start_handler; member in struct:SCI_BASE_CONTROLLER_STATE_HANDLER
H A Dsci_base_remote_device.h208 * The start_handler specifies the method invoked when a user attempts to
211 SCI_BASE_REMOTE_DEVICE_HANDLER_T start_handler; member in struct:SCI_BASE_REMOTE_DEVICE_STATE_HANDLER
H A Dscic_sds_stp_remote_device.c183 status = this_request->state_handlers->parent.start_handler(request);
267 status = io_request->state_handlers->parent.start_handler(request);
363 status = io_request->state_handlers->parent.start_handler(request);
H A Dscif_sas_remote_device_ready_substate_handlers.c280 status = fw_io->parent.state_handlers->start_handler(&fw_io->parent.parent);
542 return fw_io->parent.state_handlers->start_handler(&fw_io->parent.parent);
H A Dscif_sas_remote_device.c229 status = fw_device->state_handlers->parent.start_handler(
309 status = fw_device->state_handlers->parent.start_handler(
H A Dscif_sas_controller.c202 start_handler(&fw_controller->parent, timeout);
H A Dscic_sds_remote_device.c425 return this_device->state_handlers->parent.start_handler(&this_device->parent);
H A Dscif_sas_controller_state_handlers.c918 fw_task->parent.state_handlers->start_handler(&fw_task->parent.parent);
H A Dscic_sds_request.c1579 return this_request->state_handlers->parent.start_handler(
H A Dscif_sas_smp_remote_device.c799 * start_handler(). But if a DISCOVER response still shows SPINUP
865 //This device has already constructed, only need to call start_handler
867 return target_device->state_handlers->parent.start_handler(
H A Dscic_sds_controller.c3991 if (this_controller->state_handlers->parent.start_handler != NULL)
3993 status = this_controller->state_handlers->parent.start_handler(
5663 state_handlers->parent.start_handler(&this_controller->port_table[index].parent);
H A Dscic_sds_phy.c1612 return this_phy->state_handlers->parent.start_handler(&this_phy->parent);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_xml.h185 svn_xml_start_elem start_handler,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c87 svn_xml_start_elem start_handler;
359 (*svn_parser->start_handler)(svn_parser->baton, name, atts);
444 svn_xml_start_elem start_handler,
453 start_handler ? expat_start_handler : NULL,
467 svn_parser->start_handler = start_handler;
86 svn_xml_start_elem start_handler; member in struct:svn_xml_parser_t
438 svn_xml_make_parser(void *baton, svn_xml_start_elem start_handler, svn_xml_end_elem end_handler, svn_xml_char_data data_handler, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/apr-util/xml/
H A Dapr_xml.c143 static void start_handler(void *userdata, const char *name, const char **attrs) function
411 XML_SetElementHandler(parser->xp, start_handler, end_handler);

Completed in 319 milliseconds