Home
last modified time | relevance | path

Searched refs:opt_list (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/mm/
H A Dpage-types.c158 static int opt_list; /* list pages (in ranges) */ variable
656 if (opt_list == 1) in add_page()
658 else if (opt_list == 2) in add_page()
719 if (opt_list == 1) in walk_swap()
722 else if (opt_list == 2) in walk_swap()
1037 if (first && opt_list) { in walk_file_range()
1308 opt_list = 1; in main()
1311 opt_list = 2; in main()
1345 if (opt_list && opt_list_mapcnt) in main()
1351 if (opt_list && opt_pid) in main()
[all …]
/openbmc/linux/security/integrity/ima/
H A Dima_policy.c314 struct ima_rule_opt_list *opt_list; in ima_alloc_rule_opt_list() local
340 opt_list = kzalloc(struct_size(opt_list, items, count), GFP_KERNEL); in ima_alloc_rule_opt_list()
341 if (!opt_list) { in ima_alloc_rule_opt_list()
345 opt_list->count = count; in ima_alloc_rule_opt_list()
358 opt_list->items[i] = cur; in ima_alloc_rule_opt_list()
362 return opt_list; in ima_alloc_rule_opt_list()
365 static void ima_free_rule_opt_list(struct ima_rule_opt_list *opt_list) in ima_free_rule_opt_list() argument
367 if (!opt_list) in ima_free_rule_opt_list()
370 if (opt_list->count) { in ima_free_rule_opt_list()
371 kfree(opt_list->items[0]); in ima_free_rule_opt_list()
[all …]
/openbmc/qemu/semihosting/
H A Dconfig.c137 QemuOptsList *opt_list = qemu_find_opts("semihosting-config"); in qemu_semihosting_config_options() local
138 QemuOpts *opts = qemu_opts_parse_noisily(opt_list, optstr, false); in qemu_semihosting_config_options()
/openbmc/openbmc-test-automation/lib/
H A Dopt.tcl191 if { $_opt_debug_ } { print_list opt_list }
201 foreach opt_list_entry $opt_list {
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1249 struct opt_list { struct
1258 struct opt_list *opt = opaque; in save_opt_one() argument
1309 struct opt_list opt = { in save_opt_list()