Searched refs:mountopts (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/conf/mount/
H A Dmount_svr4.c62 (data), (datasize), mountopts, sizeof(mountopts))
77 char mountopts[MAX_MNTOPT_STR]; local
83 xstrlcpy(mountopts, optstr, MAX_MNTOPT_STR);
/netbsd-current/sbin/mount/
H A Dmount.c115 const char *mountopts, *fstypename; local
248 mountopts = NULL;
278 mountopts = fs->fs_mntops;
284 mntonname, init_flags, options, mountopts, 0, NULL, 0);
/netbsd-current/sys/fs/nfs/common/
H A Dbootp_subr.c264 static void mountopts(struct nfs_args *args, char *p);
1197 mountopts(struct nfs_args *args, char *p) function
1532 mountopts(&nd->root_args, p);
1741 mountopts(&nd->root_args, NULL);

Completed in 101 milliseconds