Home
last modified time | relevance | path

Searched refs:result (Results 376 – 400 of 5828) sorted by relevance

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

/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.c190 char *result = kmalloc(1 + sizeof(id.bytes) * 2, GFP_NOFS); in file_id_to_str() local
193 if (!result) in file_id_to_str()
196 end = bin2hex(result, id.bytes, sizeof(id.bytes)); in file_id_to_str()
198 return result; in file_id_to_str()
204 struct dentry *result = NULL; in incfs_lookup_dentry() local
211 result = lookup_one_len(name, parent, strlen(name)); in incfs_lookup_dentry()
214 if (IS_ERR(result)) in incfs_lookup_dentry()
215 pr_warn("%s err:%ld\n", __func__, PTR_ERR(result)); in incfs_lookup_dentry()
217 return result; in incfs_lookup_dentry()
227 struct data_file *result = NULL; in handle_mapped_file() local
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi.c143 if (((level > 0) && (cmd->result || disposition != SUCCESS)) || in scsi_log_completion()
147 if (status_byte(cmd->result) == CHECK_CONDITION) in scsi_log_completion()
193 cmd->result |= (DRIVER_SENSE << 24); in scsi_finish_command()
197 "(result %x)\n", cmd->result)); in scsi_finish_command()
298 int result; in scsi_vpd_inquiry() local
315 result = scsi_execute_req(sdev, cmd, DMA_FROM_DEVICE, buffer, in scsi_vpd_inquiry()
317 if (result) in scsi_vpd_inquiry()
344 int i, result; in scsi_get_vpd_page() local
350 result = scsi_vpd_inquiry(sdev, buf, 0, buf_len); in scsi_get_vpd_page()
351 if (result < 4) in scsi_get_vpd_page()
[all …]
H A Dmac_scsi.c131 : "+a" (addr), "+r" (n), "+r" (result) : "a" (io))
158 : "+a" (addr), "+r" (n), "+r" (result) : "a" (io))
209 : "+a" (addr), "+r" (n), "+r" (result) : "a" (io))
216 int result = 0; in mac_pdma_recv() local
220 if (result) in mac_pdma_recv()
225 if (result) in mac_pdma_recv()
232 if (result) in mac_pdma_recv()
243 int result = 0; in mac_pdma_send() local
247 if (result) in mac_pdma_send()
252 if (result) in mac_pdma_send()
[all …]
/OK3568_Linux_fs/kernel/drivers/ps3/
H A Dps3-sys-manager.c233 int result; in ps3_sys_manager_write() local
240 result = ps3_vuart_write(dev, header, in ps3_sys_manager_write()
243 if (!result) in ps3_sys_manager_write()
244 result = ps3_vuart_write(dev, payload, header->payload_size); in ps3_sys_manager_write()
246 return result; in ps3_sys_manager_write()
405 int result; in ps3_sys_manager_handle_event() local
416 result = ps3_vuart_read(dev, &event, sizeof(event)); in ps3_sys_manager_handle_event()
417 BUG_ON(result && "need to retry here"); in ps3_sys_manager_handle_event()
487 int result; in ps3_sys_manager_handle_cmd() local
498 result = ps3_vuart_read(dev, &cmd, sizeof(cmd)); in ps3_sys_manager_handle_cmd()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dimport_export.hpp134 cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& result = val.backend(); in import_bits_fast() local
135result.resize(static_cast<unsigned>(limb_len), static_cast<unsigned>(limb_len)); // checked types… in import_bits_fast()
136 result.limbs()[result.size() - 1] = 0u; in import_bits_fast()
137 std::memcpy(result.limbs(), i, (std::min)(byte_len, result.size() * sizeof(limb_type))); in import_bits_fast()
138 result.normalize(); // In case data has leading zeros. in import_bits_fast()
146 cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& result = val.backend(); in import_bits_fast() local
148 std::size_t limb_len = byte_len / sizeof(result.limbs()[0]); in import_bits_fast()
149 if(byte_len % sizeof(result.limbs()[0])) in import_bits_fast()
151 result.limbs()[0] = 0u; in import_bits_fast()
152result.resize(static_cast<unsigned>(limb_len), static_cast<unsigned>(limb_len)); // checked types… in import_bits_fast()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c72 int result = -ENODEV, i; in saa7164_vbi_buffers_alloc() local
100 __func__, result); in saa7164_vbi_buffers_alloc()
101 result = -ENOMEM; in saa7164_vbi_buffers_alloc()
133 result = 0; in saa7164_vbi_buffers_alloc()
136 return result; in saa7164_vbi_buffers_alloc()
317 int result, ret = 0; in saa7164_vbi_start_streaming() local
346 result = saa7164_api_transition_port(port, SAA_DMASTATE_ACQUIRE); in saa7164_vbi_start_streaming()
347 if ((result != SAA_OK) && (result != SAA_ERR_ALREADY_STOPPED)) { in saa7164_vbi_start_streaming()
349 __func__, result); in saa7164_vbi_start_streaming()
357 result = saa7164_api_transition_port(port, SAA_DMASTATE_PAUSE); in saa7164_vbi_start_streaming()
[all …]
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_policy.c431 int result; in ima_lsm_update_rules() local
437 result = ima_lsm_update_rule(entry); in ima_lsm_update_rules()
438 if (result) { in ima_lsm_update_rules()
439 pr_err("lsm rule update error %d\n", result); in ima_lsm_update_rules()
762 int result; in ima_init_arch_policy() local
764 result = strlcpy(rule, *rules, sizeof(rule)); in ima_init_arch_policy()
767 result = ima_parse_rule(rule, &arch_policy_entry[i]); in ima_init_arch_policy()
768 if (result) { in ima_init_arch_policy()
953 int result; in ima_lsm_rule_init() local
963 result = ima_filter_rule_init(entry->lsm[lsm_rule].type, Audit_equal, in ima_lsm_rule_init()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dutf8.hpp31 utf8_string result; in to_utf8() local
33 insert_iter out_iter(result); in to_utf8()
37 return result; in to_utf8()
44 utf8_string result; in to_utf8() local
46 insert_iter out_iter(result); in to_utf8()
51 return result; in to_utf8()
59 utf8_string result; in to_utf8() local
61 insert_iter out_iter(result); in to_utf8()
68 return result; in to_utf8()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddvb-pll.c349 int result; in opera1_bw() local
355 result = i2c_transfer(priv->i2c, &msg, 1); in opera1_bw()
356 if (result != 1) in opera1_bw()
358 __func__, result); in opera1_bw()
420 int result; in samsung_dtos403ih102a_set() local
425 result = i2c_transfer(priv->i2c, &msg, 1); in samsung_dtos403ih102a_set()
426 if (result != 1) in samsung_dtos403ih102a_set()
428 __func__, result); in samsung_dtos403ih102a_set()
653 int result; in dvb_pll_sleep() local
657 if ((result = i2c_transfer(priv->i2c, &msg, 1)) != 1) { in dvb_pll_sleep()
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Ddelay.h33 unsigned long result; in ia64_get_itm() local
35 result = ia64_getreg(_IA64_REG_CR_ITM); in ia64_get_itm()
37 return result; in ia64_get_itm()
63 unsigned long result; in ia64_get_itc() local
65 result = ia64_getreg(_IA64_REG_AR_ITC); in ia64_get_itc()
68 while (unlikely((__s32) result == -1)) { in ia64_get_itc()
69 result = ia64_getreg(_IA64_REG_AR_ITC); in ia64_get_itc()
73 return result; in ia64_get_itc()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/system-gdbinit/
H A Delinos.py41 result = {}
45 result[key] = os.environ[var]
48 result[key] = None
50 if result["project"] is not None:
51 result["xenomai"] = glob.glob(result["project"] + "/xenomai-[0-9.]*")
53 result["xenomai"] = []
55 return result
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/system-gdbinit/
H A Delinos.py41 result = {}
45 result[key] = os.environ[var]
48 result[key] = None
50 if result["project"] is not None:
51 result["xenomai"] = glob.glob(result["project"] + "/xenomai-[0-9.]*")
53 result["xenomai"] = []
55 return result
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dmasking.c14 .result = ACCEPT,
30 .result = ACCEPT,
46 .result = ACCEPT,
62 .result = ACCEPT,
78 .result = ACCEPT,
94 .result = ACCEPT,
110 .result = ACCEPT,
126 .result = ACCEPT,
142 .result = ACCEPT,
158 .result = ACCEPT,
[all …]
H A Dhelper_value_access.c17 .result = ACCEPT,
36 .result = ACCEPT,
55 .result = REJECT,
75 .result = REJECT,
95 .result = REJECT,
116 .result = ACCEPT,
136 .result = ACCEPT,
156 .result = REJECT,
178 .result = REJECT,
199 .result = REJECT,
[all …]
H A Ddead_code.c13 .result = ACCEPT,
24 .result = ACCEPT,
39 .result = ACCEPT,
50 .result = ACCEPT,
62 .result = ACCEPT,
76 .result = ACCEPT,
92 .result = ACCEPT,
110 .result = ACCEPT,
128 .result = ACCEPT,
144 .result = ACCEPT,
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dgitutil.py102 result = command.RunPipe(pipe, capture=True, capture_stderr=True,
104 if result.return_code:
106 for line in result.stdout.splitlines()[1:]:
173 result = command.RunPipe(pipe, capture=True, capture_stderr=True,
175 if result.return_code:
177 patch_count = len(result.stdout.splitlines())
224 result = command.RunPipe([pipe], capture=True, raise_on_error=False,
226 if result.return_code != 0:
227 raise OSError('git checkout (%s): %s' % (pipe, result.stderr))
236 result = command.RunPipe([pipe], capture=True, cwd=output_dir,
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dandoyer_inverse.hpp65 result_type result; in apply() local
71 return result; in apply()
121 result.distance = a * (d + dd); in apply()
132 result.azimuth = lat1 <= lat2 ? c0 : pi; in apply()
184 result.azimuth = A - dA; in apply()
185 normalize_azimuth(result.azimuth, A, dA); in apply()
191 result.reverse_azimuth = pi - B - dB; in apply()
192 if (result.reverse_azimuth > pi) in apply()
194 result.reverse_azimuth -= 2 * pi; in apply()
196 normalize_azimuth(result.reverse_azimuth, B, dB); in apply()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Ddatafab.c144 int len, result; in datafab_read_data() local
157 result = datafab_determine_lun(us, info); in datafab_read_data()
158 if (result != USB_STOR_TRANSPORT_GOOD) in datafab_read_data()
159 return result; in datafab_read_data()
192 result = datafab_bulk_write(us, command, 8); in datafab_read_data()
193 if (result != USB_STOR_XFER_GOOD) in datafab_read_data()
197 result = datafab_bulk_read(us, buffer, len); in datafab_read_data()
198 if (result != USB_STOR_XFER_GOOD) in datafab_read_data()
228 int len, result; in datafab_write_data() local
241 result = datafab_determine_lun(us, info); in datafab_write_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dark3116.c80 int result; in ark3116_write_reg() local
82 result = usb_control_msg(serial->dev, in ark3116_write_reg()
86 if (result) in ark3116_write_reg()
87 return result; in ark3116_write_reg()
95 int result; in ark3116_read_reg() local
97 result = usb_control_msg(serial->dev, in ark3116_read_reg()
101 if (result < 1) { in ark3116_read_reg()
104 reg, result); in ark3116_read_reg()
105 if (result >= 0) in ark3116_read_reg()
106 result = -EIO; in ark3116_read_reg()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A Dtypes.py138 def _get_some_type_recognizers(result, plist): argument
143 result.append(inst)
148 result = []
152 _get_some_type_recognizers(result, objfile.type_printers)
154 _get_some_type_recognizers(result, gdb.current_progspace().type_printers)
156 _get_some_type_recognizers(result, gdb.type_printers)
158 return result
165 result = r.recognize(type_obj)
166 if result is not None:
167 return result
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dcompression.cpp46 std::string result; in compress() local
54 if (result.size() < deflate_stream.total_out) { in compress()
56 result.append(out, deflate_stream.total_out - result.size()); in compress()
66 return result; in compress()
81 std::string result; in decompress() local
90 if (result.size() < inflate_stream.total_out) { in decompress()
91 result.append(out, inflate_stream.total_out - result.size()); in decompress()
101 return result; in decompress()
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Dl1oip_codec.c214 l1oip_law_to_4bit(u8 *data, int len, u8 *result, u32 *state) in l1oip_law_to_4bit() argument
223 *result++ = table_com[(((*state) << 8) & 0xff00) | (*data++)]; in l1oip_law_to_4bit()
231 *result++ = table_com[(data[0]<<8) | (data[1])]; in l1oip_law_to_4bit()
251 l1oip_4bit_to_law(u8 *data, int len, u8 *result) in l1oip_4bit_to_law() argument
258 *result++ = r >> 8; in l1oip_4bit_to_law()
259 *result++ = r; in l1oip_4bit_to_law()
271 l1oip_alaw_to_ulaw(u8 *data, int len, u8 *result) in l1oip_alaw_to_ulaw() argument
276 *result++ = alaw_to_ulaw[*data++]; in l1oip_alaw_to_ulaw()
284 l1oip_ulaw_to_alaw(u8 *data, int len, u8 *result) in l1oip_ulaw_to_alaw() argument
289 *result++ = ulaw_to_alaw[*data++]; in l1oip_ulaw_to_alaw()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A Dtypes.py138 def _get_some_type_recognizers(result, plist): argument
143 result.append(inst)
148 result = []
152 _get_some_type_recognizers(result, objfile.type_printers)
154 _get_some_type_recognizers(result, gdb.current_progspace().type_printers)
156 _get_some_type_recognizers(result, gdb.type_printers)
158 return result
165 result = r.recognize(type_obj)
166 if result is not None:
167 return result
/OK3568_Linux_fs/kernel/include/linux/
H A Dadfs_fs.h14 unsigned int result = 0; in adfs_checkbblk() local
18 result = (result & 0xff) + (result >> 8); in adfs_checkbblk()
19 result = result + *--p; in adfs_checkbblk()
22 return (result & 0xff) != ptr[511]; in adfs_checkbblk()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dv2_eval.hpp25 struct result;
28 struct result<This(Eval, Env)> struct
29 : Eval::template result<typename proto::detail::uncvref<Env>::type>
33 struct result<This(Eval &, Env)> struct
34 : Eval::template result<typename proto::detail::uncvref<Env>::type>
38 struct result<This(Eval const &, Env)> struct
39 : Eval::template result<typename proto::detail::uncvref<Env>::type>
43 typename result<v2_eval(Eval const&, Env)>::type

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