Searched defs:mount_options (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/hal/tools/ |
H A D | hal-storage-mount.c | 461 char mount_options[1024]; local 546 if (strlen (fgets (mount_options, sizeof (mount_options), stdin)) > 0) 547 mount_options [strlen (mount_options) - 1] = '\0'; 553 if (!g_utf8_validate (mount_options, -1, &end)) 554 unknown_error ("Error validating mount_options as UTF-8"); 573 printf ("mount_options = '%s'\n", mount_options); 577 given_options = g_strsplit (mount_options, "\ [all...] |
/osnet-11/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 720 char mount_options[MOUNT_OPTIONS_SIZE]; member in struct:LibHalDrive_s 771 char mount_options[MOUNT_OPTIONS_SIZE]; member in struct:LibHalVolume_s 1965 drive->mount_options[0] = '\0'; 1969 "/org/freedesktop/Hal/devices/computer", drive->mount_options, MOUNT_OPTIONS_SIZE, TRUE); 1971 drive->udi, drive->mount_options, MOUNT_OPTIONS_SIZE, TRUE); 1974 "/org/freedesktop/Hal/devices/computer", drive->mount_options, MOUNT_OPTIONS_SIZE, FALSE); 1976 drive->udi, drive->mount_options, MOUNT_OPTIONS_SIZE, FALSE); 1978 result = drive->mount_options; 2008 volume->mount_options[0] = '\0'; 2012 "/org/freedesktop/Hal/devices/computer", volume->mount_options, MOUNT_OPTIONS_SIZ [all...] |
Completed in 20 milliseconds