Searched refs:mountopts (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/conf/mount/ |
| H A D | mount_svr4.c | 62 (data), (datasize), mountopts, sizeof(mountopts)) 77 char mountopts[MAX_MNTOPT_STR]; in mount_svr4() local 83 xstrlcpy(mountopts, optstr, MAX_MNTOPT_STR); in mount_svr4()
|
| /netbsd-src/sbin/mount/ |
| H A D | mount.c | 115 const char *mountopts, *fstypename; in main() local 248 mountopts = NULL; in main() 278 mountopts = fs->fs_mntops; in main() 284 mntonname, init_flags, options, mountopts, 0, NULL, 0); in main()
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | bootp_subr.c | 264 static void mountopts(struct nfs_args *args, char *p); 1197 mountopts(struct nfs_args *args, char *p) in mountopts() function 1532 mountopts(&nd->root_args, p); in bootpc_decode_reply() 1741 mountopts(&nd->root_args, NULL); in bootpc_init()
|