Lines Matching +full:0 +full:xd800
64 buf[len - 1] = '\0'; in efi_parse_options()
134 if ((src->attributes & ~EFI_LOAD_OPTION_MASK) != 0) in efi_load_option_unpack()
145 } while (c != L'\0'); in efi_load_option_unpack()
192 if ((load_option->attributes & ~EFI_LOAD_OPTION_BOOT_MASK) != 0) in efi_apply_loadoptions_quirk()
313 status = efi_fn_call(&method, hash_log_extend_event, protocol, 0, in efi_measure_tagged_event()
320 efi_warn("Failed to measure data for event %d: 0x%lx\n", event, status); in efi_measure_tagged_event()
333 int options_bytes = 0, safe_options_bytes = 0; /* UTF-8 bytes */ in efi_convert_cmdline()
334 unsigned long cmdline_addr = 0; in efi_convert_cmdline()
340 if (options_size > 0) in efi_convert_cmdline()
352 if (c < 0x80) { in efi_convert_cmdline()
353 if (c == L'\0' || c == L'\n') in efi_convert_cmdline()
369 options_bytes += 2 + (c >= 0x800); in efi_convert_cmdline()
372 * surrogates will be replaced with 0xfffd and take up in efi_convert_cmdline()
375 if ((c & 0xfc00) == 0xd800) { in efi_convert_cmdline()
383 } else if ((*s2 & 0xfc00) == 0xdc00) { in efi_convert_cmdline()
494 for (i = 0; i < nr_tables; i++) { in get_efi_config_table()
497 if (efi_guidcmp(t->guid, guid) == 0) in get_efi_config_table()
567 initrd->size = 0; in efi_load_initrd_dev_path()
634 if (initrd.size > 0 && in efi_load_initrd()
658 efi_err("Failed to load initrd: 0x%lx\n", status); in efi_load_initrd()
681 efi_set_event_at(events, 0, efi_table_attr(con_in, wait_for_key)); in efi_wait_for_key()
683 status = efi_bs_call(create_event, EFI_EVT_TIMER, 0, NULL, NULL, &timer); in efi_wait_for_key()
695 if (index == 0) in efi_wait_for_key()
741 efi_warn("Failed to retrieve memory attributes for image region: 0x%lx\n", in efi_remap_image()