Searched refs:LIBHAL_PROP_EXTRACT_BOOL (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 882 #define LIBHAL_PROP_EXTRACT_BOOL(_property_, _where_) else if (strcmp (key, _property_) == 0 && typ… macro 951 LIBHAL_PROP_EXTRACT_BOOL ("storage.hotpluggable", drive->is_hotpluggable); in libhal_drive_from_udi() 952 LIBHAL_PROP_EXTRACT_BOOL ("storage.removable", drive->is_removable); in libhal_drive_from_udi() 953 LIBHAL_PROP_EXTRACT_BOOL ("storage.removable.media_available", drive->is_media_detected); in libhal_drive_from_udi() 955 LIBHAL_PROP_EXTRACT_BOOL ("storage.requires_eject", drive->requires_eject); in libhal_drive_from_udi() 980 LIBHAL_PROP_EXTRACT_BOOL ("storage.policy.should_mount", drive->should_mount); in libhal_drive_from_udi() 984 LIBHAL_PROP_EXTRACT_BOOL ("storage.no_partitions_hint", drive->no_partitions_hint); in libhal_drive_from_udi() 1130 LIBHAL_PROP_EXTRACT_BOOL ("volume.is_partition", vol->is_partition); in libhal_volume_from_udi() 1159 LIBHAL_PROP_EXTRACT_BOOL ("volume.is_mounted", vol->is_mounted); in libhal_volume_from_udi() 1160 LIBHAL_PROP_EXTRACT_BOOL ("volume.is_mounted_read_only", vol->is_mounted_read_only); in libhal_volume_from_udi() [all …]
|