Searched refs:do_mount (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/fd/ |
H A D | mount.c | 60 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 D | mount.c | 50 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 D | mount.c | 51 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 D | mount.c | 56 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 D | mount.c | 85 do_mount(void) in do_mount() function 357 if (do_mount()) in main()
|
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | lpadmin.h | 117 do_mount(),
|
H A D | Makefile | 40 do_mount.c \
|
H A D | do_mount.c | 64 void do_mount (printer, form, pwheel) in do_mount() function
|
H A D | do_printer.c | 189 do_mount(p, (f? f : (char *)0), (S? *S : (char *)0)); in do_printer()
|