Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c86 svn_xml_start_elem start_handler; member
355 (*svn_parser->start_handler)(svn_parser->baton, name, atts); in expat_start_handler()
439 svn_xml_start_elem start_handler, in svn_xml_make_parser() argument
448 start_handler ? expat_start_handler : NULL, in svn_xml_make_parser()
462 svn_parser->start_handler = start_handler; in svn_xml_make_parser()
/freebsd-13.1/sys/dev/isci/scil/
H A Dsci_base_request.h167 SCI_BASE_REQUEST_HANDLER_T start_handler; member
H A Dsci_base_phy.h171 SCI_BASE_PHY_HANDLER_T start_handler; member
H A Dsci_base_port.h179 SCI_BASE_PORT_HANDLER_T start_handler; member
H A Dsci_base_remote_device.h213 SCI_BASE_REMOTE_DEVICE_HANDLER_T start_handler; member
H A Dscic_sds_stp_remote_device.c185 status = this_request->state_handlers->parent.start_handler(request); in scic_sds_stp_remote_device_ready_substate_start_request_handler()
269 status = io_request->state_handlers->parent.start_handler(request); in scic_sds_stp_remote_device_ready_idle_substate_start_io_handler()
365 status = io_request->state_handlers->parent.start_handler(request); in scic_sds_stp_remote_device_ready_ncq_substate_start_io_handler()
H A Dsci_base_controller.h251 SCI_BASE_CONTROLLER_TIMED_HANDLER_T start_handler; member
H A Dscif_sas_remote_device_ready_substate_handlers.c282 status = fw_io->parent.state_handlers->start_handler(&fw_io->parent.parent); in scif_sas_remote_device_ready_operational_start_io_handler()
544 return fw_io->parent.state_handlers->start_handler(&fw_io->parent.parent); in scif_sas_remote_device_ready_operational_start_high_priority_io_handler()
H A Dscif_sas_remote_device.c231 status = fw_device->state_handlers->parent.start_handler( in scif_remote_device_da_construct()
311 status = fw_device->state_handlers->parent.start_handler( in scif_remote_device_ea_construct()
H A Dscif_sas_controller.c204 start_handler(&fw_controller->parent, timeout); in scif_controller_start()
H A Dscif_sas_controller_state_handlers.c920 fw_task->parent.state_handlers->start_handler(&fw_task->parent.parent); in scif_sas_controller_ready_start_task_handler()
H A Dscic_sds_remote_device.c427 return this_device->state_handlers->parent.start_handler(&this_device->parent); in scic_remote_device_start()
H A Dscic_sds_controller.c3993 if (this_controller->state_handlers->parent.start_handler != NULL) in scic_controller_start()
3995 status = this_controller->state_handlers->parent.start_handler( in scic_controller_start()
5665 state_handlers->parent.start_handler(&this_controller->port_table[index].parent); in scic_sds_controller_initialized_state_start_handler()
H A Dscic_sds_request.c1581 return this_request->state_handlers->parent.start_handler( in scic_sds_request_start()
H A Dscif_sas_smp_remote_device.c869 return target_device->state_handlers->parent.start_handler( in scif_sas_smp_remote_device_decode_spinup_hold_release_discover_response()
H A Dscic_sds_phy.c1614 return this_phy->state_handlers->parent.start_handler(&this_phy->parent); in scic_phy_start()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_xml.h183 svn_xml_start_elem start_handler,
/freebsd-13.1/contrib/apr-util/xml/
H A Dapr_xml.c143 static void start_handler(void *userdata, const char *name, const char **attrs) in start_handler() function
411 XML_SetElementHandler(parser->xp, start_handler, end_handler); in apr_xml_parser_create()