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

/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c440 char *partition_scheme = NULL; local
560 partition_scheme = "mbr";
566 partition_scheme = "smi";
575 partition_scheme = "gpt";
587 if (partition_scheme != NULL) {
588 libhal_device_set_property_string (ctx, udi, "volume.partition.scheme", partition_scheme, &error);
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c714 char *partition_scheme; member in struct:LibHalDrive_s
742 char *partition_scheme; member in struct:LibHalVolume_s
815 libhal_free_string (drive->partition_scheme);
843 libhal_free_string (vol->partition_scheme);
957 LIBHAL_PROP_EXTRACT_STRING ("storage.partitioning_scheme", drive->partition_scheme);
1132 LIBHAL_PROP_EXTRACT_STRING ("volume.partition.scheme", vol->partition_scheme);
1454 return drive->partition_scheme;
1605 return volume->partition_scheme;

Completed in 63 milliseconds