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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_bpb.h141 uchar_t volume_label[11]; member in struct:_bpb_extensions
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_pcfs.h139 uchar_t volume_label[11]; member in struct:_bpb_extensions
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c96 char volume_label[PC_LABEL_SIZE + 1]; member in struct:fstyp_pcfs
334 (void) memcpy(h->volume_label, PC_LABEL_ADDR(h), PC_LABEL_SIZE);
335 h->volume_label[PC_LABEL_SIZE] = '\0';
474 (void) memcpy(h->volume_label, d->pcd_filename,
476 h->volume_label[PC_LABEL_SIZE] = '\0';
525 (void) fprintf(fout, "Volume Label: %s\n", h->volume_label);
597 ADD_STRING(h, "volume_label", h->volume_label);
613 ADD_STRING(h, "gen_volume_label", h->volume_label);
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c313 const char *volume_label = NULL; local
330 ((volume_label = libhal_volume_get_label(v)) != NULL) &&
331 (strlen(volume_label) > 0)) {
332 (void) printf("%s%s", comma ? "," : "", volume_label);
1072 char *volume_label; local
1110 if ((volume_label = (char *)libhal_device_get_property_string(hal_ctx,
1112 if ((len = strlen(volume_label)) > 0) {
1114 volume_label, len);
1120 libhal_free_string(volume_label);
/illumos-gate/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 67 milliseconds