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

/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c708 dbus_bool_t should_mount; member in struct:LibHalDrive_s
765 dbus_bool_t should_mount; member in struct:LibHalVolume_s
980 LIBHAL_PROP_EXTRACT_BOOL ("storage.policy.should_mount", drive->should_mount);
1175 LIBHAL_PROP_EXTRACT_BOOL ("volume.policy.should_mount", vol->should_mount);
1859 printf ("should_mount=%d, no_partitions_hint=%d\n", drive->should_mount, drive->no_partitions_hint);
1861 return drive->should_mount && drive->no_partitions_hint;
1993 return drive->should_mount
[all...]

Completed in 73 milliseconds