Lines Matching refs:mount
2 * CVSID: $Id: hal-storage-mount.c,v 1.7 2006/06/21 00:44:03 david Exp $
4 * hal-storage-mount.c : Mount wrapper
38 #include <sys/mount.h>
254 fprintf (stderr, "Device has %s volume.ignore set to TRUE. Refusing to mount.\n", device);
497 "solaris.device.mount.removable",
604 "solaris.device.mount.removable", NULL, device, NULL);
681 if (strcmp (privilege, "hal-storage-removable-mount") == 0) {
682 authname = g_strdup ("solaris.device.mount.removable");
683 } else if (strcmp (privilege, "hal-storage-removable-mount-all-options") == 0) {
684 authname = g_strdup ("solaris.device.mount.alloptions.removable");
685 } else if (strcmp (privilege, "hal-storage-fixed-mount") == 0) {
686 authname = g_strdup ("solaris.device.mount.fixed");
687 } else if (strcmp (privilege, "hal-storage-fixed-mount-all-options") == 0) {
688 authname = g_strdup ("solaris.device.mount.alloptions.fixed");