Home
last modified time | relevance | path

Searched refs:result (Results 301 – 325 of 5828) sorted by relevance

1...<<11121314151617181920>>...234

/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlowcomms.c768 int result; in accept_from_sock() local
788 result = kernel_accept(con->sock, &newsock, O_NONBLOCK); in accept_from_sock()
789 if (result < 0) in accept_from_sock()
796 result = -ECONNABORTED; in accept_from_sock()
824 result = -ENOMEM; in accept_from_sock()
836 result = -ENOMEM; in accept_from_sock()
846 result = -ENOMEM; in accept_from_sock()
897 if (result != -EAGAIN) in accept_from_sock()
898 log_print("error accepting connection from node: %d", result); in accept_from_sock()
899 return result; in accept_from_sock()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh_driver.c27 static int eeh_result_priority(enum pci_ers_result result) in eeh_result_priority() argument
29 switch (result) { in eeh_result_priority()
43 WARN_ONCE(1, "Unknown pci_ers_result value: %d\n", (int)result); in eeh_result_priority()
48 static const char *pci_ers_result_name(enum pci_ers_result result) in pci_ers_result_name() argument
50 switch (result) { in pci_ers_result_name()
64 WARN_ONCE(1, "Unknown result type: %d\n", (int)result); in pci_ers_result_name()
255 enum pci_ers_result *result) in eeh_pe_report_edev() argument
285 if (result) in eeh_pe_report_edev()
286 *result = pci_ers_merge_result(*result, in eeh_pe_report_edev()
302 eeh_report_fn fn, enum pci_ers_result *result) in eeh_pe_report() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dprocessor_perflib.c194 int result = 0; in acpi_processor_get_performance_control() local
211 result = -EFAULT; in acpi_processor_get_performance_control()
225 result = -EFAULT; in acpi_processor_get_performance_control()
241 result = -EFAULT; in acpi_processor_get_performance_control()
251 return result; in acpi_processor_get_performance_control()
291 int result = 0; in acpi_processor_get_performance_states() local
310 result = -EFAULT; in acpi_processor_get_performance_states()
323 result = -ENOMEM; in acpi_processor_get_performance_states()
340 result = -EFAULT; in acpi_processor_get_performance_states()
382 result = -EFAULT; in acpi_processor_get_performance_states()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dsubreg.c23 .result = ACCEPT,
49 .result = ACCEPT,
62 .result = ACCEPT,
82 .result = ACCEPT,
95 .result = ACCEPT,
115 .result = ACCEPT,
128 .result = ACCEPT,
148 .result = ACCEPT,
161 .result = ACCEPT,
181 .result = ACCEPT,
[all …]
H A Devent_output.c44 .result = ACCEPT,
52 .result = ACCEPT,
60 .result = ACCEPT,
68 .result = ACCEPT,
76 .result = ACCEPT,
84 .result = ACCEPT,
92 .result = ACCEPT,
100 .result = ACCEPT,
108 .result = ACCEPT,
117 .result = ACCEPT,
H A Dxdp_direct_packet_access.c16 .result = REJECT,
34 .result = REJECT,
50 .result = ACCEPT,
68 .result = REJECT,
86 .result = REJECT,
103 .result = ACCEPT,
121 .result = REJECT,
139 .result = ACCEPT,
158 .result = REJECT,
176 .result = REJECT,
[all …]
H A Dctx_sk_msg.c8 .result = ACCEPT,
18 .result = ACCEPT,
28 .result = ACCEPT,
38 .result = ACCEPT,
48 .result = ACCEPT,
64 .result = ACCEPT,
80 .result = ACCEPT,
90 .result = ACCEPT,
101 .result = REJECT,
113 .result = REJECT,
[all …]
H A Dld_abs.c11 .result = REJECT,
23 .result = REJECT,
35 .result = REJECT,
47 .result = REJECT,
59 .result = REJECT,
70 .result = ACCEPT,
93 .result = ACCEPT,
104 .result = REJECT,
116 .result = REJECT,
162 .result = ACCEPT,
[all …]
/OK3568_Linux_fs/kernel/tools/power/cpupower/lib/
H A Dcpuidle.c178 char *result; in cpuidle_state_get_one_string() local
190 result = strdup(linebuf); in cpuidle_state_get_one_string()
191 if (result == NULL) in cpuidle_state_get_one_string()
194 if (result[strlen(result) - 1] == '\n') in cpuidle_state_get_one_string()
195 result[strlen(result) - 1] = '\0'; in cpuidle_state_get_one_string()
197 return result; in cpuidle_state_get_one_string()
345 char *result; in sysfs_cpuidle_get_one_string() local
356 result = strdup(linebuf); in sysfs_cpuidle_get_one_string()
357 if (result == NULL) in sysfs_cpuidle_get_one_string()
360 if (result[strlen(result) - 1] == '\n') in sysfs_cpuidle_get_one_string()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c75 s64 result; in map_dma_mem() local
84 result = lv1_allocate_device_dma_region(bus_id, dev_id, in map_dma_mem()
87 if (result) in map_dma_mem()
90 result = lv1_map_device_dma_region(bus_id, dev_id, map_start, in map_dma_mem()
93 if (result) in map_dma_mem()
101 s64 result; in unmap_dma_mem() local
108 result = lv1_unmap_device_dma_region(bus_id, dev_id, real_bus_addr, in unmap_dma_mem()
110 if (result) in unmap_dma_mem()
111 return result; in unmap_dma_mem()
118 s64 result; in gelic_debug_init() local
[all …]
/OK3568_Linux_fs/external/xserver/os/
H A Dxsha1.c59 x_sha1_final(void *ctx, unsigned char result[20]) in x_sha1_final()
63 SHA1Final(result, sha1_ctx); in x_sha1_final()
93 x_sha1_final(void *ctx, unsigned char result[20]) in x_sha1_final()
97 CC_SHA1_Final(result, sha1_ctx); in x_sha1_final()
132 x_sha1_final(void *ctx, unsigned char result[20]) in x_sha1_final()
137 CryptGetHashParam(*hHash, HP_HASHVAL, result, &len, 0); in x_sha1_final()
167 x_sha1_final(void *ctx, unsigned char result[20]) in x_sha1_final()
169 sha1_digest(ctx, 20, result); in x_sha1_final()
209 x_sha1_final(void *ctx, unsigned char result[20]) in x_sha1_final()
213 memcpy(result, gcry_md_read(h, GCRY_MD_SHA1), 20); in x_sha1_final()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c168 bool result = true; in clock_source_id_to_atom() local
200 result = false; in clock_source_id_to_atom()
203 result = false; in clock_source_id_to_atom()
207 return result; in clock_source_id_to_atom()
212 bool result = false; in engine_bp_to_atom() local
218 result = true; in engine_bp_to_atom()
222 result = true; in engine_bp_to_atom()
226 result = true; in engine_bp_to_atom()
230 result = true; in engine_bp_to_atom()
234 result = true; in engine_bp_to_atom()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dtime.h166 # define timeradd(a, b, result) \ argument
168 (result)->tv_sec = (a)->tv_sec + (b)->tv_sec; \
169 (result)->tv_usec = (a)->tv_usec + (b)->tv_usec; \
170 if ((result)->tv_usec >= 1000000) \
172 ++(result)->tv_sec; \
173 (result)->tv_usec -= 1000000; \
176 # define timersub(a, b, result) \ argument
178 (result)->tv_sec = (a)->tv_sec - (b)->tv_sec; \
179 (result)->tv_usec = (a)->tv_usec - (b)->tv_usec; \
180 if ((result)->tv_usec < 0) { \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dtime.h166 # define timeradd(a, b, result) \ argument
168 (result)->tv_sec = (a)->tv_sec + (b)->tv_sec; \
169 (result)->tv_usec = (a)->tv_usec + (b)->tv_usec; \
170 if ((result)->tv_usec >= 1000000) \
172 ++(result)->tv_sec; \
173 (result)->tv_usec -= 1000000; \
176 # define timersub(a, b, result) \ argument
178 (result)->tv_sec = (a)->tv_sec - (b)->tv_sec; \
179 (result)->tv_usec = (a)->tv_usec - (b)->tv_usec; \
180 if ((result)->tv_usec < 0) { \
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c979 int result; in em28xx_register_dvb() local
985 result = dvb_register_adapter(&dvb->adapter, in em28xx_register_dvb()
988 if (result < 0) { in em28xx_register_dvb()
991 result); in em28xx_register_dvb()
1006 result = dvb_register_frontend(&dvb->adapter, dvb->fe[0]); in em28xx_register_dvb()
1007 if (result < 0) { in em28xx_register_dvb()
1010 result); in em28xx_register_dvb()
1016 result = dvb_register_frontend(&dvb->adapter, dvb->fe[1]); in em28xx_register_dvb()
1017 if (result < 0) { in em28xx_register_dvb()
1020 result); in em28xx_register_dvb()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c71 static int nouveau_optimus_dsm(acpi_handle handle, int func, int arg, uint32_t *result) in nouveau_optimus_dsm() argument
86 *result = 0; in nouveau_optimus_dsm()
94 *result |= obj->buffer.pointer[0]; in nouveau_optimus_dsm()
95 *result |= (obj->buffer.pointer[1] << 8); in nouveau_optimus_dsm()
96 *result |= (obj->buffer.pointer[2] << 16); in nouveau_optimus_dsm()
97 *result |= (obj->buffer.pointer[3] << 24); in nouveau_optimus_dsm()
112 int result; in nouveau_dsm_get_optimus_functions() local
118 if (nouveau_optimus_dsm(handle, 0, 0, &result)) in nouveau_dsm_get_optimus_functions()
125 if (result & 1 && result & (1 << NOUVEAU_DSM_OPTIMUS_CAPS)) in nouveau_dsm_get_optimus_functions()
126 return result; in nouveau_dsm_get_optimus_functions()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DCamHwIsp21.cpp72 for (auto& result : list) { in dispatchResult() local
73 switch (result->getType()) { in dispatchResult()
80 CamHwIsp20::dispatchResult(result); in dispatchResult()
83 isp_result_list.push_back(result); in dispatchResult()
96 CamHwIsp21::dispatchResult(SmartPtr<cam3aResult> result) in dispatchResult() argument
99 if (!result.ptr()) in dispatchResult()
102 LOGD("%s enter, msg type(0x%x)", __FUNCTION__, result->getType()); in dispatchResult()
103 switch (result->getType()) in dispatchResult()
110 return CamHwIsp20::dispatchResult(result); in dispatchResult()
112 handleIsp3aReslut(result); in dispatchResult()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dphx2_result_20.hpp19 , has_phx2_result_impl<typename F::template result<F(A0)> >
25 typedef typename F::template result<A0>::type type;
30 typedef typename F::template result<A0>::type type;
35 typedef typename F::template result<A0>::type type;
49 , has_phx2_result_impl<typename F::template result<F(A0 , A1)> >
55 typedef typename F::template result<A0 , A1>::type type;
60 typedef typename F::template result<A0 , A1>::type type;
65 typedef typename F::template result<A0 , A1>::type type;
79 , has_phx2_result_impl<typename F::template result<F(A0 , A1 , A2)> >
85 typedef typename F::template result<A0 , A1 , A2>::type type;
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c63 bool result = false; in engine_bp_to_atom() local
69 result = true; in engine_bp_to_atom()
73 result = true; in engine_bp_to_atom()
77 result = true; in engine_bp_to_atom()
81 result = true; in engine_bp_to_atom()
85 result = true; in engine_bp_to_atom()
89 result = true; in engine_bp_to_atom()
93 result = true; in engine_bp_to_atom()
97 result = true; in engine_bp_to_atom()
103 return result; in engine_bp_to_atom()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Dusb-tx.c90 int result = 0; in i2400mu_tx() local
98 result = do_autopm ? in i2400mu_tx()
100 if (result < 0) { in i2400mu_tx()
101 dev_err(dev, "TX: can't get autopm: %d\n", result); in i2400mu_tx()
107 result = usb_bulk_msg(i2400mu->usb_dev, usb_pipe, in i2400mu_tx()
110 switch (result) { in i2400mu_tx()
115 result = -EIO; in i2400mu_tx()
145 result = -ESHUTDOWN; in i2400mu_tx()
157 tx_msg_size, sent_size, result); in i2400mu_tx()
164 return result; in i2400mu_tx()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/bios/dce60/
H A Dcommand_table_helper_dce60.c63 bool result = false; in engine_bp_to_atom() local
69 result = true; in engine_bp_to_atom()
73 result = true; in engine_bp_to_atom()
77 result = true; in engine_bp_to_atom()
81 result = true; in engine_bp_to_atom()
85 result = true; in engine_bp_to_atom()
89 result = true; in engine_bp_to_atom()
93 result = true; in engine_bp_to_atom()
97 result = true; in engine_bp_to_atom()
103 return result; in engine_bp_to_atom()
[all …]
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dballoc.c352 u64 tmp, request, result; in ufs_new_fragments() local
423 result = ufs_alloc_fragments (inode, cgno, goal, count, err); in ufs_new_fragments()
424 if (result) { in ufs_new_fragments()
425 ufs_clear_frags(inode, result + oldcount, in ufs_new_fragments()
429 ufs_cpu_to_data_ptr(sb, p, result); in ufs_new_fragments()
435 UFSD("EXIT, result %llu\n", (unsigned long long)result); in ufs_new_fragments()
436 return result; in ufs_new_fragments()
442 result = ufs_add_fragments(inode, tmp, oldcount, newcount); in ufs_new_fragments()
443 if (result) { in ufs_new_fragments()
449 ufs_clear_frags(inode, result + oldcount, newcount - oldcount, in ufs_new_fragments()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/fjes/
H A Dfjes_hw.c207 int result; in fjes_hw_setup() local
235 result = fjes_hw_alloc_shared_status_region(hw); in fjes_hw_setup()
236 if (result) in fjes_hw_setup()
237 return result; in fjes_hw_setup()
246 result = fjes_hw_alloc_epbuf(&buf_pair->tx); in fjes_hw_setup()
247 if (result) in fjes_hw_setup()
248 return result; in fjes_hw_setup()
250 result = fjes_hw_alloc_epbuf(&buf_pair->rx); in fjes_hw_setup()
251 if (result) in fjes_hw_setup()
252 return result; in fjes_hw_setup()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c251 int result = 0; in init_dpm_2_parameters() local
286 result = get_vddc_lookup_table(hwmgr, in init_dpm_2_parameters()
295 result = get_vddc_lookup_table(hwmgr, in init_dpm_2_parameters()
312 return result; in init_dpm_2_parameters()
768 int result = 0; in init_clock_voltage_dependency() local
801 result = get_mm_clock_voltage_table(hwmgr, in init_clock_voltage_dependency()
804 if (result == 0 && powerplay_table->usPowerTuneTableOffset != 0) in init_clock_voltage_dependency()
805 result = get_cac_tdp_table(hwmgr, in init_clock_voltage_dependency()
808 if (result == 0 && powerplay_table->usSclkDependencyTableOffset != 0) in init_clock_voltage_dependency()
809 result = get_sclk_voltage_dependency_table(hwmgr, in init_clock_voltage_dependency()
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dwlan_test.c235 tc_info->result = 0; in wlan_test()
258 tc_info->result = -1; in wlan_test()
283 char *result = NULL, *p; in wlan_test() local
298 result = strtok(ssid_buf, delims); in wlan_test()
299 while( result != NULL ) { in wlan_test()
300 printf("result is \"%s\"\n", result); in wlan_test()
302 if(strstr(result,"SSID")!= NULL){ in wlan_test()
303 strcat(ssid, result); in wlan_test()
306 if(strstr(result, "Signal")!= NULL){ in wlan_test()
307 strcat(ssid, result); in wlan_test()
[all …]

1...<<11121314151617181920>>...234