Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c458 char mount_options[1024]; local
539 if (strlen (fgets (mount_options, sizeof (mount_options), stdin)) > 0)
540 mount_options [strlen (mount_options) - 1] = '\0';
546 if (!g_utf8_validate (mount_options, -1, &end))
566 printf ("mount_options = '%s'\n", mount_options);
570 given_options = g_strsplit (mount_options, "\t", 0);
/titanic_50/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c720 char mount_options[MOUNT_OPTIONS_SIZE]; member
771 char mount_options[MOUNT_OPTIONS_SIZE]; member
1965 drive->mount_options[0] = '\0'; in libhal_drive_policy_get_mount_options()
1969 "/org/freedesktop/Hal/devices/computer", drive->mount_options, MOUNT_OPTIONS_SIZE, TRUE); in libhal_drive_policy_get_mount_options()
1971 drive->udi, drive->mount_options, MOUNT_OPTIONS_SIZE, TRUE); in libhal_drive_policy_get_mount_options()
1974 "/org/freedesktop/Hal/devices/computer", drive->mount_options, MOUNT_OPTIONS_SIZE, FALSE); in libhal_drive_policy_get_mount_options()
1976 drive->udi, drive->mount_options, MOUNT_OPTIONS_SIZE, FALSE); in libhal_drive_policy_get_mount_options()
1978 result = drive->mount_options; in libhal_drive_policy_get_mount_options()
2008 volume->mount_options[0] = '\0'; in libhal_volume_policy_get_mount_options()
2012 "/org/freedesktop/Hal/devices/computer", volume->mount_options, MOUNT_OPTIONS_SIZE, TRUE); in libhal_volume_policy_get_mount_options()
[all …]