Searched refs:volume_label (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 383 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 D | fat.h | 123 char volume_label[11]; /* Volume label */ member
|
H A D | efi_api.h | 1402 u16 volume_label[0]; member
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 197 uint8_t volume_label[11]; member 213 uint8_t volume_label[11]; member 307 char volume_label[11]; member 930 memcpy(entry->name, s->volume_label, sizeof(entry->name)); in init_directories() 1041 memcpy(bootsector->u.fat16.volume_label, s->volume_label, in init_directories() 1042 sizeof(bootsector->u.fat16.volume_label)); in init_directories() 1169 memset(s->volume_label, ' ', sizeof(s->volume_label)); in vvfat_open() 1178 memcpy(s->volume_label, label, label_length); in vvfat_open() 1180 memcpy(s->volume_label, "QEMU VVFAT", 10); in vvfat_open() 2477 assert(!memcmp(first_direntry->name, s->volume_label, 11)); in commit_direntries()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | vvfat | 178 self.assertEqual(fat16.boot_sector.volume_label, "QEMU VVFAT")
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_file.c | 604 ascii2unicode((u16 *)info->volume_label, in efi_file_getinfo()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | fat16.py | 82 self.volume_label = data[43:54].decode("ascii").strip()
|
/openbmc/u-boot/fs/fat/ |
H A D | fat.c | 1067 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs()
|