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

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c35 #include <fstab.h>
153 *handle = fopen ("/etc/fstab", "r");
162 struct fstab *fstab; local
164 fstab = getfsent ();
167 if (mount_point != NULL && fstab != NULL) {
168 *mount_point = fstab->fs_file;
171 return fstab ? fstab->fs_spec : NULL;
H A Dhal-storage-unmount.c35 #include <fstab.h>
H A Dhal-storage-mount.c38 #include <fstab.h>
97 fprintf (stderr, "Device %s is listed in /etc/fstab. Refusing to mount.\n", device);
310 /* check if /etc/fstab mentions this device... (with symlinks etc) */
312 printf ("cannot open /etc/fstab\n");
313 unknown_error ("Cannot open /etc/fstab");
319 printf ("Looking at /etc/fstab entry '%s'\n", entry);
330 * /etc/fstab has
334 * in /etc/fstab as most Red Hat systems do? Bugger, this is a very common use
341 * To work around this, check if the listed entry in /etc/fstab is already mounted,
358 printf ("Wanting to mount %s that has label %s, but /etc/fstab say
[all...]
/osnet-11/usr/src/lib/brand/solaris/support/
H A Dsupport.c88 struct zone_fstab fstab; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlescp.t46 <p>Here is some <strong>bold</strong> text, some <em>italic</em> plus <em>/etc/fstab</em>
/osnet-11/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h809 #define M_FSALL "/etc/fstab"
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_kfreebsd.in170 && ! (cat /etc/fstab | awk '!/^[[:space:]]*#/ && $2=="/" { print $1; }' \
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h241 #define M_FSALL M_ETCDIR(fstab)
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2404 * specified in the fstab parameter. If more than one resource
10277 struct zone_fstab fstab; local
10287 while (zonecfg_getfsent(handle, &fstab) == Z_OK) {
10288 int len = strlen(fstab.zone_fs_dir) + 1;
10290 (void) strlcpy(list[i++], fstab.zone_fs_dir, len);

Completed in 66 milliseconds