Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyvectl/riscv/
H A Dbhyvectl_machdep.c57 struct option *all_opts; in bhyvectl_opts() local
59 all_opts = calloc(count + 1, sizeof(struct option)); in bhyvectl_opts()
60 if (all_opts == NULL) in bhyvectl_opts()
62 memcpy(all_opts, options, count * sizeof(struct option)); in bhyvectl_opts()
63 return (all_opts); in bhyvectl_opts()
/freebsd/tools/build/options/
H A Dmakeman.lua356 local function dependent_options(tmpdir, option_name, all_opts, omit_others)
367 for opt, value in pairs(all_opts) do
381 if name == option_name_key or value == all_opts[name] then