/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpcihp_zt5550.c | 190 int status; in zt5550_hc_init_one() local 192 status = zt5550_hc_config(pdev); in zt5550_hc_init_one() 193 if (status != 0) in zt5550_hc_init_one() 194 return status; in zt5550_hc_init_one() 213 status = cpci_hp_register_controller(&zt5550_hpc); in zt5550_hc_init_one() 214 if (status != 0) { in zt5550_hc_init_one() 224 status = -ENODEV; in zt5550_hc_init_one() 230 status = cpci_hp_register_bus(bus0, 0x0a, 0x0f); in zt5550_hc_init_one() 231 if (status != 0) { in zt5550_hc_init_one() 237 status in zt5550_hc_init_one() [all...] |
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-efi.c | 118 efi_status_t status; in efi_read_alarm() local 121 * As of EFI v1.10, this call always returns an unsupported status in efi_read_alarm() 123 status = efi.get_wakeup_time((efi_bool_t *)&wkalrm->enabled, in efi_read_alarm() 126 if (status != EFI_SUCCESS) in efi_read_alarm() 138 efi_status_t status; in efi_set_alarm() local 148 * As of v1.10, this call always returns an unsupported status in efi_set_alarm() 150 status = efi.set_wakeup_time((efi_bool_t)wkalrm->enabled, &eft); in efi_set_alarm() 152 dev_warn(dev, "write status is %d\n", (int)status); in efi_set_alarm() 154 return status in efi_set_alarm() 159 efi_status_t status; efi_read_time() local 179 efi_status_t status; efi_set_time() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/altera/ |
H A D | altera_msgdma.c | 32 msgdma_csroffs(status)); in msgdma_reset() 38 if (tse_bit_is_clear(priv->rx_dma_csr, msgdma_csroffs(status), in msgdma_reset() 48 /* clear all status bits */ in msgdma_reset() 49 csrwr32(MSGDMA_CSR_STAT_MASK, priv->rx_dma_csr, msgdma_csroffs(status)); in msgdma_reset() 53 msgdma_csroffs(status)); in msgdma_reset() 60 if (tse_bit_is_clear(priv->tx_dma_csr, msgdma_csroffs(status), in msgdma_reset() 70 /* clear all status bits */ in msgdma_reset() 71 csrwr32(MSGDMA_CSR_STAT_MASK, priv->tx_dma_csr, msgdma_csroffs(status)); in msgdma_reset() 100 csrwr32(MSGDMA_CSR_STAT_IRQ, priv->rx_dma_csr, msgdma_csroffs(status)); in msgdma_clear_rxirq() 105 csrwr32(MSGDMA_CSR_STAT_IRQ, priv->tx_dma_csr, msgdma_csroffs(status)); in msgdma_clear_txirq() 130 u32 status; msgdma_tx_completions() local [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utresrc.c | 146 acpi_status status; in acpi_ut_walk_aml_resources() local 171 status = in acpi_ut_walk_aml_resources() 173 if (ACPI_FAILURE(status)) { in acpi_ut_walk_aml_resources() 178 return_ACPI_STATUS(status); in acpi_ut_walk_aml_resources() 188 status = in acpi_ut_walk_aml_resources() 191 if (ACPI_FAILURE(status)) { in acpi_ut_walk_aml_resources() 192 return_ACPI_STATUS(status); in acpi_ut_walk_aml_resources() 238 status = in acpi_ut_walk_aml_resources() 240 if (ACPI_FAILURE(status)) { in acpi_ut_walk_aml_resources() 241 return_ACPI_STATUS(status); in acpi_ut_walk_aml_resources() 554 acpi_status status; acpi_ut_get_resource_end_tag() local [all...] |
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-efi.c | 118 efi_status_t status; in efi_read_alarm() local 121 * As of EFI v1.10, this call always returns an unsupported status in efi_read_alarm() 123 status = efi.get_wakeup_time((efi_bool_t *)&wkalrm->enabled, in efi_read_alarm() 126 if (status != EFI_SUCCESS) in efi_read_alarm() 138 efi_status_t status; in efi_set_alarm() local 148 * As of v1.10, this call always returns an unsupported status in efi_set_alarm() 150 status = efi.set_wakeup_time((efi_bool_t)wkalrm->enabled, &eft); in efi_set_alarm() 152 dev_warn(dev, "write status is %d\n", (int)status); in efi_set_alarm() 154 return status in efi_set_alarm() 159 efi_status_t status; efi_read_time() local 179 efi_status_t status; efi_set_time() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vhci_rx.c | 17 int status; in pickup_urb_and_free_priv() local 24 status = urb->status; in pickup_urb_and_free_priv() 28 switch (status) { in pickup_urb_and_free_priv() 34 seqnum, status == -ENOENT ? "" : "a"); in pickup_urb_and_free_priv() 41 "urb seq# %u may be in a error, status %d\n", in pickup_urb_and_free_priv() 42 seqnum, status); in pickup_urb_and_free_priv() 81 urb->status = -EPROTO; in vhci_recv_ret_submit() 87 urb->status = -EPROTO; in vhci_recv_ret_submit() 107 usb_hcd_giveback_urb(vhci_hcd_to_hcd(vhci_hcd), urb, urb->status); in vhci_recv_ret_submit() [all...] |
/kernel/linux/linux-6.6/drivers/pci/pcie/ |
H A D | err.c | 203 pci_ers_result_t status = PCI_ERS_RESULT_CAN_RECOVER; in pcie_do_recovery() local 227 pci_walk_bridge(bridge, report_frozen_detected, &status); in pcie_do_recovery() 233 pci_walk_bridge(bridge, report_normal_detected, &status); in pcie_do_recovery() 236 if (status == PCI_ERS_RESULT_CAN_RECOVER) { in pcie_do_recovery() 237 status = PCI_ERS_RESULT_RECOVERED; in pcie_do_recovery() 239 pci_walk_bridge(bridge, report_mmio_enabled, &status); in pcie_do_recovery() 242 if (status == PCI_ERS_RESULT_NEED_RESET) { in pcie_do_recovery() 248 status = PCI_ERS_RESULT_RECOVERED; in pcie_do_recovery() 250 pci_walk_bridge(bridge, report_slot_reset, &status); in pcie_do_recovery() 253 if (status ! in pcie_do_recovery() [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpcihp_zt5550.c | 190 int status; in zt5550_hc_init_one() local 192 status = zt5550_hc_config(pdev); in zt5550_hc_init_one() 193 if (status != 0) in zt5550_hc_init_one() 194 return status; in zt5550_hc_init_one() 213 status = cpci_hp_register_controller(&zt5550_hpc); in zt5550_hc_init_one() 214 if (status != 0) { in zt5550_hc_init_one() 224 status = -ENODEV; in zt5550_hc_init_one() 230 status = cpci_hp_register_bus(bus0, 0x0a, 0x0f); in zt5550_hc_init_one() 231 if (status != 0) { in zt5550_hc_init_one() 237 status in zt5550_hc_init_one() [all...] |
/third_party/backends/backend/escl/ |
H A D | escl_status.c | 43 * \brief Callback function that stocks in memory the content of the scanner status. 45 * \return realsize (size of the content needed -> the scanner status) 68 * --> to recover the scanner status. 184 * \brief Function that finally recovers the scanner status ('Idle', or not), using curl. 188 * \return status (if everything is OK, status = SANE_STATUS_GOOD, otherwise, SANE_STATUS_NO_MEM/SANE_STATUS_INVAL) 196 SANE_Status status = SANE_STATUS_DEVICE_BUSY; in escl_status() local 210 status = SANE_STATUS_DEVICE_BUSY; in escl_status() 228 status = SANE_STATUS_INVAL; in escl_status() 234 status in escl_status() [all...] |
H A D | escl_pdf.c | 116 SANE_Status status = SANE_STATUS_GOOD; in get_PDF_data() local 125 status = SANE_STATUS_INVAL; in get_PDF_data() 132 status = SANE_STATUS_INVAL; in get_PDF_data() 139 status = SANE_STATUS_INVAL; in get_PDF_data() 149 status = SANE_STATUS_INVAL; in get_PDF_data() 156 status = SANE_STATUS_INVAL; in get_PDF_data() 164 status = SANE_STATUS_INVAL; in get_PDF_data() 176 status = SANE_STATUS_INVAL; in get_PDF_data() 183 status = SANE_STATUS_INVAL; in get_PDF_data() 200 status in get_PDF_data() [all...] |
/third_party/icu/icu4c/source/samples/layout/ |
H A D | FontMap.cpp | 26 FontMap::FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) in FontMap() argument 40 if (LE_FAILURE(status)) { in FontMap() 52 status = LE_FONT_FILE_NOT_FOUND_ERROR; in FontMap() 108 status = LE_ILLEGAL_ARGUMENT_ERROR; in FontMap() 199 const LEFontInstance *FontMap::getScriptFont(le_int32 scriptCode, LEErrorCode &status) in getScriptFont() argument 201 if (LE_FAILURE(status)) { in getScriptFont() 206 status = LE_ILLEGAL_ARGUMENT_ERROR; in getScriptFont() 216 status = LE_FONT_FILE_NOT_FOUND_ERROR; in getScriptFont() 221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont() 223 if (LE_FAILURE(status)) { in getScriptFont() 263 LEErrorCode status = LE_NO_ERROR; getMaxMetrics() local [all...] |
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
H A D | DateFmtPerf.cpp | 21 DateFormatPerfTest::DateFormatPerfTest(int32_t argc, const char* argv[], UErrorCode& status) in DateFormatPerfTest() argument 22 : UPerfTest(argc,argv,status) { in DateFormatPerfTest() 200 UErrorCode status = U_ZERO_ERROR; in main() local 227 for(int j = 0; U_SUCCESS(status)&& j < FUNCTION_COUNT; j++) in main() 228 t[j] += (functions[j]->time(1, &status) / ITER_COUNT); in main() 234 if(U_SUCCESS(status)) { in main() 265 if(U_FAILURE(status)) { in main() 266 cout << "Error! " << u_errorName(status) << endl; in main() 275 UErrorCode status = U_ZERO_ERROR; in main() local 277 DateFormatPerfTest test(argc, argv, status); in main() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbinode.cpp | 68 UErrorCode status = U_ZERO_ERROR; in RBBINode() local 69 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode() 70 fLastPosSet = new UVector(status); in RBBINode() 71 fFollowPos = new UVector(status); in RBBINode() 97 UErrorCode status = U_ZERO_ERROR; in RBBINode() local 98 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode() 99 fLastPosSet = new UVector(status); in RBBINode() 100 fFollowPos = new UVector(status); in RBBINode() 264 findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) findNodes() argument [all...] |
/third_party/mbedtls/library/ |
H A D | pk_ecc.c | 53 psa_status_t status; in mbedtls_pk_ecc_set_key() local 70 status = psa_import_key(&attributes, key, key_len, &pk->priv_id); in mbedtls_pk_ecc_set_key() 71 return psa_pk_status_to_mbedtls(status); in mbedtls_pk_ecc_set_key() 94 psa_status_t status; in mbedtls_pk_ecc_set_pubkey_from_prv() local 96 status = psa_export_public_key(pk->priv_id, pk->pub_raw, sizeof(pk->pub_raw), in mbedtls_pk_ecc_set_pubkey_from_prv() 98 return psa_pk_status_to_mbedtls(status); in mbedtls_pk_ecc_set_pubkey_from_prv() 104 psa_status_t status; in mbedtls_pk_ecc_set_pubkey_from_prv() 115 status = psa_import_key(&key_attr, prv, prv_len, &key_id); in mbedtls_pk_ecc_set_pubkey_from_prv() 116 if (status != PSA_SUCCESS) { in mbedtls_pk_ecc_set_pubkey_from_prv() 117 return psa_pk_status_to_mbedtls(status); in mbedtls_pk_ecc_set_pubkey_from_prv() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbinode.cpp | 68 UErrorCode status = U_ZERO_ERROR; in RBBINode() local 69 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode() 70 fLastPosSet = new UVector(status); in RBBINode() 71 fFollowPos = new UVector(status); in RBBINode() 97 UErrorCode status = U_ZERO_ERROR; in RBBINode() local 98 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode() 99 fLastPosSet = new UVector(status); in RBBINode() 100 fFollowPos = new UVector(status); in RBBINode() 264 findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) findNodes() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | datefmt.h | 120 * UErrorCode status = U_ZERO_ERROR; 121 * UDate myDate = df->parse(myString, status); 253 * @param status Output param filled with success/failure status. 260 UErrorCode& status) const override; 273 * @param status Output param filled with success/failure status. 280 UErrorCode& status) const override; 293 * that if the same time field appears more than once in a pattern, the status will 332 * @param status erro [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | datefmt.h | 120 * UErrorCode status = U_ZERO_ERROR; 121 * UDate myDate = df->parse(myString, status); 253 * @param status Output param filled with success/failure status. 260 UErrorCode& status) const override; 273 * @param status Output param filled with success/failure status. 280 UErrorCode& status) const override; 293 * that if the same time field appears more than once in a pattern, the status will 332 * @param status erro [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
H A D | 4-2.c | 79 int status; /* error code */ member 132 td->status = pthread_mutex_trylock(&(td->mtx)); in tf() 134 if (td->status == 0) { in tf() 159 int status; in main() local 324 td->status = 0; in main() 372 chkpid = waitpid(child_pr, &status, 0); in main() 378 if (WIFSIGNALED(status)) { in main() 380 WTERMSIG(status)); in main() 384 if (WIFEXITED(status)) { in main() 385 ret = WEXITSTATUS(status); in main() [all...] |
H A D | 2-1.c | 86 int status; /* error code */ member 111 td->status = pthread_mutex_trylock(&(td->mtx)); in tf() 113 if (td->status == 0) { in tf() 138 int status; in main() local 288 td->status = 0; in main() 353 chkpid = waitpid(child_pr, &status, 0); in main() 359 if (WIFSIGNALED(status)) { in main() 361 WTERMSIG(status)); in main() 365 if (WIFEXITED(status)) { in main() 366 ret = WEXITSTATUS(status); in main() [all...] |
H A D | 1-2.c | 81 int status; /* error code */ member 134 td->status = pthread_mutex_trylock(&(td->mtx)); in tf() 136 if (td->status == 0) { in tf() 161 int status; in main() local 323 td->status = 0; in main() 390 chkpid = waitpid(child_pr, &status, 0); in main() 396 if (WIFSIGNALED(status)) { in main() 398 WTERMSIG(status)); in main() 402 if (WIFEXITED(status)) { in main() 403 ret = WEXITSTATUS(status); in main() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | datefmt.h | 120 * UErrorCode status = U_ZERO_ERROR; 121 * UDate myDate = df->parse(myString, status); 253 * @param status Output param filled with success/failure status. 260 UErrorCode& status) const; 273 * @param status Output param filled with success/failure status. 280 UErrorCode& status) const; 293 * that if the same time field appears more than once in a pattern, the status will 332 * @param status erro [all...] |
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | FontMap.cpp | 26 FontMap::FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) in FontMap() argument 40 if (LE_FAILURE(status)) { in FontMap() 52 status = LE_FONT_FILE_NOT_FOUND_ERROR; in FontMap() 108 status = LE_ILLEGAL_ARGUMENT_ERROR; in FontMap() 199 const LEFontInstance *FontMap::getScriptFont(le_int32 scriptCode, LEErrorCode &status) in getScriptFont() argument 201 if (LE_FAILURE(status)) { in getScriptFont() 206 status = LE_ILLEGAL_ARGUMENT_ERROR; in getScriptFont() 216 status = LE_FONT_FILE_NOT_FOUND_ERROR; in getScriptFont() 221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont() 223 if (LE_FAILURE(status)) { in getScriptFont() 263 LEErrorCode status = LE_NO_ERROR; getMaxMetrics() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbinode.cpp | 68 UErrorCode status = U_ZERO_ERROR; in RBBINode() local 69 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode() 70 fLastPosSet = new UVector(status); in RBBINode() 71 fFollowPos = new UVector(status); in RBBINode() 97 UErrorCode status = U_ZERO_ERROR; in RBBINode() local 98 fFirstPosSet = new UVector(status); // TODO - get a real status from somewhere in RBBINode() 99 fLastPosSet = new UVector(status); in RBBINode() 100 fFollowPos = new UVector(status); in RBBINode() 264 findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) findNodes() argument [all...] |
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | wakeup_intell_voice_engine_napi.cpp | 59 napi_status status; in Export() local 85 status = napi_define_class(env, in Export() 93 if (status != napi_ok) { in Export() 97 status = napi_create_reference(env, constructor, refCount, &g_wakeupEngineConstructor); in Export() 98 if (status == napi_ok) { in Export() 99 status = napi_set_named_property(env, exports, WAKEUP_ENGINE_NAPI_CLASS_NAME.c_str(), constructor); in Export() 100 if (status == napi_ok) { in Export() 101 status = napi_define_properties(env, exports, in Export() 103 if (status == napi_ok) { in Export() 123 napi_status status; in Construct() local 450 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); On() local 491 napi_status status = napi_unwrap(env, jsThis, reinterpret_cast<void **>(&engineNapi)); RegisterCallback() local 526 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); Off() local 567 napi_status status = napi_unwrap(env, jsThis, reinterpret_cast<void **>(&engineNapi)); UnregisterCallback() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00usb.c | 23 static bool rt2x00usb_check_usb_error(struct rt2x00_dev *rt2x00dev, int status) in rt2x00usb_check_usb_error() argument 25 if (status == -ENODEV || status == -ENOENT) in rt2x00usb_check_usb_error() 31 if (status == -EPROTO || status == -ETIMEDOUT) in rt2x00usb_check_usb_error() 52 int status; in rt2x00usb_vendor_request() local 62 status = usb_control_msg(usb_dev, pipe, request, requesttype, in rt2x00usb_vendor_request() 65 if (status >= 0) in rt2x00usb_vendor_request() 68 if (rt2x00usb_check_usb_error(rt2x00dev, status)) { in rt2x00usb_vendor_request() 77 request, offset, status); in rt2x00usb_vendor_request() 88 int status; rt2x00usb_vendor_req_buff_lock() local 119 int status = 0; rt2x00usb_vendor_request_buff() local 302 int status; rt2x00usb_kick_tx_entry() local 404 int status; rt2x00usb_kick_rx_entry() local 717 int status; rt2x00usb_initialize() local [all...] |