Searched refs:mounted_by_other_uid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c283 gboolean mounted_by_other_uid; local
348 mounted_by_other_uid = TRUE;
379 mounted_by_other_uid = FALSE;
388 mounted_by_other_uid = FALSE;
418 * if mounted_by_other_uid==TRUE
422 if ((strcmp (invoked_by_uid, "0") != 0) && mounted_by_other_uid) {
460 printf ("will umount %s (mounted at '%s'), mounted_by_other_uid=%d\n",
461 device, mount_point_to_unmount, mounted_by_other_uid);

Completed in 300 milliseconds