Searched defs:volume_label (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c127 } __attribute__ ((packed)) volume_label; member in union:grub_fat_dir_entry::__anon391
1055 chc = dir.type_specific.volume_label.character_count;
1056 if (chc > ARRAY_SIZE (dir.type_specific.volume_label.str))
1057 chc = ARRAY_SIZE (dir.type_specific.volume_label.str);
1059 dir.type_specific.volume_label.str, chc) = '\0';
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c355 const char *volume_label; local
364 volume_label = libhal_volume_get_label (volume);
378 if (volume_label != NULL) {
379 name = strdup (volume_label);
729 char *volume_label; /* may be NULL, is never "" */ member in struct:LibHalVolume_s
833 libhal_free_string (vol->volume_label);
1155 LIBHAL_PROP_EXTRACT_STRING ("volume.label", vol->volume_label);
1648 return volume->volume_label;

Completed in 29 milliseconds