Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 25 of 52) sorted by relevance

123

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_pci.c142 *phys_addr = strtoull(res_info.phys_addr, NULL, 16); in ccp_pci_parse_one_sysfs_resource()
143 *end_addr = strtoull(res_info.end_addr, NULL, 16); in ccp_pci_parse_one_sysfs_resource()
144 *flags = strtoull(res_info.flags, NULL, 16); in ccp_pci_parse_one_sysfs_resource()
221 uio_num = strtoull(e->d_name + shortprefix_len, &endptr, 10); in ccp_find_uio_devname()
229 uio_num = strtoull(e->d_name + longprefix_len, &endptr, 10); in ccp_find_uio_devname()
/f-stack/dpdk/drivers/bus/ifpga/
H A Difpga_common.c51 *(int *)extra_args = strtoull(value, NULL, 0); in rte_ifpga_get_integer32_arg()
61 *(uint64_t *)extra_args = strtoull(value, NULL, 0); in ifpga_get_integer64_arg()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c129 numval *= strtoull(value, NULL, 10); in dev_event_nvlist()
137 if (value != NULL && (guid = strtoull(value, NULL, 10)) != 0) in dev_event_nvlist()
141 if (value != NULL && (guid = strtoull(value, NULL, 10)) != 0) in dev_event_nvlist()
229 strtoull(sectors, NULL, 10) < MINIMUM_SECTORS) { in zed_udev_monitor()
/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dtranslate.c170 record->zi_start = strtoull(range, &end, 10); in initialize_range()
176 record->zi_end = strtoull(end + 1, &end, 10); in initialize_range()
346 record->zi_guid = strtoull(device, &end, 0); in translate_device()
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/
H A Dgethostid.c44 hostid = strtoull(env, NULL, 0); in get_spl_hostid()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_shim.h13 #define strtoull strtoul macro
H A Drte_common.h799 size = strtoull(str, &endptr, 0);
/f-stack/freebsd/contrib/ncsw/inc/
H A Dstdlib_ext.h65 uint64_t strtoull(const char *cp,char **endp,uint32_t base);
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dargs.c56 pm = strtoull(portmask, &end, 16); in parse_portmask()
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c144 value = strtoull(optarg, NULL, 0); in process_options()
151 o->rto_expand_offset = strtoull(optarg, NULL, 0); in process_options()
154 value = strtoull(optarg, NULL, 0); in process_options()
158 value = strtoull(optarg, NULL, 0); in process_options()
162 value = strtoull(optarg, NULL, 0); in process_options()
167 value = strtoull(optarg, NULL, 0); in process_options()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randwritecomp/
H A Drandwritecomp.c159 n = strtoull(argv[0], NULL, 0); in main()
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci.c162 *phys_addr = strtoull(res_info.phys_addr, NULL, 16); in pci_parse_one_sysfs_resource()
163 *end_addr = strtoull(res_info.end_addr, NULL, 16); in pci_parse_one_sysfs_resource()
164 *flags = strtoull(res_info.flags, NULL, 16); in pci_parse_one_sysfs_resource()
H A Dpci_uio.c169 uio_num = strtoull(e->d_name + shortprefix_len, &endptr, 10); in pci_get_uio_dev()
177 uio_num = strtoull(e->d_name + longprefix_len, &endptr, 10); in pci_get_uio_dev()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.c178 val = strtoull(value, NULL, 16); in parse_npa_lock_mask()
/f-stack/dpdk/app/test-pmd/
H A Dparameters.c277 cm = strtoull(coremask, &end, 16); in parse_fwd_coremask()
296 pm = strtoull(portmask, &end, 16); in parse_fwd_portmask()
1347 n = strtoull(optarg, &end, 16); in launch_args_parse()
1357 n = strtoull(optarg, &end, 16); in launch_args_parse()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c175 val = strtoull(varval, NULL, 0); in set_global_var()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic.c429 *(uint32_t *)extra_args = strtoull(value, NULL, 0); in get_uint32()
440 *(uint16_t *)extra_args = strtoull(value, NULL, 0); in get_uint16()
/f-stack/dpdk/drivers/bus/vmbus/linux/
H A Dvmbus_bus.c142 uio_num = strtoull(e->d_name + prefix_len, &endptr, 10); in vmbus_get_uio_dev()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel.c53 max_regions = strtoull(buf, NULL, 10); in get_vhost_kernel_max_regions()
/f-stack/tools/libxo/encoder/cbor/
H A Denc_cbor.c224 ival = strtoull(value, &ep, 0); in cbor_content()
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c133 port_mask = strtoull(optarg, NULL, 16); in smp_parse_args()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h837 size = strtoull(str, &endptr, 0); in rte_str_to_size()
/f-stack/tools/libxo/xo/
H A Dxo.c153 unsigned long long value = strtoull(next_arg(), NULL, 0); in formatter()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_args.c358 *u64 = strtoull(value, &endptr, 0); in fs_get_u64_arg()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c3229 src_val = strtoull(src, &src, 0); in instr_mov_translate()
3495 src_val = strtoull(src, &src, 0); in instr_alu_add_translate()
3548 src_val = strtoull(src, &src, 0); in instr_alu_sub_translate()
3678 src_val = strtoull(src, &src, 0); in instr_alu_shl_translate()
3731 src_val = strtoull(src, &src, 0); in instr_alu_shr_translate()
3781 src_val = strtoull(src, &src, 0); in instr_alu_and_translate()
3831 src_val = strtoull(src, &src, 0); in instr_alu_or_translate()
4816 b_val = strtoull(b, &b, 0); in instr_jmp_eq_translate()
4870 b_val = strtoull(b, &b, 0); in instr_jmp_neq_translate()
4927 b_val = strtoull(b, &b, 0); in instr_jmp_lt_translate()
[all …]

123