Home
last modified time | relevance | path

Searched refs:extra_opts (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/lib/
Dtst_mkfs.c27 const char *const fs_opts[], const char *const extra_opts[]) in tst_mkfs_() argument
73 if (extra_opts) { in tst_mkfs_()
74 for (i = 0; extra_opts[i]; i++) { in tst_mkfs_()
75 argv[pos++] = extra_opts[i]; in tst_mkfs_()
85 strcat(extra_opts_str, extra_opts[i]); in tst_mkfs_()
/third_party/ltp/include/
Dtst_mkfs.h16 const char *const fs_opts[], const char *const extra_opts[]);
18 #define SAFE_MKFS(device, fs_type, fs_opts, extra_opts) \ argument
20 fs_opts, extra_opts)
/third_party/ltp/include/old/
Dtest.h198 #define tst_mkfs(cleanup, dev, fs_type, fs_opts, extra_opts) \ argument
200 fs_opts, extra_opts)
203 const char *const fs_opts[], const char *const extra_opts[]);
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap16.c148 const char *extra_opts[] = {"10240", NULL}; in setup() local
163 tst_mkfs(cleanup, device, fs_type, fs_opts, extra_opts); in setup()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp39 std::string extra_opts = debug_get_option(p_debug, ""); in build_options() local
41 return detokenize(std::vector<std::string>{opts, extra_opts}, " "); in build_options()
/third_party/ltp/doc/
Dc-test-api.txt1059 The extra options 'extra_opts' should either be 'NULL' if there are none, or a
1060 'NULL' terminated array of strings such as +{"102400", NULL}+; 'extra_opts'