| /f-stack/dpdk/kernel/freebsd/nic_uio/ |
| H A D | nic_uio.c | 177 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 D | rte_eth_bond_args.c | 105 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 D | cfg_file.c | 135 (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 D | main.c | 211 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 D | xattrtest.c | 149 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 D | tables.c | 1240 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 D | ifgre.c | 93 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 D | spl_sunddi.c | 44 *result = strtol(str, nptr, base); in ddi_strtol()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | parser.c | 89 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 D | stdlib_ext.h | 57 long strtol(const char *cp,char **endp,uint32_t base);
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ipfw.c | 171 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 D | mmap_libaio.c | 57 int buf_size = strtol(argv[2], NULL, 0); in main()
|
| /f-stack/tools/sysctl/ |
| H A D | sysctl.c | 291 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 D | strtol.c | 52 strtol(const char *nptr, char **endptr, int base) in strtol() function
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_kvargs.c | 107 value = strtol(value_str, &endptr, 0); in sfc_kvarg_long_handler()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zinject/ |
| H A D | zinject.c | 883 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 D | aslmessages.c | 634 MessageId = strtol (HexString, NULL, 16); in AhDecodeAslException()
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse_ipaddr.c | 69 prefixlen = strtol(prefix, &prefix_end, 10); in cmdline_parse_ipaddr()
|
| /f-stack/dpdk/lib/librte_compressdev/ |
| H A D | rte_compressdev_pmd.c | 41 i = strtol(value, &end, 10); in rte_compressdev_pmd_parse_uint_arg()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | parser.c | 322 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 D | process.h | 93 fd = strtol(dirent->d_name, &endptr, 10); in process_dup()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_util_os.c | 140 timeout = strtol(timeout_str, NULL, 0); in libzfs_load_module_impl()
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_cryptodev_pmd.c | 38 i = strtol(value, &end, 10); in rte_cryptodev_pmd_parse_uint_arg()
|
| /f-stack/freebsd/security/mac_portacl/ |
| H A D | mac_portacl.c | 194 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 D | draid.c | 782 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()
|