Home
last modified time | relevance | path

Searched refs:mounted_vol_device_file (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c348 const char *mounted_vol_device_file; in bailout_if_in_fstab() local
350 mounted_vol_device_file = libhal_volume_get_device_file (mounted_vol); in bailout_if_in_fstab()
352 if (mounted_vol_device_file != NULL && in bailout_if_in_fstab()
353 strcmp (mounted_vol_device_file, device) !=0) { in bailout_if_in_fstab()
356 device, label, label, _mount_point, mounted_vol_device_file, _mount_point); in bailout_if_in_fstab()