Home
last modified time | relevance | path

Searched refs:error_any (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c911 td->error_any = 1; in dwc_otg_host_setup_tx()
917 td->error_any = 1; in dwc_otg_host_setup_tx()
985 td->error_any = 1; in dwc_otg_host_setup_tx()
1058 td->error_any = 1; in dwc_otg_host_setup_tx()
1325 td->error_any = 1; in dwc_otg_host_data_rx_sub()
1377 td->error_any = 1; in dwc_otg_host_data_rx()
1692 td->error_any = 1; in dwc_otg_data_rx()
1714 td->error_any = 1; in dwc_otg_data_rx()
1724 td->error_any = 1; in dwc_otg_data_rx()
1817 td->error_any = 1; in dwc_otg_host_data_tx()
[all …]
H A Ddwc_otg.h85 uint8_t error_any:1; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp442 bool error_any = false; in DoExecute() local
463 error_any = true; in DoExecute()
470 error_any ? lldb::eReturnStatusFailed in DoExecute()