Lines Matching defs:_bmgr_opts
69 typedef struct _bmgr_opts { struct
70 char *dev;
71 char *env;
72 char *loader;
73 char *label;
74 char *kernel;
75 char *name;
76 char *order;
77 int bootnum;
78 bool copy;
79 bool create;
80 bool delete;
81 bool delete_bootnext;
82 bool del_timeout;
83 bool dry_run;
84 bool device_path;
85 bool esp_device;
86 bool find_dev;
87 bool fw_ui;
88 bool no_fw_ui;
89 bool has_bootnum;
90 bool once;
91 int cp_src;
92 bool set_active;
93 bool set_bootnext;
94 bool set_inactive;
95 bool set_timeout;
96 int timeout;
97 bool unix_path;
98 bool verbose;