Searched defs:special (Results 1 - 25 of 73) sorted by relevance

123

/illumos-gate/usr/src/cmd/fs.d/
H A Ddeffs.c40 * /etc/vfstab matches the specified special.
41 * If the first character of the "special" is a "/" (eg, "/dev/dsk/c0d1s2"),
47 default_fstype(char *special) argument
53 if (*special == '/') {
H A Dff.c49 char *special = NULL; /* device special name */ variable
64 "[-F FSType] [-V] [current_options] [-o specific_options] special ...",
66 "[-F FSType] [-V] [current_options] [-o specific_options] [special ...]",
68 "[-F FSType] [-V] [current_options] [-o specific_options] special ..."
123 "%s [-F FSType] [-V] [current_options] [-o specific_options] special ...\n",
224 special = newargv[newargc];
270 * This looks up the /etc/vfstab entry given the device 'special'.
274 * special, fstype
289 vref.vfs_special = special;
[all...]
H A Dswitchout.c58 char *special = NULL; /* device special name */ variable
79 "[-F FSType] [-V] special inumber ...",
84 "[-F FSType] [-V] [-m] [-o specific_options] special ",
89 "[-F FSType] [-V] special inumber ...",
94 "[-F FSType] [-V] [-o specific_options] special",
101 "-i [-F FSType] [-V] [-o special-options] [/mount/point | dev]",
106 "[-F FSType] [-V] [-o specific_options] special [operands]",
111 "[-F FSType] [-V] [-o specific_options] special [operands]",
228 special
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.c74 parse_replica(char *special, int *count) argument
85 root = special2 = strdup(special);
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A Dmount.c51 "Usage: mount [-Ormq] [-o options] special mountpoint\n");
56 * usage: mount [-Ormq] [-o options] special mountp
65 char *special; /* Entity being mounted */ local
118 special = argv[argc - 2];
127 if (mount(special, mountp, flags | MS_OPTIONSTR, MNTTYPE_BOOTFS, NULL,
130 perror(special);
135 special, mountp);
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c60 * usage: mount [-Ormq] [-o options] special mountp
69 char *special; /* Entity being mounted */ local
121 special = argv[argc - 2];
129 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
132 perror(special);
137 special, mountp);
145 "Usage: mount [-Ormq] [-o options] special mountpoint\n");
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c55 * usage: mount [-Ormq] [-o options] special mountp
64 char *special; /* Entity being mounted */ local
136 special = argv[argc - 2];
145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
148 perror(special);
154 special, mountp);
163 gettext("Usage: mount [-Ormq] [-o options] special mountpoint\n"));
/illumos-gate/usr/src/cmd/fs.d/fd/
H A Dmount.c65 char *special, *mountp; local
123 * special file and the directory.
129 special = argv[optind++];
139 do_mount(special, mountp, flags);
199 do_mount(char *special, char *mountp, int rflag) argument
208 if (mount(special, mountp, rflag | MS_OPTIONSTR,
210 rpterr(special, mountp);
215 special, mountp);
224 " special mount_point\n"), myname);
/illumos-gate/usr/src/cmd/fs.d/mntfs/
H A Dmount.c68 char *special, *mountp; local
123 * special file and the directory.
129 special = argv[optind++];
137 do_mount(special, mountp, flags);
190 do_mount(char *special, char *mountp, int rflag) argument
201 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0,
203 rpterr(special, mountp);
209 special, mountp);
217 "{special | mount_point}\n%s [-F %s] [-r] [-o specific_options]"
218 " special mount_poin
[all...]
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c55 * usage: mount [-Ormq] [-o options] special mountp
64 char *special; /* Entity being mounted */ local
136 special = argv[argc - 2];
145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
148 perror(special);
154 special, mountp);
163 gettext("Usage: mount [-Ormq] [-o options] special mountpoint\n"));
/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c68 char *special, *mountp; local
125 * special file and the directory.
131 special = argv[optind++];
137 do_mount(special, mountp, roflag ? MS_RDONLY : 0);
195 do_mount(char *special, char *mountp, int rflag) argument
209 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0,
211 rpterr(special, mountp);
216 special, mountp);
224 "{special | mount_point}\n%s [-F %s] [-r] [-o specific_options]"
225 " special mount_poin
[all...]
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c55 * usage: mount [-Ormq] [-o options] special mountp
64 char *special; /* Entity being mounted */ local
136 special = argv[argc - 2];
145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
148 perror(special);
154 special, mountp);
163 gettext("Usage: mount [-Ormq] [-o options] special mountpoint\n"));
/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c73 char *special; local
153 special = argv[optind++];
160 special, mountp, mflg, MNTTYPE_TMPFS);
174 again: if (mount(special, mountp, mflg, MNTTYPE_TMPFS, NULL, 0,
191 myname, mountp, special);
200 special, mountp);
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c63 char *special, *mountp; local
117 special = argv[optind++];
140 do_mount(special, mountp, flags);
201 do_mount(char *special, char *mountp, int flag) argument
210 if (mount(special, mountp, flag | MS_DATA | MS_OPTIONSTR,
212 rpterr(special, mountp);
217 special, mountp);
226 "[-o suboptions] {special | mount_point}\n"));
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c84 char *special = NULL; local
103 special = argv[0];
122 label(special, fsname, volume);
131 "ufs usage: labelit [-F ufs] [gen opts] special [fsname volume]\n"));
136 label(char *special, char *fsname, char *volume) argument
146 f = open64(special, O_RDONLY);
148 f = open64(special, O_RDWR);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c69 getvfsspec(FILE *fd, struct vfstab *vgetp, char *special) argument
77 if (special && stat64(special, &statb) == 0 &&
87 (special != NULL && (vgetp->vfs_special == NULL ||
88 strcmp(special, vgetp->vfs_special) != 0))) ||
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c56 static char *special; variable
78 " {special | mount_point}\n%s [-F %s] [-r] [-o specific_options]"
79 " special mount_point\n"), fstype, myname, fstype, myname, fstype);
96 if (mount(special, mountpt, flags, fstype, &mountargs,
105 "device\n"), typename, special);
111 typename, mountpt, special);
116 typename, special, mountpt);
120 "filesystem type.\n"), typename, special);
126 typename, special, mountpt);
130 "device\n"), typename, special);
[all...]
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c66 * Mount options that require special handling
82 char *special, *mountp; local
109 * Check for arguments requiring special handling. Ignore
165 special = argv[optind++];
224 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
226 rpterr(special, mountp);
232 special, mountp);
298 gettext("hsfs usage: mount [-F hsfs] %s {special | mount_point}\n"), opts);
300 gettext("hsfs usage: mount [-F hsfs] %s special mount_point\n"), opts);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c313 char *special = NULL; local
322 special = entry.mnt_special;
327 return (special);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c522 register int flag = ' ', special; local
525 special = (*cp=='[' && cp[1]==0);
536 special = (*cp==']' && cp[1]==0);
538 sfputr(outfile,special?cp:sh_fmtq(cp),flag);
539 special = 0;
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c55 char *special; member in struct:vfstab_list
135 if (strcmp(slice, listp->special) == 0) {
316 vfsp->special = strdup(vp->vfs_special);
317 if (vfsp->special == NULL) {
345 free((void *)listp->special);
H A Dinuse_mnt.c53 char *special; member in struct:mntpnt_list
107 if (libdiskmgt_str_eq(slice, listp->special)) {
136 events_new_slice_event(listp->special, DM_EV_TCHANGE);
148 events_new_slice_event(listp->special, DM_EV_TCHANGE);
170 free((void *)listp->special);
184 if (libdiskmgt_str_eq(elementp->special, listp->special) &&
255 currp->special = strdup(entry.mnt_special);
256 if (currp->special == NULL) {
317 currp->special
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c55 * special channel assigned for this protocol with the proper
439 static char special = 0; local
459 if (special) {
461 special = 0;
491 special = *ip++;
497 switch (special) {
525 special = 0;
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c158 openFS(char *special, int *inFD, int *outFD) argument
168 actualDisk = stat_actual_disk(special, &dinfo, &suffix);
176 "character special device.\n"), actualDisk);
205 gettext("pcfs Usage: fsck -F pcfs [-o v|p|w] special-file\n"));
279 confirmMountable(char *special, int fd) argument
284 printName = InputImage ? InputImage : special;
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c151 char *special, *name, *mountpoint = NULL; local
162 special = argv[argc - 1];
168 if (stat64(special, &st) >= 0) {
170 * If mounted directory, search mnttab for special
174 searchmnttab(&special, &mountpoint);
181 searchmnttab(&special, &mountpoint);
188 searchvfstab(&special);
190 if ((special = getfullrawname(special)) == NULL) {
195 if (*special
[all...]

Completed in 78 milliseconds

123