Home
last modified time | relevance | path

Searched refs:nr_opt (Results 1 – 21 of 21) sorted by relevance

/third_party/ltp/lib/
Dtst_hugepage.c12 char *nr_opt; variable
24 if (nr_opt) in tst_request_hugepages()
25 tst_hugepages = SAFE_STRTOL(nr_opt, 1, LONG_MAX); in tst_request_hugepages()
/third_party/e2fsprogs/contrib/android/
De2fsdroid.c209 int nr_opt = 0; in main() local
231 if (nr_opt == max_nr_opt) { in main()
236 seopt_file[nr_opt].type = SELABEL_OPT_PATH; in main()
237 seopt_file[nr_opt].value = absolute_path(token); in main()
238 nr_opt++; in main()
332 nr_opt, fs_config_file, fixed_time, &uid_map, &gid_map); in main()
/third_party/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm_readv03.c43 static char *nr_opt, *sz_opt; variable
45 {"n:", &nflag, &nr_opt},
254 nr_iovecs = nflag ? SAFE_STRTOL(NULL, nr_opt, 1, IOV_MAX) : 10; in setup()
/third_party/ltp/include/
Dtst_hugepage.h12 extern char *nr_opt; /* -s num Set the number of the been allocated hugepages */
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
Dhugeshmget01.c22 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
Dhugeshmget05.c25 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
Dhugeshmget03.c31 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
Dhugeshmget02.c23 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat03.c43 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
Dhugeshmat02.c43 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
Dhugeshmat01.c40 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap01.c33 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
Dhugemmap04.c35 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
Dhugemmap02.c39 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
Dhugeshmctl03.c48 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
Dhugeshmctl02.c38 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
Dhugeshmctl01.c57 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
Dhugeshmdt01.c43 {"s:", &nr_opt, "-s num Set the number of the been allocated hugepages"},
/third_party/f2fs-tools/fsck/
Dmain.c563 if (c.nr_opt == max_nr_opt) { in f2fs_parse_options()
568 c.seopt_file[c.nr_opt].type = in f2fs_parse_options()
570 c.seopt_file[c.nr_opt].value = in f2fs_parse_options()
572 c.nr_opt++; in f2fs_parse_options()
Dsload.c286 if (!c.nr_opt) in configure_files()
289 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
/third_party/f2fs-tools/include/
Df2fs_fs.h433 int nr_opt; member