Home
last modified time | relevance | path

Searched refs:xvfsconf (Results 1 – 10 of 10) sorted by relevance

/NextBSD/lib/libc/gen/
HDgetvfsbyname.c48 getvfsbyname(const char *fsname, struct xvfsconf *vfcp) in getvfsbyname()
50 struct xvfsconf *xvfsp; in getvfsbyname()
63 cnt = buflen / sizeof(struct xvfsconf); in getvfsbyname()
66 memcpy(vfcp, xvfsp + i, sizeof(struct xvfsconf)); in getvfsbyname()
/NextBSD/usr.bin/lsvfs/
HDlsvfs.c45 struct xvfsconf vfc, *xvfsp; in main()
70 cnt = buflen / sizeof(struct xvfsconf); in main()
/NextBSD/sbin/nfsiod/
HDnfsiod.c72 struct xvfsconf vfc; in main()
/NextBSD/bin/df/
HDdf.c601 struct xvfsconf *xvfsp, *keep_xvfsp; in makenetvfslist()
620 maxvfsconf = buflen / sizeof(struct xvfsconf); in makenetvfslist()
/NextBSD/contrib/smbfs/mount_smbfs/
HDmount_smbfs.c82 struct xvfsconf vfc; in main()
/NextBSD/sys/sys/
HDmount.h483 struct xvfsconf { struct
944 int getvfsbyname(const char *, struct xvfsconf *);
/NextBSD/sbin/umount/
HDumount.c181 struct xvfsconf vfc; in umountall()
/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_disk_posix.c1478 struct xvfsconf vfc; in setup_current_filesystem()
/NextBSD/usr.sbin/mountd/
HDmountd.c1718 struct xvfsconf vfc; in get_exportlist()
/NextBSD/sys/kern/
HDvfs_subr.c3568 struct xvfsconf xvfsp; in vfsconf2x()