Searched defs:_grub_barg (Results 1 – 1 of 1) sorted by relevance
113 typedef struct _grub_barg { struct114 grub_entry_t *gb_entry;115 grub_line_t *gb_errline;116 int gb_walkret; /* set to 0 when match found */117 uint_t gb_flags;118 uint_t gb_prtnum;119 uint_t gb_slcnum;120 grub_root_t gb_root;121 char gb_bootsign[BOOTSIGN_LEN];122 char gb_kernel[BOOTARGS_MAX];[all …]