Searched refs:fsw_efi_strsize (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.h121 UINTN fsw_efi_strsize(struct fsw_string *s);
H A Dfsw_efi_lib.c132 UINTN fsw_efi_strsize(struct fsw_string *s) function
H A Dfsw_efi.c953 RequiredSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + fsw_efi_strsize(&Volume->vol->label);
984 RequiredSize = SIZE_OF_EFI_FILE_SYSTEM_VOLUME_LABEL_INFO + fsw_efi_strsize(&Volume->vol->label);
1058 RequiredSize = SIZE_OF_EFI_FILE_INFO + fsw_efi_strsize(&dno->name);

Completed in 46 milliseconds