boot_option 212 src/shared/efivars.c struct boot_option *header; boot_option 223 src/shared/efivars.c if (l < sizeof(struct boot_option)) boot_option 226 src/shared/efivars.c header = (struct boot_option *)buf; boot_option 228 src/shared/efivars.c if (title_size > l - offsetof(struct boot_option, title)) boot_option 243 src/shared/efivars.c dbuf = buf + offsetof(struct boot_option, title) + title_size;