Home
last modified time | relevance | path

Searched refs:atoi (Results 1 – 25 of 213) sorted by relevance

123456789

/openbmc/linux/tools/testing/selftests/dma/
H A Ddma_map_benchmark.c41 threads = atoi(optarg); in main()
44 seconds = atoi(optarg); in main()
47 node = atoi(optarg); in main()
50 bits = atoi(optarg); in main()
53 dir = atoi(optarg); in main()
56 xdelay = atoi(optarg); in main()
59 granule = atoi(optarg); in main()
/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.c208 extts = atoi(optarg); in main()
211 adjfreq = atoi(optarg); in main()
220 index = atoi(optarg); in main()
224 n_samples = atoi(optarg); in main()
237 adjns = atoi(optarg); in main()
240 adjphase = atoi(optarg); in main()
246 pps = atoi(optarg); in main()
255 adjtime = atoi(optarg); in main()
259 seconds = atoi(optarg); in main()
262 pulsewidth = atoi(optarg); in main()
[all …]
/openbmc/linux/drivers/accessibility/speakup/
H A Dmakemapdata.c75 value = atoi(def_val); in main()
84 value = atoi(def_val); in main()
105 value = this->value+atoi(cp); in main()
109 value = atoi(def_val); in main()
/openbmc/linux/tools/testing/selftests/net/
H A Dstress_reuseport_listen.c76 if (argc != 3 || atoi(argv[1]) <= 0 || atoi(argv[2]) <= 0) in main()
80 nr_vips = atoi(argv[1]); in main()
81 nr_socks_per_vip = atoi(argv[2]); in main()
H A Dcmsg_sender.c121 opt.size = atoi(optarg); in cs_parse_args()
144 opt.mark.val = atoi(optarg); in cs_parse_args()
147 opt.sockopt.mark = atoi(optarg); in cs_parse_args()
151 opt.txtime.delay = atoi(optarg); in cs_parse_args()
158 opt.v6.dontfrag.val = atoi(optarg); in cs_parse_args()
161 opt.sockopt.dontfrag = atoi(optarg); in cs_parse_args()
165 opt.v6.tclass.val = atoi(optarg); in cs_parse_args()
168 opt.sockopt.tclass = atoi(optarg); in cs_parse_args()
172 opt.v6.hlimit.val = atoi(optarg); in cs_parse_args()
175 opt.sockopt.hlimit = atoi(optarg); in cs_parse_args()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0001-wfa_cmdproc-Store-return-value-into-location.patch8 | paramValue = atoi(str);
25 - paramValue = atoi(str);
26 + *paramValue = atoi(str);
/openbmc/linux/tools/testing/selftests/mm/
H A Dgup_test.c132 nthreads = atoi(optarg); in main()
135 size = atoi(optarg) * MB; in main()
138 repeats = atoi(optarg); in main()
141 nr_pages = atoi(optarg); in main()
H A Dwrite_to_hugetlbfs.c89 size = atoi(optarg); in main()
95 if (atoi(optarg) >= MAX_METHOD) { in main()
100 method = atoi(optarg); in main()
/openbmc/linux/tools/pci/
H A Dpcitest.c183 test->barnum = atoi(optarg); in main()
191 test->msinum = atoi(optarg); in main()
196 test->msixnum = atoi(optarg); in main()
201 test->irqtype = atoi(optarg); in main()
/openbmc/linux/samples/timers/
H A Dhpet_example.c146 freq = atoi(argv[1]); in hpet_poll()
147 iterations = atoi(argv[2]); in hpet_poll()
258 freq = atoi(argv[1]); in hpet_fasync()
259 iterations = atoi(argv[2]); in hpet_fasync()
/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dtask_storage_map.c64 nr = atoi(cfg); in test_task_storage_map_stress_lookup()
70 loop = atoi(cfg); in test_task_storage_map_stress_lookup()
73 cpu = atoi(cfg); in test_task_storage_map_stress_lookup()
/openbmc/qemu/tests/bench/
H A Datomic64-bench.c149 duration = atoi(optarg); in parse_args()
152 n_threads = atoi(optarg); in parse_args()
155 range = pow2ceil(atoi(optarg)); in parse_args()
H A Datomic_add-bench.c155 duration = atoi(optarg); in parse_args()
158 n_threads = atoi(optarg); in parse_args()
167 range = pow2ceil(atoi(optarg)); in parse_args()
/openbmc/linux/tools/perf/util/
H A Dterm.c13 ws->ws_row = atoi(s); in get_term_dimensions()
16 ws->ws_col = atoi(s); in get_term_dimensions()
/openbmc/linux/samples/bpf/
H A Dxdp_adjust_tail_user.c107 ifindex = atoi(optarg); in main()
110 kill_after_s = atoi(optarg); in main()
113 max_pckt_size = atoi(optarg); in main()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dmenu.c146 return atoi(buf); in get_index()
190 return buf[0] == ' ' ? atoi(buf + 1) : atoi(buf); in zipl_print_entry()
/openbmc/linux/tools/spi/
H A Dspidev_test.c251 speed = atoi(optarg); in parse_opts()
254 delay = atoi(optarg); in parse_opts()
257 bits = atoi(optarg); in parse_opts()
314 transfer_size = atoi(optarg); in parse_opts()
317 iterations = atoi(optarg); in parse_opts()
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c154 int currentPackageId = atoi(packageId); in vmsr_get_max_physical_package()
224 int package_id = atoi(file_contents); in vmsr_count_cpus_per_package()
251 package_id = atoi(file_contents); in vmsr_get_physical_package_id()
311 pid_t tid = atoi(ent->d_name); in vmsr_get_thread_ids()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmiutil/ipmiutil/
H A D0001-ihpm-Include-stdlib.h-for-malloc-free-atoi-functions.patch4 Subject: [PATCH] ihpm: Include stdlib.h for malloc/free/atoi functions
20 +#include <stdlib.h> /* malloc/free/atoi */
/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/
H A Dthread_loop.c68 thr = atoi(argv[1]); in main()
73 len = atoi(argv[2]); in main()
/openbmc/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c148 val = atoi(optarg); in main()
155 abiv = atoi(optarg); in main()
166 offset = atoi(argv[optind + 1]); in main()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c428 port = atoi(params[arg + 1]); in dsf()
543 port = atoi(params[arg + 1]); in csf()
553 id = atoi(params[arg + 1]); in csf()
602 id = atoi(argv[arg]); in remove_addr()
684 id = atoi(argv[arg]); in announce_addr()
713 port = atoi(argv[arg]); in announce_addr()
840 id = atoi(argv[arg]); in add_addr()
869 port = atoi(argv[arg]); in add_addr()
905 id = atoi(argv[2]); in del_addr()
1095 id = atoi(argv[2]); in get_addr()
[all …]
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dconnect_close.c113 opts.timeout = atoi(optarg); in parse_opts()
116 opts.port = atoi(optarg); in parse_opts()
H A Dnf-queue.c342 opts.queue_num = atoi(optarg); in parse_opts()
347 opts.verdict = atoi(optarg); in parse_opts()
357 opts.delay_ms = atoi(optarg); in parse_opts()
364 opts.timeout = atoi(optarg); in parse_opts()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Fix-Wincompatible-function-pointer-types.patch57 return atoi ((*(struct direct **) d1)->d_name) -
58 atoi ((*(struct direct **) d2)->d_name);
141 return atoi ((*(struct direct **) d1)->d_name) -
142 atoi ((*(struct direct **) d2)->d_name);
174 return atoi ((*(struct direct **) d1)->d_name) -
175 atoi ((*(struct direct **) d2)->d_name);

123456789