Home
last modified time | relevance | path

Searched refs:do_mount (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/fd/
H A Dmount.c60 static void do_mount(char *, char *, int);
139 do_mount(special, mountp, flags); in main()
199 do_mount(char *special, char *mountp, int rflag) in do_mount() function
/titanic_41/usr/src/cmd/fs.d/mntfs/
H A Dmount.c50 static void do_mount(char *, char *, int);
137 do_mount(special, mountp, flags); in main()
190 do_mount(char *special, char *mountp, int rflag) in do_mount() function
/titanic_41/usr/src/cmd/fs.d/proc/
H A Dmount.c51 static void do_mount(char *, char *, int);
137 do_mount(special, mountp, roflag ? MS_RDONLY : 0); in main()
195 do_mount(char *special, char *mountp, int rflag) in do_mount() function
/titanic_41/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c56 static void do_mount(char *, char *, int);
140 do_mount(special, mountp, flags); in main()
201 do_mount(char *special, char *mountp, int flag) in do_mount() function
/titanic_41/usr/src/cmd/fs.d/dev/
H A Dmount.c85 do_mount(void) in do_mount() function
357 if (do_mount()) in main()
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.h117 do_mount(),
H A DMakefile40 do_mount.c \
H A Ddo_mount.c64 void do_mount (printer, form, pwheel) in do_mount() function
H A Ddo_printer.c189 do_mount(p, (f? f : (char *)0), (S? *S : (char *)0)); in do_printer()