Lines Matching +full:0 +full:xd800

60 	buf[len - 1] = '\0';  in efi_parse_options()
125 if ((src->attributes & ~EFI_LOAD_OPTION_MASK) != 0) in efi_load_option_unpack()
136 } while (c != L'\0'); in efi_load_option_unpack()
183 if ((load_option->attributes & ~EFI_LOAD_OPTION_BOOT_MASK) != 0) in efi_apply_loadoptions_quirk()
260 status = efi_call_proto(tcg2, hash_log_extend_event, 0, in efi_measure_tagged_event()
271 efi_warn("Failed to measure data for event %d: 0x%lx\n", event, status); in efi_measure_tagged_event()
284 int options_bytes = 0, safe_options_bytes = 0; /* UTF-8 bytes */ in efi_convert_cmdline()
285 unsigned long cmdline_addr = 0; in efi_convert_cmdline()
291 if (options_size > 0) in efi_convert_cmdline()
303 if (c < 0x80) { in efi_convert_cmdline()
304 if (c == L'\0' || c == L'\n') in efi_convert_cmdline()
320 options_bytes += 2 + (c >= 0x800); in efi_convert_cmdline()
323 * surrogates will be replaced with 0xfffd and take up in efi_convert_cmdline()
326 if ((c & 0xfc00) == 0xd800) { in efi_convert_cmdline()
334 } else if ((*s2 & 0xfc00) == 0xdc00) { in efi_convert_cmdline()
446 for (i = 0; i < nr_tables; i++) { in get_efi_config_table()
449 if (efi_guidcmp(t->guid, guid) == 0) in get_efi_config_table()
519 initrd->size = 0; in efi_load_initrd_dev_path()
574 if (initrd.size > 0 && in efi_load_initrd()
609 efi_err("Failed to load initrd: 0x%lx\n", status); in efi_load_initrd()
632 efi_set_event_at(events, 0, efi_table_attr(con_in, wait_for_key)); in efi_wait_for_key()
634 status = efi_bs_call(create_event, EFI_EVT_TIMER, 0, NULL, NULL, &timer); in efi_wait_for_key()
646 if (index == 0) in efi_wait_for_key()
692 efi_warn("Failed to retrieve memory attributes for image region: 0x%lx\n", in efi_remap_image()