Home
last modified time | relevance | path

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

12

/external/ltp/lib/
Dtst_mkfs.c27 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/
Dtst_mkfs.h29 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/
Dtest.h191 #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/
Dstatx05.c90 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/
Dlibxt_set.c681 .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,
Dlibxt_SET.c531 .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,
Dlibebt_mark_m.c112 .extra_opts = brmark_m_opts,
Dlibebt_802_3.c127 .extra_opts = br802_3_opts,
Dlibebt_nflog.c138 .extra_opts = brnflog_opts,
Dlibebt_limit.c173 .extra_opts = brlimit_opts,
Dlibebt_log.c191 .extra_opts = brlog_opts,
Dlibebt_mark.c185 .extra_opts = brmark_opts,
Dlibarpt_mangle.c198 .extra_opts = arpmangle_opts,
Dlibebt_ip.c306 .extra_opts = brip_opts,
Dlibxt_rateest.c443 .extra_opts = rateest_opts,
/external/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()
/external/iproute2/include/
Dxtables.h265 const struct option *extra_opts; member
342 const struct option *extra_opts; member
/external/iproute2/tc/
Dm_xt_old.c254 merge_options(opts, m->extra_opts, in parse_ipt()
400 merge_options(opts, m->extra_opts, in print_ipt()
Dm_ipt.c329 merge_options(opts, m->extra_opts, in parse_ipt()
477 merge_options(opts, m->extra_opts, in print_ipt()
Dm_xt.c137 m->extra_opts, in get_xtables_target_opts()
/external/iptables/include/
Dxtables.h280 const struct option *extra_opts; member
360 const struct option *extra_opts; member
/external/iptables/iptables/
Dxtables-eb.c406 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()
Dxtables.c644 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()
Dxshared.c167 m->extra_opts, in command_default()
/external/iptables/libxtables/
Dxtables.c877 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()

12