Lines Matching defs:LIBHAL_PROP_EXTRACT_STRING

881 #define LIBHAL_PROP_EXTRACT_STRING(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_STRING) _where_ = (libhal_psi_get_string (&it) != NULL && strlen (libhal_psi_get_string (&it)) > 0) ? strdup (libhal_psi_get_string (&it)) : NULL
941 LIBHAL_PROP_EXTRACT_STRING ("block.device", drive->device_file);
942 LIBHAL_PROP_EXTRACT_STRING ("storage.bus", bus_textual);
943 LIBHAL_PROP_EXTRACT_STRING ("storage.vendor", drive->vendor);
944 LIBHAL_PROP_EXTRACT_STRING ("storage.model", drive->model);
945 LIBHAL_PROP_EXTRACT_STRING ("storage.drive_type", drive->type_textual);
948 LIBHAL_PROP_EXTRACT_STRING ("storage.icon.drive", drive->dedicated_icon_drive);
949 LIBHAL_PROP_EXTRACT_STRING ("storage.icon.volume", drive->dedicated_icon_volume);
957 LIBHAL_PROP_EXTRACT_STRING ("storage.partitioning_scheme", drive->partition_scheme);
959 LIBHAL_PROP_EXTRACT_STRING ("storage.physical_device", drive->physical_device);
960 LIBHAL_PROP_EXTRACT_STRING ("storage.firmware_version", drive->firmware_version);
961 LIBHAL_PROP_EXTRACT_STRING ("storage.serial", drive->serial);
981 LIBHAL_PROP_EXTRACT_STRING ("storage.policy.desired_mount_point", drive->desired_mount_point);
982 LIBHAL_PROP_EXTRACT_STRING ("storage.policy.mount_filesystem", drive->mount_filesystem);
1132 LIBHAL_PROP_EXTRACT_STRING ("volume.partition.scheme", vol->partition_scheme);
1133 LIBHAL_PROP_EXTRACT_STRING ("volume.partition.type", vol->partition_type);
1134 LIBHAL_PROP_EXTRACT_STRING ("volume.partition.label", vol->partition_label);
1135 LIBHAL_PROP_EXTRACT_STRING ("volume.partition.uuid", vol->partition_uuid);
1146 LIBHAL_PROP_EXTRACT_STRING ("block.device", vol->device_file);
1148 LIBHAL_PROP_EXTRACT_STRING ("block.storage_device", vol->storage_device);
1150 LIBHAL_PROP_EXTRACT_STRING ("volume.crypto_luks.clear.backing_volume", vol->crypto_backing_volume);
1155 LIBHAL_PROP_EXTRACT_STRING ("volume.label", vol->volume_label);
1156 LIBHAL_PROP_EXTRACT_STRING ("volume.mount_point", vol->mount_point);
1157 LIBHAL_PROP_EXTRACT_STRING ("volume.fstype", vol->fstype);
1158 LIBHAL_PROP_EXTRACT_STRING ("volume.fsversion", vol->fsversion);
1161 LIBHAL_PROP_EXTRACT_STRING ("volume.fsusage", vol_fsusage_textual);
1162 LIBHAL_PROP_EXTRACT_STRING ("volume.uuid", vol->uuid);
1167 LIBHAL_PROP_EXTRACT_STRING ("volume.disc.type", disc_type_textual);
1176 LIBHAL_PROP_EXTRACT_STRING ("volume.policy.desired_mount_point", vol->desired_mount_point);
1177 LIBHAL_PROP_EXTRACT_STRING ("volume.policy.mount_filesystem", vol->mount_filesystem);