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

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-cleanup-mountpoint.c49 do_cleanup (const char *mount_point) argument
107 printf (" mount_point = '%s'\n", line_elements[5]);
110 if (strcmp (line_elements[5], mount_point) == 0) {
132 printf ("Found entry for mount point '%s' in /media/.hal-mtab", mount_point);
158 if (g_rmdir (mount_point) != 0) {
174 char *mount_point; local
180 mount_point = getenv ("HALD_CLEANUP");
181 if (mount_point == NULL)
185 printf ("in hal-storage-cleanup-mountpoint for mount point '%s'\n", mount_point);
187 do_cleanup (mount_point);
[all...]
H A Dhal-storage-shared.h42 char *mtab_next (gpointer handle, char **mount_point);
46 char *fstab_next (gpointer handle, char **mount_point);
76 const char *auth_used, const char *mount_point, const char *device, const char *options);
H A Dhal-storage-shared.c95 mtab_next (gpointer handle, char **mount_point) argument
104 #error TODO: set *mount_point to g_strdup()-ed value if mount_point!=NULL
109 if (mount_point != NULL) {
110 *mount_point = g_strdup (mnt.mnt_mountp);
122 if (mount_point != NULL) {
123 *mount_point = g_strdup (mnt->mnt_dir);
159 fstab_next (gpointer handle, char **mount_point) argument
166 /* TODO: fill out mount_point */
167 if (mount_point !
702 audit_volume(const adt_export_data_t *imported_state, au_event_t event_id, int result, const char *auth_used, const char *mount_point, const char *device, const char *options) argument
[all...]
H A Dhal-storage-cleanup-all-mountpoints.c98 char *mount_point; local
106 printf (" mount_point = '%s'\n", line_elements[5]);
112 mount_point = line_elements[5];
115 if (g_rmdir (mount_point) == 0) {
118 printf ("Removed mount_point '%s'", mount_point);
H A Dhal-storage-mount.c126 invalid_mount_point (const char *mount_point) argument
129 fprintf (stderr, "The mount point '%s' is invalid\n", mount_point);
134 mount_point_not_available (const char *mount_point) argument
137 fprintf (stderr, "The mount point '%s' is already occupied\n", mount_point);
349 mounted_vol = volume_findby (hal_ctx, "volume.mount_point", _mount_point);
395 device_is_mounted (const char *device, char **mount_point) argument
408 while (((entry = mtab_next (handle, mount_point)) != NULL) && (ret == FALSE)) {
459 char mount_point[256]; local
542 if (strlen (fgets (mount_point, sizeof (mount_point), stdi
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Diopattern12 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
18 # -m mount_point # this FS only (will skip raw events)
89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
95 -m mount_point # this FS only
H A Diopending13 # [-m mount_point] [interval [count]]
18 # -m mount_point # this FS only (will skip raw events)
78 [-m mount_point] [interval [count]]
83 -m mount_point # this FS only
H A Diotop11 # [-m mount_point] [-t top] [interval [count]]
23 # -m mount_point # this FS only (will skip raw events)
120 [-m mount_point] [-t top] [interval [count]]
130 -m mount_point # this FS only
H A Diosnoop12 # [-m mount_point] [-n name] [-p PID]
29 # -m mount_point # this FS only (will skip raw events)
131 [-m mount_point] [-n name] [-p PID]
146 -m mount_point # this FS only
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Diopattern12 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
18 # -m mount_point # this FS only (will skip raw events)
89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
95 -m mount_point # this FS only
H A Diotop11 # [-m mount_point] [-t top] [interval [count]]
23 # -m mount_point # this FS only (will skip raw events)
120 [-m mount_point] [-t top] [interval [count]]
130 -m mount_point # this FS only
H A Diosnoop12 # [-m mount_point] [-n name] [-p PID]
29 # -m mount_point # this FS only (will skip raw events)
131 [-m mount_point] [-n name] [-p PID]
146 -m mount_point # this FS only
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Disk/
H A Diopending13 # [-m mount_point] [interval [count]]
18 # -m mount_point # this FS only (will skip raw events)
78 [-m mount_point] [interval [count]]
83 -m mount_point # this FS only
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1096 hal_device_property_set_string (d, "volume.mount_point", "");
1510 char *mount_point = (char *) data1; local
1512 HAL_INFO (("Cleaned up mount point '%s'", mount_point));
1513 g_free (mount_point);
1527 char *mount_point; local
1573 hal_device_property_set_string (d, "volume.mount_point", m.mnt_mountp);
1585 mount_point = g_strdup (hal_device_property_get_string (d, "volume.mount_point"));
1586 if (mount_point == NULL || strlen (mount_point)
1656 const char *mount_point; local
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dutil.h107 gboolean hal_util_is_mounted_by_hald (const char *mount_point);
H A Dutil.c997 hal_util_is_mounted_by_hald (const char *mount_point) argument
1011 /*HAL_DEBUG (("examining /media/.hal-mtab for %s", mount_point));*/
1061 HAL_DEBUG ((" mount_point = '%s'", line_elements[5]));
1062 HAL_DEBUG ((" (comparing against '%s')", mount_point));
1065 if (strcmp (line_elements[5], mount_point) == 0) {
1067 /*HAL_INFO (("device at '%s' is indeed mounted by HAL's Mount()", mount_point));*/
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c612 const char *mount_point; local
644 mount_point = libhal_volume_get_mount_point (volume);
648 if (mount_point == NULL)
649 mount_point = target_mount_point;
656 if (mount_point != NULL) {
658 if (strcmp (mount_point, fhs23_toplevel_mount_points[i]) == 0)
732 char *mount_point; /* NULL iff !is_mounted */ member in struct:LibHalVolume_s
835 libhal_free_string (vol->mount_point);
1156 LIBHAL_PROP_EXTRACT_STRING ("volume.mount_point", vol->mount_point);
[all...]

Completed in 73 milliseconds