Home
last modified time | relevance | path

Searched refs:strtol (Results 1 – 25 of 110) sorted by relevance

12345

/f-stack/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c177 bus = strtol(token, NULL, 10); in nic_uio_probe()
181 device = strtol(token, NULL, 10); in nic_uio_probe()
185 function = strtol(token, NULL, 10); in nic_uio_probe()
284 bus = strtol(token, NULL, 10); in nic_uio_load()
288 device = strtol(token, NULL, 10); in nic_uio_load()
292 function = strtol(token, NULL, 10); in nic_uio_load()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_args.c105 port_id = strtol(port_str, &end, 10); in parse_port_id()
156 *mode = strtol(value, &endptr, 10); in bond_ethdev_parse_slave_mode_kvarg()
219 socket_id = (uint8_t)strtol(value, &endptr, 10); in bond_ethdev_parse_socket_id_kvarg()
294 time_ms = (uint32_t)strtol(value, &endptr, 10); in bond_ethdev_parse_time_ms_kvarg()
/f-stack/dpdk/examples/qos_sched/
H A Dcfg_file.c135 (uint8_t)strtol(entry, &next, 10); in cfg_load_pipe()
264 = (uint16_t)strtol(entry, &next, 10); in cfg_load_subport()
279 = (uint16_t)strtol(entry, &next, 10); in cfg_load_subport()
294 = (uint8_t)strtol(entry, &next, 10); in cfg_load_subport()
310 = (uint8_t)strtol(entry, &next, 10); in cfg_load_subport()
337 (uint16_t)strtol(entry, &next, 10); in cfg_load_subport()
348 (uint16_t)strtol(entry, &next, 10); in cfg_load_subport()
/f-stack/dpdk/app/test-bbdev/
H A Dmain.c211 tp->num_ops = strtol(optarg, NULL, 10); in parse_args()
216 tp->burst_sz = strtol(optarg, NULL, 10); in parse_args()
265 tp->iter_max = strtol(optarg, NULL, 10); in parse_args()
270 tp->num_lcores = strtol(optarg, NULL, 10); in parse_args()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c149 nth = strtol(optarg, NULL, 0); in parse_args()
152 files = strtol(optarg, NULL, 0); in parse_args()
155 xattrs = strtol(optarg, NULL, 0); in parse_args()
158 size = strtol(optarg, NULL, 0); in parse_args()
180 seed = strtol(optarg, NULL, 0); in parse_args()
192 phase = strtol(optarg, NULL, 0); in parse_args()
/f-stack/tools/ipfw/
H A Dtables.c1240 key = strtol(arg, &p, 10); in tentry_fill_key_type()
1282 key = strtol(arg, &pp, 10); in tentry_fill_key_type()
1399 kv = strtol(key, &p, 10); in guess_key_type()
1558 v->tag = strtol(n, &e, 10); in tentry_fill_value()
1563 v->pipe = strtol(n, &e, 10); in tentry_fill_value()
1568 v->divert = strtol(n, &e, 10); in tentry_fill_value()
1573 v->skipto = strtol(n, &e, 10); in tentry_fill_value()
1583 v->fib = strtol(n, &e, 10); in tentry_fill_value()
1588 v->nat = strtol(n, &e, 10); in tentry_fill_value()
1593 v->limit = strtol(n, &e, 10); in tentry_fill_value()
[all …]
/f-stack/tools/ifconfig/
H A Difgre.c93 uint32_t grekey = strtol(val, NULL, 0); in setifgrekey()
111 uint32_t udpport = strtol(val, NULL, 0); in setifgreport()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sunddi.c44 *result = strtol(str, nptr, base); in ddi_strtol()
/f-stack/dpdk/drivers/net/softnic/
H A Dparser.c89 val = strtol(p, &next, 10); in softnic_parser_read_int32()
339 value = strtol(string, &next, 10); in softnic_parse_mpls_labels()
500 val = strtol(num, NULL, 10); in softnic_parse_cpu_core()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dstdlib_ext.h57 long strtol(const char *cp,char **endp,uint32_t base);
/f-stack/freebsd/netgraph/
H A Dng_ipfw.c171 rulenum = (u_int16_t)strtol(name, &endptr, 10); in ng_ipfw_newhook()
206 n = (u_int16_t)strtol(name, &endptr, 10); in ng_ipfw_findhook()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mmap_libaio/
H A Dmmap_libaio.c57 int buf_size = strtol(argv[2], NULL, 0); in main()
/f-stack/tools/sysctl/
H A Dsysctl.c291 Bflag = strtol(optarg, NULL, 0);
416 intval = (int)strtol(newvalstr, &endptr, 0);
426 longval = strtol(newvalstr, &endptr, 0);
436 i8val = (int8_t)strtol(newvalstr, &endptr, 0);
441 i16val = (int16_t)strtol(newvalstr, &endptr, 0);
446 i32val = (int32_t)strtol(newvalstr, &endptr, 0);
1060 kelv = (int)strtol(str, endptrp, 10);
/f-stack/freebsd/libkern/
H A Dstrtol.c52 strtol(const char *nptr, char **endptr, int base) in strtol() function
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_kvargs.c107 value = strtol(value_str, &endptr, 0); in sfc_kvarg_long_handler()
/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dzinject.c883 record.zi_duration = (int)strtol(optarg, &end, 10); in main()
905 level = (int)strtol(optarg, &end, 10); in main()
931 record.zi_duration = (int)strtol(optarg, &end, 10); in main()
1027 int id = (int)strtol(cancel, &end, 10); in main()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslmessages.c634 MessageId = strtol (HexString, NULL, 16); in AhDecodeAslException()
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_parse_ipaddr.c69 prefixlen = strtol(prefix, &prefix_end, 10); in cmdline_parse_ipaddr()
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_compressdev_pmd.c41 i = strtol(value, &end, 10); in rte_compressdev_pmd_parse_uint_arg()
/f-stack/dpdk/examples/ip_pipeline/
H A Dparser.c322 value = strtol(string, &next, 10); in parse_mpls_labels()
483 val = strtol(num, NULL, 10); in parse_cpu_core()
/f-stack/dpdk/app/test/
H A Dprocess.h93 fd = strtol(dirent->d_name, &endptr, 10); in process_dup()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c140 timeout = strtol(timeout_str, NULL, 0); in libzfs_load_module_impl()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev_pmd.c38 i = strtol(value, &end, 10); in rte_cryptodev_pmd_parse_uint_arg()
/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c194 new->r_id = strtol(id, &p, 10); in parse_rule_element()
225 new->r_port = strtol(portnumber, &p, 10); in parse_rule_element()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c782 min_children = (int)strtol(optarg, NULL, 0); in draid_generate()
791 max_children = (int)strtol(optarg, NULL, 0); in draid_generate()
800 passes = (int)strtol(optarg, NULL, 0); in draid_generate()
1137 min_children = (int)strtol(optarg, NULL, 0); in draid_dump()
1146 max_children = (int)strtol(optarg, NULL, 0); in draid_dump()

12345