Home
last modified time | relevance | path

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; in handle_unmount() local
347 mount_point_to_unmount = NULL; in handle_unmount()
391 mount_point_to_unmount = g_strdup (line_elements[5]); in handle_unmount()
413 if (mount_point_to_unmount == NULL) { in handle_unmount()
461 device, mount_point_to_unmount, mounted_by_other_uid); in handle_unmount()
498 mount_point_to_unmount, device, NULL); in handle_unmount()
505 if (strncmp (mount_point_to_unmount, "/media/", 7) == 0) in handle_unmount()
507 if (g_rmdir (mount_point_to_unmount) != 0) { in handle_unmount()
522 …syslog (LOG_INFO, "unmounted %s from '%s' on behalf of uid %s", device, mount_point_to_unmount, in… in handle_unmount()
527 g_free (mount_point_to_unmount); in handle_unmount()