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

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c282 char *mount_point_to_unmount; local
347 mount_point_to_unmount = NULL;
391 mount_point_to_unmount = g_strdup (line_elements[5]);
413 if (mount_point_to_unmount == NULL) {
461 device, mount_point_to_unmount, mounted_by_other_uid);
498 mount_point_to_unmount, device, NULL);
505 if (strncmp (mount_point_to_unmount, "/media/", 7) == 0)
507 if (g_rmdir (mount_point_to_unmount) != 0) {
522 syslog (LOG_INFO, "unmounted %s from '%s' on behalf of uid %s", device, mount_point_to_unmount, invoked_by_uid);
527 g_free (mount_point_to_unmount);
[all...]

Completed in 74 milliseconds