Searched refs:all_opts (Results 1 – 2 of 2) sorted by relevance
57 struct option *all_opts; in bhyvectl_opts() local59 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()
356 local function dependent_options(tmpdir, option_name, all_opts, omit_others)367 for opt, value in pairs(all_opts) do381 if name == option_name_key or value == all_opts[name] then