Home
last modified time | relevance | path

Searched refs:volume_label (Results 1 – 8 of 8) 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/block/
H A Dvvfat.c197 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 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()