Searched refs:start_handler (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | xml.c | 86 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 D | sci_base_request.h | 167 SCI_BASE_REQUEST_HANDLER_T start_handler; member
|
| H A D | sci_base_phy.h | 171 SCI_BASE_PHY_HANDLER_T start_handler; member
|
| H A D | sci_base_port.h | 179 SCI_BASE_PORT_HANDLER_T start_handler; member
|
| H A D | sci_base_remote_device.h | 213 SCI_BASE_REMOTE_DEVICE_HANDLER_T start_handler; member
|
| H A D | scic_sds_stp_remote_device.c | 185 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 D | sci_base_controller.h | 251 SCI_BASE_CONTROLLER_TIMED_HANDLER_T start_handler; member
|
| H A D | scif_sas_remote_device_ready_substate_handlers.c | 282 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 D | scif_sas_remote_device.c | 231 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 D | scif_sas_controller.c | 204 start_handler(&fw_controller->parent, timeout); in scif_controller_start()
|
| H A D | scif_sas_controller_state_handlers.c | 920 fw_task->parent.state_handlers->start_handler(&fw_task->parent.parent); in scif_sas_controller_ready_start_task_handler()
|
| H A D | scic_sds_remote_device.c | 427 return this_device->state_handlers->parent.start_handler(&this_device->parent); in scic_remote_device_start()
|
| H A D | scic_sds_controller.c | 3993 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 D | scic_sds_request.c | 1581 return this_request->state_handlers->parent.start_handler( in scic_sds_request_start()
|
| H A D | scif_sas_smp_remote_device.c | 869 return target_device->state_handlers->parent.start_handler( in scif_sas_smp_remote_device_decode_spinup_hold_release_discover_response()
|
| H A D | scic_sds_phy.c | 1614 return this_phy->state_handlers->parent.start_handler(&this_phy->parent); in scic_phy_start()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_xml.h | 183 svn_xml_start_elem start_handler,
|
| /freebsd-13.1/contrib/apr-util/xml/ |
| H A D | apr_xml.c | 143 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()
|