/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | svc_extension_proxy_test.cpp | 255 string result = "result_report"; in HWTEST_F() local 259 ErrCode ret = proxy_->GetBackupInfo(result); in HWTEST_F() 265 ret = proxy_->GetBackupInfo(result); in HWTEST_F() 271 ret = proxy_->GetBackupInfo(result); in HWTEST_F() 278 ret = proxy_->GetBackupInfo(result); in HWTEST_F() 285 ret = proxy_->GetBackupInfo(result); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_session.cpp | 204 napi_value result = nullptr; in OnSetScreenRotationLocked() local 205 std::unique_ptr<NapiAsyncTask> napiAsyncTask = CreateEmptyAsyncTask(env, lastParam, &result); in OnSetScreenRotationLocked() 226 return result; in OnSetScreenRotationLocked() 313 napi_ref result = nullptr; in OnRegisterCallback() local 314 napi_create_reference(env, callback, 1, &result); in OnRegisterCallback() 315 std::shared_ptr<NativeReference> callbackRef(reinterpret_cast<NativeReference*>(result)); in OnRegisterCallback()
|
/kernel/linux/linux-5.10/drivers/dma/qcom/ |
H A D | hidma.c | 136 struct dmaengine_result result; in hidma_process_completed() local 146 result.result = DMA_TRANS_NOERROR; in hidma_process_completed() 148 result.result = DMA_TRANS_ABORTED; in hidma_process_completed() 162 dmaengine_desc_callback_invoke(&cb, &result); in hidma_process_completed()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | fpsp.h | 222 .set neg_bit,3 | negative result 223 .set z_bit,2 | zero result 224 .set inf_bit,1 | infinity result 225 .set nan_bit,0 | not-a-number result 235 .set inex2_bit,1 | inexact result 2 236 .set inex1_bit,0 | inexact result 1
|
H A D | do_func.S | 9 | do_func by forcing the default result. Normalized and 18 | Called functions return their result in fp0. Sincos returns 324 bra t_resdnrm |force UNFL(but exact) result 404 bra t_resdnrm |force UNFL(but exact) result 415 .long sscale | 00,00 norm,norm = result 481 bra sto_cos |store cosine result 486 bsr sto_cos |store cosine result
|
H A D | bugfix.S | 251 | If the result of the xu instruction is not exceptional, we can 253 | processing the original exception. If the result is also 280 | It is necessary to isolate the result of the instruction in the 373 | If the result of the xu instruction is not exceptional, we can 375 | processing the original exception. If the result is also 406 | It is necessary to isolate the result of the instruction in the
|
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-kona.c | 625 /* Replace the divider value and record the result */ in __div_commit() 699 u64 result; in clk_recalc_rate() local 712 * result of the pre-divider. in clk_recalc_rate() 734 result = DIV_ROUND_CLOSEST_ULL(scaled_parent_rate, scaled_div); in clk_recalc_rate() 736 return (unsigned long)result; in clk_recalc_rate() 757 u64 result; in round_rate() local 768 * result of the pre-divider. in round_rate() 806 result = DIV_ROUND_CLOSEST_ULL(scaled_parent_rate, best_scaled_div); in round_rate() 811 return (long)result; in round_rate() 910 /* Replace the selector value and record the result */ in __sel_commit() [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | fpsp.h | 222 .set neg_bit,3 | negative result 223 .set z_bit,2 | zero result 224 .set inf_bit,1 | infinity result 225 .set nan_bit,0 | not-a-number result 235 .set inex2_bit,1 | inexact result 2 236 .set inex1_bit,0 | inexact result 1
|
H A D | do_func.S | 9 | do_func by forcing the default result. Normalized and 18 | Called functions return their result in fp0. Sincos returns 324 bra t_resdnrm |force UNFL(but exact) result 404 bra t_resdnrm |force UNFL(but exact) result 415 .long sscale | 00,00 norm,norm = result 481 bra sto_cos |store cosine result 486 bsr sto_cos |store cosine result
|
H A D | bugfix.S | 251 | If the result of the xu instruction is not exceptional, we can 253 | processing the original exception. If the result is also 280 | It is necessary to isolate the result of the instruction in the 373 | If the result of the xu instruction is not exceptional, we can 375 | processing the original exception. If the result is also 406 | It is necessary to isolate the result of the instruction in the
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | channel_mgmt.c | 1196 * vmbus_onopen_result - Open result handler. 1204 struct vmbus_channel_open_result *result; in vmbus_onopen_result() local 1210 result = (struct vmbus_channel_open_result *)hdr; in vmbus_onopen_result() 1212 trace_vmbus_onopen_result(result); in vmbus_onopen_result() 1215 * Find the open msg, copy the result and signal/unblock the wait event in vmbus_onopen_result() 1227 if (openmsg->child_relid == result->child_relid && in vmbus_onopen_result() 1228 openmsg->openid == result->openid) { in vmbus_onopen_result() 1230 result, in vmbus_onopen_result() 1261 * Find the establish msg, copy the result and signal/unblock the wait in vmbus_ongpadl_created() 1311 * Find the open msg, copy the result an in vmbus_ongpadl_torndown() [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-piix4.c | 442 int result = 0; in piix4_transaction() local 479 result = -ETIMEDOUT; in piix4_transaction() 483 result = -EIO; in piix4_transaction() 488 result = -EIO; in piix4_transaction() 495 result = -ENXIO; in piix4_transaction() 510 return result; in piix4_transaction()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | vf610_adc.c | 555 int result; in vf610_adc_read_data() local 557 result = readl(info->regs + VF610_REG_ADC_R0); in vf610_adc_read_data() 561 result &= 0xFF; in vf610_adc_read_data() 564 result &= 0x3FF; in vf610_adc_read_data() 567 result &= 0xFFF; in vf610_adc_read_data() 573 return result; in vf610_adc_read_data()
|
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | share.c | 917 struct parport *port, *result = NULL; in parport_find_number() local 925 result = parport_get_port(port); in parport_find_number() 930 return result; in parport_find_number() 948 struct parport *port, *result = NULL; in parport_find_base() local 956 result = parport_get_port(port); in parport_find_base() 961 return result; in parport_find_base()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ppa.c | 167 dev->cur_cmd->result = error_code << 16; in ppa_fail_func() 628 switch ((cmd->result >> 16) & 0xff) { in ppa_interrupt() 657 (cmd->result >> 16) & 0xff); in ppa_interrupt() 768 cmd->result = DID_OK << 16; in ppa_engine() 778 cmd->result = in ppa_engine() 802 cmd->result = DID_ERROR << 16; /* default return code */ in ppa_queuecommand_lck()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pscsi.c | 1051 int result = scsi_req(req)->result; in pscsi_req_done() local 1052 u8 scsi_status = status_byte(result) << 1; in pscsi_req_done() 1057 result); in pscsi_req_done() 1062 switch (host_byte(result)) { in pscsi_req_done() 1070 result); in pscsi_req_done()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_uac1_legacy.c | 824 int result; \ 827 result = sprintf(page, "%u\n", opts->name); \ 830 return result; \ 869 int result; \ 872 result = sprintf(page, "%s\n", opts->name); \ 875 return result; \
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvcs.c | 398 /* writing a '0' to this sysfs entry will result in the disconnect. */ in hvcs_vterm_state_store() 1312 int result = 0; in hvcs_write() local 1360 result = 0; in hvcs_write() 1369 result = hvc_put_chars(unit_address, in hvcs_write() 1380 if (result == 0) { in hvcs_write() 1391 if (result < 0) in hvcs_write() 1397 if (result == -1) in hvcs_write() 1510 * The following call will result in sysfs entries that denote the in hvcs_initialize()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | ipaq.c | 519 int result = 0; in ipaq_open() local 533 result = usb_control_msg(serial->dev, in ipaq_open() 536 if (!result) in ipaq_open() 541 if (!retries && result) { in ipaq_open() 543 __func__, result); in ipaq_open() 544 return result; in ipaq_open()
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb16_main.c | 281 int result = 0; in snd_sb16_playback_trigger() local 299 result = -EINVAL; in snd_sb16_playback_trigger() 302 return result; in snd_sb16_playback_trigger() 350 int result = 0; in snd_sb16_capture_trigger() local 368 result = -EINVAL; in snd_sb16_capture_trigger() 371 return result; in snd_sb16_capture_trigger()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | p16v.c | 420 int result = 0; in snd_p16v_pcm_trigger_playback() local 460 result = -EINVAL; in snd_p16v_pcm_trigger_playback() 463 return result; in snd_p16v_pcm_trigger_playback() 474 int result = 0; in snd_p16v_pcm_trigger_capture() local 490 result = -EINVAL; in snd_p16v_pcm_trigger_capture() 493 return result; in snd_p16v_pcm_trigger_capture()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | build-id.c | 237 bool result = false; in build_id_cache__valid_id() local 250 result = (strcmp(sbuild_id, real_sbuild_id) == 0); in build_id_cache__valid_id() 253 return result; in build_id_cache__valid_id() 579 struct strlist **result) in build_id_cache__list_build_ids() 588 *result = lsdir(dir_name, lsdir_no_dot_filter); in build_id_cache__list_build_ids() 589 if (!*result) in build_id_cache__list_build_ids() 578 build_id_cache__list_build_ids(const char *pathname, struct nsinfo *nsi, struct strlist **result) build_id_cache__list_build_ids() argument
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | file.c | 542 * of partial blocks of two competing unaligned IOs can result in data in ext4_dio_write_iter() 691 vm_fault_t result; in ext4_dax_huge_fault() local 698 * We have to distinguish real writes from writes which will result in a in ext4_dax_huge_fault() 727 result = dax_iomap_fault(vmf, pe_size, &pfn, &error, &ext4_iomap_ops); in ext4_dax_huge_fault() 731 if ((result & VM_FAULT_ERROR) && error == -ENOSPC && in ext4_dax_huge_fault() 735 if (result & VM_FAULT_NEEDDSYNC) in ext4_dax_huge_fault() 736 result = dax_finish_sync_fault(vmf, pe_size, pfn); in ext4_dax_huge_fault() 743 return result; in ext4_dax_huge_fault()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | generic.c | 78 int result = proc_match(name, de, len); in pde_subdir_find() local 80 if (result < 0) in pde_subdir_find() 82 else if (result > 0) in pde_subdir_find() 101 int result = proc_match(de->name, this, de->namelen); in pde_subdir_insert() local 104 if (result < 0) in pde_subdir_insert() 106 else if (result > 0) in pde_subdir_insert()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | auth_x.c | 563 static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result, in ceph_x_handle_reply() argument 573 if (result) in ceph_x_handle_reply() 574 return result; /* XXX hmm? */ in ceph_x_handle_reply() 591 result = le32_to_cpu(head->result); in ceph_x_handle_reply() 592 dout("handle_reply op %d result %d\n", op, result); in ceph_x_handle_reply()
|