Lines Matching refs:title
60 uint16_t title[];
347 char **title,
369 title_size = utf16_size(header->title);
370 if (title_size > l - offsetof(struct boot_option, title))
373 if (title) {
374 s = utf16_to_utf8(header->title, title_size);
383 dbuf = buf + offsetof(struct boot_option, title) + title_size;
426 if (title) {
427 *title = s;
476 int efi_add_boot_option(uint16_t id, const char *title,
487 title_len = (strlen(title)+1) * 2;
502 to_utf16(option->title, title);
503 size = offsetof(struct boot_option, title) + title_len;