Searched refs:opts (Results 276 - 300 of 850) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_uart.c91 pci_uart_init(struct vmctx *ctx, struct pci_devinst *pi, char *opts) argument
106 if (uart_set_backend(sc, opts) != 0) {
108 "pci uart at %d:%d\n", opts, pi->pi_slot, pi->pi_func);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h56 AnalyzerOptions &opts,
60 AnalyzerOptions &opts,
65 AnalyzerOptions &opts,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp29 AnalyzerOptions &opts,
33 auto checkerMgr = std::make_unique<CheckerManager>(context, opts);
35 CheckerRegistry allCheckers(plugins, diags, opts, context.getLangOpts(),
69 AnalyzerOptions &opts,
72 CheckerRegistry(plugins, diags, opts, LangOpts)
27 createCheckerManager( ASTContext &context, AnalyzerOptions &opts, ArrayRef<std::string> plugins, ArrayRef<std::function<void(CheckerRegistry &)>> checkerRegistrationFns, DiagnosticsEngine &diags) argument
67 printCheckerConfigList(raw_ostream &OS, ArrayRef<std::string> plugins, AnalyzerOptions &opts, DiagnosticsEngine &diags, const LangOptions &LangOpts) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DLZMA.cpp68 lzma_stream_flags opts{};
79 &opts, InputBuffer.take_back(LZMA_STREAM_HEADER_SIZE).data());
85 if (InputBuffer.size() < (opts.backward_size + LZMA_STREAM_HEADER_SIZE)) {
90 InputBuffer.size(), (opts.backward_size + LZMA_STREAM_HEADER_SIZE));
99 InputBuffer.take_back(LZMA_STREAM_HEADER_SIZE + opts.backward_size)
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dippool.c60 int opts = 0; variable
152 opts |= OPT_DEBUG;
163 opts |= OPT_DONOTHING|OPT_DONTOPEN;
202 opts |= OPT_VERBOSE;
217 if (opts & OPT_DEBUG)
218 fprintf(stderr, "poolnodecommand: opts = %#x\n", opts);
272 opts |= OPT_DEBUG;
279 opts |= OPT_DONOTHING|OPT_DONTOPEN;
299 opts |
[all...]
/freebsd-11-stable/contrib/libxo/xopo/
H A Dxopo.c89 " --option <opts> -or -O <opts> Give formatting options\n"
98 static struct opts { struct
101 } opts; variable in typeref:struct:opts
104 { "help", no_argument, &opts.o_help, 1 },
160 if (opts.o_help) {
164 } else if (opts.o_version) {
173 bzero(&opts, sizeof(opts)); /* Reset all the options */
/freebsd-11-stable/contrib/ntp/scripts/
H A Dplot_summary.in33 my $opts;
34 if (!processOptions(\@_, $opts)) {
38 $identifier = $opts->{'identifier'};
43 $offset_limit = $opts->{'offset-limit'};
44 $output_file = $opts->{'output-file'};
46 $gnuplot_terminal = $opts->{'plot-terminal'}
48 $wait_after_plot = !$opts->{'dont-wait'};
53 my $summary_dir = $opts->{'directory'};
59 my @peer_list = @{$opts->{'peer'}};
/freebsd-11-stable/sys/netinet/
H A Dip_options.c401 struct ipopt_tag *opts; local
403 opts = (struct ipopt_tag *)m_tag_get(PACKET_TAG_IPOPTIONS,
405 if (opts == NULL)
409 if (olen > sizeof(opts->ip_srcrt) - (1 + sizeof(dst))) {
410 m_tag_free((struct m_tag *)opts);
413 bcopy(option, opts->ip_srcrt.srcopt, olen);
414 opts->ip_nhops = (olen - IPOPT_OFFSET - 1) / sizeof(struct in_addr);
415 opts->ip_srcrt.dst = dst;
416 m_tag_prepend(m, (struct m_tag *)opts);
429 struct ipopt_tag *opts; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp67 for (auto &Str : opts::bytes::DumpStreamData) {
90 if (opts::bytes::DumpBlockRange.hasValue()) {
91 auto &R = *opts::bytes::DumpBlockRange;
107 if (opts::bytes::DumpByteRange.hasValue()) {
108 auto &R = *opts::bytes::DumpByteRange;
123 if (opts::bytes::Fpm) {
128 if (!opts::bytes::DumpStreamData.empty()) {
133 if (opts::bytes::NameMap) {
138 if (opts::bytes::SectionContributions) {
143 if (opts
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintdstlistnode.c11 printdstlistnode(inp, copyfunc, opts, fields)
14 int opts;
40 } else if ((opts & OPT_DEBUG) == 0) {
H A Dkvatoname.c28 if ((opts & OPT_DONTOPEN) == 0) {
H A Dnametokva.c27 if ((opts & OPT_DONTOPEN) == 0) {
H A Dprinthostmap.c28 if (opts & OPT_VERBOSE)
H A Dprintstate.c14 printstate(sp, opts, now)
16 int opts;
22 if ((opts & OPT_NORESOLVE) == 0)
65 if ((opts & OPT_VERBOSE) != 0) {
178 if ((opts & OPT_VERBOSE) != 0) {
192 if (opts & OPT_DEBUG)
196 if (opts & OPT_DEBUG)
200 if (opts & OPT_DEBUG)
204 if (opts & OPT_DEBUG)
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_opts.c90 tbl->opts.tab = p[*pos];
98 tbl->opts.decimal = p[*pos];
169 tbl->opts.opts |= keys[i].key;
/freebsd-11-stable/contrib/ncurses/form/
H A Dfld_max.c66 if (!((unsigned)field->opts & O_STATIC))
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-break.c86 static struct mi_opt opts[] = local
102 int opt = mi_getopt ("mi_cmd_break_insert", argc, argv, opts, &optind, &optarg);
193 static struct mi_opt opts[] = local
205 int opt = mi_getopt ("mi_cmd_break_watch", argc, argv, opts, &optind, &optarg);
H A Dmi-cmd-env.c126 static struct mi_opt opts[] = local
144 int opt = mi_getopt ("mi_cmd_env_path", argc, argv, opts,
198 static struct mi_opt opts[] = local
216 int opt = mi_getopt ("mi_cmd_env_dir", argc, argv, opts,
/freebsd-11-stable/bin/ed/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/bin/pax/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/cddl/lib/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/share/misc/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/sbin/geom/class/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/sbin/route/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/secure/libexec/sftp-server/
H A DMakefile3 .include <src.opts.mk>

Completed in 395 milliseconds

<<11121314151617181920>>