Home
last modified time | relevance | path

Searched refs:ucs2_strsize (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/firmware/efi/
A Dvars.c109 desclength = ucs2_strsize((efi_char16_t *)(buffer + 6), len - 6) + 2; in validate_load_option()
340 strsize1 = ucs2_strsize(variable_name, 1024); in variable_is_present()
342 strsize2 = ucs2_strsize(entry->var.VariableName, 1024); in variable_is_present()
672 status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); in efivar_entry_set()
709 size + ucs2_strsize(name, 1024)); in efivar_entry_set_nonblocking()
775 status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); in efivar_entry_set_safe()
814 strsize1 = ucs2_strsize(name, 1024); in efivar_entry_find()
815 strsize2 = ucs2_strsize(entry->var.VariableName, 1024); in efivar_entry_find()
980 status = check_var_size(attributes, *size + ucs2_strsize(name, 1024)); in efivar_entry_set_get_size()
/linux/lib/
A Ducs2_string.c29 ucs2_strsize(const ucs2_char_t *data, unsigned long maxlength) in ucs2_strsize() function
33 EXPORT_SYMBOL(ucs2_strsize);
/linux/include/linux/
A Ducs2_string.h12 unsigned long ucs2_strsize(const ucs2_char_t *data, unsigned long maxlength);
/linux/arch/x86/platform/efi/
A Defi_64.c573 return ucs2_strsize(name, EFI_VAR_NAME_LEN) + 1; in efi_name_size()
/linux/
A Dvmlinux.symvers11247 0x00000000 ucs2_strsize vmlinux EXPORT_SYMBOL
A DSystem.map17311 ffff8000104ced20 T ucs2_strsize
A D.tmp_System.map17311 ffff8000104ced20 T ucs2_strsize

Completed in 359 milliseconds