Home
last modified time | relevance | path

Searched refs:custom_opts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c337 const struct ibdiag_opt *custom_opts, in make_long_opts() argument
344 if (custom_opts) in make_long_opts()
345 for (o = custom_opts; o->name; o++) in make_long_opts()
355 if (custom_opts) in make_long_opts()
356 for (o = custom_opts; o->name; o++) in make_long_opts()
384 const struct ibdiag_opt custom_opts[], in ibdiag_process_opts() argument
399 long_opts = make_long_opts(exclude_common_str, custom_opts, opts_map); in ibdiag_process_opts()
H A Dibdiag_common.h130 const struct ibdiag_opt custom_opts[],