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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dsci_base_phy.h168 * The start_handler specifies the method invoked when there is an
171 SCI_BASE_PHY_HANDLER_T start_handler; member in struct:SCI_BASE_PHY_STATE_HANDLER
H A Dsci_base_port.h176 * The start_handler specifies the method invoked when a user attempts to
179 SCI_BASE_PORT_HANDLER_T start_handler; member in struct:SCI_BASE_PORT_STATE_HANDLER
H A Dsci_base_request.h164 * The start_handler specifies the method invoked when a user attempts to
167 SCI_BASE_REQUEST_HANDLER_T start_handler; member in struct:SCI_BASE_REQUEST_STATE_HANDLER
H A Dsci_base_controller.h248 * The start_handler specifies the method invoked when a user attempts to
251 SCI_BASE_CONTROLLER_TIMED_HANDLER_T start_handler; member in struct:SCI_BASE_CONTROLLER_STATE_HANDLER
H A Dsci_base_remote_device.h210 * The start_handler specifies the method invoked when a user attempts to
213 SCI_BASE_REMOTE_DEVICE_HANDLER_T start_handler; member in struct:SCI_BASE_REMOTE_DEVICE_STATE_HANDLER
H A Dscic_sds_stp_remote_device.c185 status = this_request->state_handlers->parent.start_handler(request);
269 status = io_request->state_handlers->parent.start_handler(request);
365 status = io_request->state_handlers->parent.start_handler(request);
H A Dscif_sas_remote_device_ready_substate_handlers.c282 status = fw_io->parent.state_handlers->start_handler(&fw_io->parent.parent);
544 return fw_io->parent.state_handlers->start_handler(&fw_io->parent.parent);
H A Dscif_sas_remote_device.c231 status = fw_device->state_handlers->parent.start_handler(
311 status = fw_device->state_handlers->parent.start_handler(
H A Dscif_sas_controller.c204 start_handler(&fw_controller->parent, timeout);
H A Dscic_sds_remote_device.c427 return this_device->state_handlers->parent.start_handler(&this_device->parent);
H A Dscif_sas_controller_state_handlers.c920 fw_task->parent.state_handlers->start_handler(&fw_task->parent.parent);
H A Dscic_sds_request.c1581 return this_request->state_handlers->parent.start_handler(
H A Dscif_sas_smp_remote_device.c801 * start_handler(). But if a DISCOVER response still shows SPINUP
867 //This device has already constructed, only need to call start_handler
869 return target_device->state_handlers->parent.start_handler(
H A Dscic_sds_controller.c3993 if (this_controller->state_handlers->parent.start_handler != NULL)
3995 status = this_controller->state_handlers->parent.start_handler(
5665 state_handlers->parent.start_handler(&this_controller->port_table[index].parent);
H A Dscic_sds_phy.c1614 return this_phy->state_handlers->parent.start_handler(&this_phy->parent);
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_xml.h185 svn_xml_start_elem start_handler,
/freebsd-12-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-12-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 212 milliseconds