Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_block_device.c383 if (efi_st_strcmp_16_8(system_info.info.volume_label, "U-BOOT TEST")) { in execute()
386 system_info.info.volume_label); in execute()
/openbmc/u-boot/include/
H A Dfat.h123 char volume_label[11]; /* Volume label */ member
H A Defi_api.h1402 u16 volume_label[0]; member
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dvvfat178 self.assertEqual(fat16.boot_sector.volume_label, "QEMU VVFAT")
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c604 ascii2unicode((u16 *)info->volume_label, in efi_file_getinfo()
/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py82 self.volume_label = data[43:54].decode("ascii").strip()
/openbmc/u-boot/fs/fat/
H A Dfat.c1067 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs()