Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetvfsbyname.c60 getvfsbyname(const char *fsname, struct xvfsconf *vfcp) in getvfsbyname()
62 struct xvfsconf *xvfsp; in getvfsbyname()
75 cnt = buflen / sizeof(struct xvfsconf); in getvfsbyname()
79 memcpy(vfcp, xvfsp + i, sizeof(struct xvfsconf)); in getvfsbyname()
/freebsd/usr.bin/lsvfs/
H A Dlsvfs.c41 struct xvfsconf vfc, *xvfsp; in main()
68 cnt = buflen / sizeof(struct xvfsconf); in main()
/freebsd/sbin/nfsiod/
H A Dnfsiod.c60 struct xvfsconf vfc; in main()
/freebsd/bin/df/
H A Ddf.c638 struct xvfsconf *xvfsp, *keep_xvfsp; in makenetvfslist()
657 maxvfsconf = buflen / sizeof(struct xvfsconf); in makenetvfslist()
/freebsd/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c82 struct xvfsconf vfc; in main()
/freebsd/sys/sys/
H A Dmount.h654 struct xvfsconf { struct
1208 int getvfsbyname(const char *, struct xvfsconf *);
/freebsd/sbin/umount/
H A Dumount.c205 struct xvfsconf vfc; in umountall()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1574 struct xvfsconf vfc; in setup_current_filesystem()
/freebsd/usr.sbin/mountd/
H A Dmountd.c2399 struct xvfsconf vfc; in delete_export()
/freebsd/sys/kern/
H A Dvfs_subr.c4870 * Fill in a struct xvfsconf based on a struct vfsconf. in sysctl_vfs_conflist()
4875 struct xvfsconf xvfsp; in sysctl_vfs_conflist()
4942 "S,xvfsconf", "List of all configured filesystems"); in sysctl_ovfs_conf()