/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.h | 520 cmd->result &= ~(CAM_STATUS_MASK << 16); in ahc_cmd_set_transaction_status() 521 cmd->result |= status << 16; in ahc_cmd_set_transaction_status() 533 cmd->result &= ~0xFFFF; in ahc_cmd_set_scsi_status() 534 cmd->result |= status; in ahc_cmd_set_scsi_status() 546 return ((cmd->result >> 16) & CAM_STATUS_MASK); in ahc_cmd_get_transaction_status() 558 return (cmd->result & 0xFFFF); in ahc_cmd_get_scsi_status() 648 if ((scb->io_ctx->result & (CAM_DEV_QFRZN << 16)) == 0) { in ahc_freeze_scb() 649 scb->io_ctx->result |= CAM_DEV_QFRZN << 16; in ahc_freeze_scb()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_rules.c | 85 .result = res, in __fib_lookup() 137 (struct fib_result *)arg->result, in fib4_rule_action() 148 struct fib_result *result = arg->result; in fib4_rule_suppress() local 151 if (result->fi) { in fib4_rule_suppress() 152 struct fib_nh_common *nhc = fib_info_nhc(result->fi, 0); in fib4_rule_suppress() 157 /* do not accept result if the route does in fib4_rule_suppress() 160 if (result->prefixlen <= rule->suppress_prefixlen) in fib4_rule_suppress() 163 /* do not accept result if the route uses a device in fib4_rule_suppress() 173 fib_info_put(result in fib4_rule_suppress() [all...] |
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 161 "set CurCase case result as: {}".format(self.case_result)) 213 if self.test_method.result == RunResult.PASSED: 300 self.result = RunResult.PASSED 307 def set_result(self, result=None): 308 self.result = result or RunResult.PASSED 310 "set TestMethod result as: {}".format(self.result)) 320 self.result = RunResult.PASSED 327 self.result [all...] |
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | suite_reporter.py | 99 test_suite_attributes[ReportConstant.result] = ReportConstant.false 151 LOG.error("%s no suite result exists" % self.report_name) 199 # update attributes according to case result 227 test_case_attributes[ReportConstant.result] = ReportConstant.true 231 test_case_attributes[ReportConstant.result] = ReportConstant.false 236 test_case_attributes[ReportConstant.result] = ReportConstant.false 242 test_case_attributes[ReportConstant.result] = ReportConstant.false 276 ReportConstant.result: "", 287 LOG.debug("Clear report result") 300 LOG.error("Report result shoul [all...] |
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 77 static napi_value getJsResult(napi_env env, int result) in getJsResult() argument 80 napi_create_int32(env, result, &resultNapi); in getJsResult() 158 napi_value result = nullptr; in TestScaleWithAntiAliasingAbnormal() local 163 napi_get_undefined(env, &result); in TestScaleWithAntiAliasingAbnormal() 166 return result; in TestScaleWithAntiAliasingAbnormal() 173 return result; in TestScaleWithAntiAliasingAbnormal() 242 uint8_t result[ARGB_8888_BYTES]; in TestNativeGetArgbPixels() local 243 Image_ErrorCode errCode = OH_PixelmapNative_GetArgbPixels(pixelMap, result, &dataSize); in TestNativeGetArgbPixels()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hptiop.c | 193 req->header.result = cpu_to_le32(IOP_RESULT_SUCCESS); in hptiop_request_callback_mv() 244 req->header.result = IOP_RESULT_SUCCESS; in hptiop_request_callback_mvfrey() 416 writel(IOP_RESULT_PENDING, &req->header.result); in iop_get_config_itl() 437 req->header.result = cpu_to_le32(IOP_RESULT_PENDING); in iop_get_config_mv() 493 writel(IOP_RESULT_PENDING, &req->header.result); in iop_set_config_itl() 514 req->header.result = cpu_to_le32(IOP_RESULT_PENDING); in iop_set_config_mv() 537 req->header.result = cpu_to_le32(IOP_RESULT_PENDING); in iop_set_config_mvfrey() 722 "result=%d, context=0x%x tag=%d\n", in hptiop_finish_scsi_req() 723 req, req->header.type, req->header.result, in hptiop_finish_scsi_req() 726 BUG_ON(!req->header.result); in hptiop_finish_scsi_req() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hptiop.c | 193 req->header.result = cpu_to_le32(IOP_RESULT_SUCCESS); in hptiop_request_callback_mv() 244 req->header.result = IOP_RESULT_SUCCESS; in hptiop_request_callback_mvfrey() 416 writel(IOP_RESULT_PENDING, &req->header.result); in iop_get_config_itl() 437 req->header.result = cpu_to_le32(IOP_RESULT_PENDING); in iop_get_config_mv() 493 writel(IOP_RESULT_PENDING, &req->header.result); in iop_set_config_itl() 514 req->header.result = cpu_to_le32(IOP_RESULT_PENDING); in iop_set_config_mv() 537 req->header.result = cpu_to_le32(IOP_RESULT_PENDING); in iop_set_config_mvfrey() 722 "result=%d, context=0x%x tag=%d\n", in hptiop_finish_scsi_req() 723 req, req->header.type, req->header.result, in hptiop_finish_scsi_req() 726 BUG_ON(!req->header.result); in hptiop_finish_scsi_req() [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 437 set neg_bit, 0x3 # negative result 438 set z_bit, 0x2 # zero result 439 set inf_bit, 0x1 # infinite result 440 set nan_bit, 0x0 # NAN result 450 set inex2_bit, 1 # inexact result 2 451 set inex1_bit, 0 # inexact result 1 589 # store_fpreg() - store opclass 0 or 2 result to FP regfile # 612 # On the 060, if an FP overflow is present as the result of any # 616 # default result should be for the operation. This default result i [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 437 set neg_bit, 0x3 # negative result 438 set z_bit, 0x2 # zero result 439 set inf_bit, 0x1 # infinite result 440 set nan_bit, 0x0 # NAN result 450 set inex2_bit, 1 # inexact result 2 451 set inex1_bit, 0 # inexact result 1 589 # store_fpreg() - store opclass 0 or 2 result to FP regfile # 612 # On the 060, if an FP overflow is present as the result of any # 616 # default result should be for the operation. This default result i [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser.c | 380 enum bp_result result = BP_RESULT_BADBIOSTABLE; in bios_parser_get_firmware_info() local 392 result = get_firmware_info_v1_4(bp, info); in bios_parser_get_firmware_info() 402 result = get_firmware_info_v2_1(bp, info); in bios_parser_get_firmware_info() 405 result = get_firmware_info_v2_2(bp, info); in bios_parser_get_firmware_info() 416 return result; in bios_parser_get_firmware_info() 918 * @return Bios parser result code 927 enum bp_result result = BP_RESULT_UNSUPPORTED; in bios_parser_get_spread_spectrum_info() local 973 return result; in bios_parser_get_spread_spectrum_info() 991 * @return Bios parser result code 1016 * @return Bios parser result cod 1023 enum bp_result result = BP_RESULT_UNSUPPORTED; get_ss_info_from_internal_ss_info_tbl_V2_1() local 1088 enum bp_result result = BP_RESULT_UNSUPPORTED; get_ss_info_from_ss_info_table() local 2519 enum bp_result result = BP_RESULT_BADBIOSTABLE; construct_integrated_info() local 2597 enum bp_result result = BP_RESULT_NORECORD; update_slot_layout_info() local 2699 enum bp_result result; get_bracket_layout_record() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser.c | 382 enum bp_result result = BP_RESULT_BADBIOSTABLE; in bios_parser_get_firmware_info() local 394 result = get_firmware_info_v1_4(bp, info); in bios_parser_get_firmware_info() 404 result = get_firmware_info_v2_1(bp, info); in bios_parser_get_firmware_info() 407 result = get_firmware_info_v2_2(bp, info); in bios_parser_get_firmware_info() 418 return result; in bios_parser_get_firmware_info() 921 * return: Bios parser result code 930 enum bp_result result = BP_RESULT_UNSUPPORTED; in bios_parser_get_spread_spectrum_info() local 976 return result; in bios_parser_get_spread_spectrum_info() 994 * return: BIOS parser result code 1020 * return: Bios parser result cod 1027 enum bp_result result = BP_RESULT_UNSUPPORTED; get_ss_info_from_internal_ss_info_tbl_V2_1() local 1095 enum bp_result result = BP_RESULT_UNSUPPORTED; get_ss_info_from_ss_info_table() local 2528 enum bp_result result = BP_RESULT_BADBIOSTABLE; construct_integrated_info() local 2605 enum bp_result result = BP_RESULT_NORECORD; update_slot_layout_info() local 2705 enum bp_result result; get_bracket_layout_record() local [all...] |
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/ |
H A D | mem_debug03.sh | 33 local result=$(cat /proc/process_dmabuf_info | grep Process | grep pid \ 37 if [ "$result" == "" ]; then
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
H A D | l3_bank_test.c | 39 FAIL_IF(event.result.running == 0); in l3_bank_test() 40 FAIL_IF(event.result.enabled == 0); in l3_bank_test()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/tests/ |
H A D | unittest.h | 32 #define unittest(result, fmt, ...) ({ \ 33 bool failed = !(result); \
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/tests/ |
H A D | unittest.h | 31 #define unittest(result, fmt, ...) ({ \ 32 bool failed = !(result); \
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | l3_bank_test.c | 39 FAIL_IF(event.result.running == 0); in l3_bank_test() 40 FAIL_IF(event.result.enabled == 0); in l3_bank_test()
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | netdb_porting.c | 44 int gethostbyname_r(const char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result,
in gethostbyname_r() argument 47 return lwip_gethostbyname_r(name, ret, buf, buflen, result, h_errnop);
in gethostbyname_r()
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | netdb.c | 28 struct hostent **result, int *h_errnop)
in gethostbyname_r() 30 return lwip_gethostbyname_r(name, ret, buf, buflen, result, h_errnop);
in gethostbyname_r() 27 gethostbyname_r(const char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result, int *h_errnop) gethostbyname_r() argument
|
/test/xts/tools/lite/checksum/src/ |
H A D | main.c | 42 int result = stat(filePath, &sBuf); // 获取文件信息,把信息放到sBuf中 in main() local 43 if (result == -1) { in main()
|
/vendor/ohemu/common/ |
H A D | qemu_mini_test_monitor.sh | 49 result=`tail -1 $test_file` 50 if [ "$result" = "--- Test End ---" ]; then
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 2649 int result[][8], int candidate, bool tx_only) in rtl8xxxu_fill_iqk_matrix_a() 2661 x = result[candidate][0]; in rtl8xxxu_fill_iqk_matrix_a() 2677 y = result[candidate][1]; in rtl8xxxu_fill_iqk_matrix_a() 2703 reg = result[candidate][2]; in rtl8xxxu_fill_iqk_matrix_a() 2710 reg = result[candidate][3] & 0x3F; in rtl8xxxu_fill_iqk_matrix_a() 2717 reg = (result[candidate][3] >> 6) & 0xF; in rtl8xxxu_fill_iqk_matrix_a() 2726 int result[][8], int candidate, bool tx_only) in rtl8xxxu_fill_iqk_matrix_b() 2738 x = result[candidate][4]; in rtl8xxxu_fill_iqk_matrix_b() 2754 y = result[candidate][5]; in rtl8xxxu_fill_iqk_matrix_b() 2780 reg = result[candidat in rtl8xxxu_fill_iqk_matrix_b() 2648 rtl8xxxu_fill_iqk_matrix_a(struct rtl8xxxu_priv *priv, bool iqk_ok, int result[][8], int candidate, bool tx_only) rtl8xxxu_fill_iqk_matrix_a() argument 2725 rtl8xxxu_fill_iqk_matrix_b(struct rtl8xxxu_priv *priv, bool iqk_ok, int result[][8], int candidate, bool tx_only) rtl8xxxu_fill_iqk_matrix_b() argument 2804 rtl8xxxu_simularity_compare(struct rtl8xxxu_priv *priv, int result[][8], int c1, int c2) rtl8xxxu_simularity_compare() argument 2858 rtl8xxxu_gen2_simularity_compare(struct rtl8xxxu_priv *priv, int result[][8], int c1, int c2) rtl8xxxu_gen2_simularity_compare() argument 3020 int result = 0; rtl8xxxu_iqk_path_a() local 3077 int result = 0; rtl8xxxu_iqk_path_b() local 3110 rtl8xxxu_phy_iqcalibrate(struct rtl8xxxu_priv *priv, int result[][8], int t) rtl8xxxu_phy_iqcalibrate() argument 3329 int result[4][8]; /* last is final result */ rtl8xxxu_gen1_phy_iq_calibrate() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 2734 int result[][8], int candidate, bool tx_only) in rtl8xxxu_fill_iqk_matrix_a() 2746 x = result[candidate][0]; in rtl8xxxu_fill_iqk_matrix_a() 2762 y = result[candidate][1]; in rtl8xxxu_fill_iqk_matrix_a() 2788 reg = result[candidate][2]; in rtl8xxxu_fill_iqk_matrix_a() 2795 reg = result[candidate][3] & 0x3F; in rtl8xxxu_fill_iqk_matrix_a() 2802 reg = (result[candidate][3] >> 6) & 0xF; in rtl8xxxu_fill_iqk_matrix_a() 2811 int result[][8], int candidate, bool tx_only) in rtl8xxxu_fill_iqk_matrix_b() 2823 x = result[candidate][4]; in rtl8xxxu_fill_iqk_matrix_b() 2839 y = result[candidate][5]; in rtl8xxxu_fill_iqk_matrix_b() 2865 reg = result[candidat in rtl8xxxu_fill_iqk_matrix_b() 2733 rtl8xxxu_fill_iqk_matrix_a(struct rtl8xxxu_priv *priv, bool iqk_ok, int result[][8], int candidate, bool tx_only) rtl8xxxu_fill_iqk_matrix_a() argument 2810 rtl8xxxu_fill_iqk_matrix_b(struct rtl8xxxu_priv *priv, bool iqk_ok, int result[][8], int candidate, bool tx_only) rtl8xxxu_fill_iqk_matrix_b() argument 2893 rtl8xxxu_simularity_compare(struct rtl8xxxu_priv *priv, int result[][8], int c1, int c2) rtl8xxxu_simularity_compare() argument 2947 rtl8xxxu_gen2_simularity_compare(struct rtl8xxxu_priv *priv, int result[][8], int c1, int c2) rtl8xxxu_gen2_simularity_compare() argument 3109 int result = 0; rtl8xxxu_iqk_path_a() local 3166 int result = 0; rtl8xxxu_iqk_path_b() local 3199 rtl8xxxu_phy_iqcalibrate(struct rtl8xxxu_priv *priv, int result[][8], int t) rtl8xxxu_phy_iqcalibrate() argument 3418 int result[4][8]; /* last is final result */ rtl8xxxu_gen1_phy_iq_calibrate() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_mm.c | 146 int32_t result; in rga_get_user_pages() local 152 result = get_user_pages(current, current_mm, Memory << PAGE_SHIFT, in rga_get_user_pages() 156 result = get_user_pages(current, current_mm, Memory << PAGE_SHIFT, in rga_get_user_pages() 159 result = get_user_pages_remote(current, current_mm, in rga_get_user_pages() 163 result = get_user_pages_remote(current_mm, Memory << PAGE_SHIFT, in rga_get_user_pages() 167 if (result > 0 && result >= pageCount) { in rga_get_user_pages() 168 ret = result; in rga_get_user_pages() 170 if (result > 0) in rga_get_user_pages() 171 for (i = 0; i < result; in rga_get_user_pages() 256 int result = 0; rga_alloc_virt_addr() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega20_processpptables.c | 823 int result; in init_powerplay_table_information() local 900 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information() 901 if (result) in init_powerplay_table_information() 902 return result; in init_powerplay_table_information() 904 result = override_powerplay_table_fantargettemperature(hwmgr); in init_powerplay_table_information() 906 return result; in init_powerplay_table_information() 911 int result = 0; in vega20_pp_tables_initialize() local 922 result = check_powerplay_tables(hwmgr, powerplay_table); in vega20_pp_tables_initialize() 923 PP_ASSERT_WITH_CODE((result == 0), in vega20_pp_tables_initialize() 924 "check_powerplay_tables failed", return result); in vega20_pp_tables_initialize() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | tx.c | 899 struct wl1271_tx_hw_res_descr *result) in wl1271_tx_complete_packet() 905 int id = result->id; in wl1271_tx_complete_packet() 912 wl1271_warning("TX result illegal id: %d", id); in wl1271_tx_complete_packet() 929 if (result->status == TX_SUCCESS) { in wl1271_tx_complete_packet() 932 rate = wlcore_rate_to_idx(wl, result->rate_class_index, in wl1271_tx_complete_packet() 934 rate_flags = wl1271_tx_get_rate_flags(result->rate_class_index); in wl1271_tx_complete_packet() 935 retries = result->ack_failures; in wl1271_tx_complete_packet() 936 } else if (result->status == TX_RETRY_EXCEEDED) { in wl1271_tx_complete_packet() 938 retries = result->ack_failures; in wl1271_tx_complete_packet() 946 wl->stats.retry_count += result in wl1271_tx_complete_packet() 898 wl1271_tx_complete_packet(struct wl1271 *wl, struct wl1271_tx_hw_res_descr *result) wl1271_tx_complete_packet() argument 1004 struct wl1271_tx_hw_res_descr *result; wlcore_tx_complete() local [all...] |