/external/ltp/lib/ |
D | tst_mkfs.c | 27 const char *const fs_opts[], const char *const extra_opts[]) in tst_mkfs_() argument 68 if (extra_opts) { in tst_mkfs_() 69 for (i = 0; extra_opts[i]; i++) { in tst_mkfs_() 70 argv[pos++] = extra_opts[i]; in tst_mkfs_() 80 strcat(extra_opts_str, extra_opts[i]); in tst_mkfs_()
|
/external/ltp/include/ |
D | tst_mkfs.h | 29 const char *const fs_opts[], const char *const extra_opts[]); 31 #define SAFE_MKFS(device, fs_type, fs_opts, extra_opts) \ argument 33 fs_opts, extra_opts)
|
/external/ltp/include/old/ |
D | test.h | 191 #define tst_mkfs(cleanup, dev, fs_type, fs_opts, extra_opts) \ argument 193 fs_opts, extra_opts) 196 const char *const fs_opts[], const char *const extra_opts[]);
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx05.c | 90 const char *const extra_opts[] = {"-O encrypt", opt_bsize, NULL}; in setup() local 94 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, extra_opts); in setup()
|
/external/iptables/extensions/ |
D | libxt_set.c | 681 .extra_opts = set_opts_v0, 695 .extra_opts = set_opts_v0, 709 .extra_opts = set_opts_v2, 723 .extra_opts = set_opts_v3, 737 .extra_opts = set_opts_v3,
|
D | libxt_SET.c | 531 .extra_opts = set_target_opts_v0, 546 .extra_opts = set_target_opts_v0, 561 .extra_opts = set_target_opts_v2, 576 .extra_opts = set_target_opts_v3,
|
D | libebt_mark_m.c | 112 .extra_opts = brmark_m_opts,
|
D | libebt_802_3.c | 127 .extra_opts = br802_3_opts,
|
D | libebt_nflog.c | 138 .extra_opts = brnflog_opts,
|
D | libebt_limit.c | 173 .extra_opts = brlimit_opts,
|
D | libebt_log.c | 191 .extra_opts = brlog_opts,
|
D | libebt_mark.c | 185 .extra_opts = brmark_opts,
|
D | libarpt_mangle.c | 198 .extra_opts = arpmangle_opts,
|
D | libebt_ip.c | 306 .extra_opts = brip_opts,
|
D | libxt_rateest.c | 443 .extra_opts = rateest_opts,
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap16.c | 148 const char *extra_opts[] = {"10240", NULL}; in setup() local 163 tst_mkfs(cleanup, device, fs_type, fs_opts, extra_opts); in setup()
|
/external/iproute2/include/ |
D | xtables.h | 265 const struct option *extra_opts; member 342 const struct option *extra_opts; member
|
/external/iproute2/tc/ |
D | m_xt_old.c | 254 merge_options(opts, m->extra_opts, in parse_ipt() 400 merge_options(opts, m->extra_opts, in print_ipt()
|
D | m_ipt.c | 329 merge_options(opts, m->extra_opts, in parse_ipt() 477 merge_options(opts, m->extra_opts, in print_ipt()
|
D | m_xt.c | 137 m->extra_opts, in get_xtables_target_opts()
|
/external/iptables/include/ |
D | xtables.h | 280 const struct option *extra_opts; member 360 const struct option *extra_opts; member
|
/external/iptables/iptables/ |
D | xtables-eb.c | 406 opts = merge_options(opts, target->extra_opts, &target->option_offset); in command_jump() 619 opts = merge_options(opts, m->extra_opts, &m->option_offset); in ebt_load_match() 645 opts = merge_options(opts, watcher->extra_opts, in ebt_load_watcher()
|
D | xtables.c | 644 cs->target->extra_opts, in command_jump() 679 else if (m->extra_opts != NULL) in command_match() 681 m->extra_opts, &m->option_offset); in command_match()
|
D | xshared.c | 167 m->extra_opts, in command_default()
|
/external/iptables/libxtables/ |
D | xtables.c | 877 if (me->extra_opts != NULL) in xtables_register_match() 878 xtables_check_options(me->name, me->extra_opts); in xtables_register_match() 1035 if (me->extra_opts != NULL) in xtables_register_target() 1036 xtables_check_options(me->name, me->extra_opts); in xtables_register_target()
|