/src/sbin/mount/ |
mount.c | 115 const char *mountopts, *fstypename; local in function:main 254 mountopts = NULL; 284 mountopts = fs->fs_mntops; 290 mntonname, init_flags, options, mountopts, 0, NULL, 0);
|
mount.c | 115 const char *mountopts, *fstypename; local in function:main 254 mountopts = NULL; 284 mountopts = fs->fs_mntops; 290 mntonname, init_flags, options, mountopts, 0, NULL, 0);
|
/src/sys/fs/nfs/common/ |
bootp_subr.c | 264 static void mountopts(struct nfs_args *args, char *p); 1197 mountopts(struct nfs_args *args, char *p) function in typeref:typename:void 1532 mountopts(&nd->root_args, p); 1741 mountopts(&nd->root_args, NULL);
|
bootp_subr.c | 264 static void mountopts(struct nfs_args *args, char *p); 1197 mountopts(struct nfs_args *args, char *p) function in typeref:typename:void 1532 mountopts(&nd->root_args, p); 1741 mountopts(&nd->root_args, NULL);
|