/openbmc/linux/tools/testing/selftests/dma/ |
H A D | dma_map_benchmark.c | 41 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 D | testptp.c | 208 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 D | makemapdata.c | 75 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 D | stress_reuseport_listen.c | 76 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 D | cmsg_sender.c | 121 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 D | 0001-wfa_cmdproc-Store-return-value-into-location.patch | 8 | paramValue = atoi(str); 25 - paramValue = atoi(str); 26 + *paramValue = atoi(str);
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | gup_test.c | 132 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 D | write_to_hugetlbfs.c | 89 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 D | pcitest.c | 183 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 D | hpet_example.c | 146 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 D | task_storage_map.c | 64 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 D | atomic64-bench.c | 149 duration = atoi(optarg); in parse_args() 152 n_threads = atoi(optarg); in parse_args() 155 range = pow2ceil(atoi(optarg)); in parse_args()
|
H A D | atomic_add-bench.c | 155 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 D | term.c | 13 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 D | xdp_adjust_tail_user.c | 107 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 D | menu.c | 146 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 D | spidev_test.c | 251 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 D | vmsr_energy.c | 154 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 D | 0001-ihpm-Include-stdlib.h-for-malloc-free-atoi-functions.patch | 4 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 D | thread_loop.c | 68 thr = atoi(argv[1]); in main() 73 len = atoi(argv[2]); in main()
|
/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-mockup-cdev.c | 148 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 D | pm_nl_ctl.c | 428 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 D | connect_close.c | 113 opts.timeout = atoi(optarg); in parse_opts() 116 opts.port = atoi(optarg); in parse_opts()
|
H A D | nf-queue.c | 342 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 D | 0001-Fix-Wincompatible-function-pointer-types.patch | 57 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);
|