HomeSort by: relevance | last modified time | path
    Searched refs:mountopts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/mount/
mount_svr4.c 62 (data), (datasize), mountopts, sizeof(mountopts))
77 char mountopts[MAX_MNTOPT_STR]; local
83 xstrlcpy(mountopts, optstr, MAX_MNTOPT_STR);
  /src/sbin/mount/
mount.c 115 const char *mountopts, *fstypename; local
257 mountopts = NULL;
287 mountopts = fs->fs_mntops;
293 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
1532 mountopts(&nd->root_args, p);
1741 mountopts(&nd->root_args, NULL);

Completed in 26 milliseconds