Home
last modified time | relevance | path

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

/trueos/lib/libc/gen/
HDgetvfsbyname.c50 struct xvfsconf *vfcp;
52 struct xvfsconf *xvfsp;
65 cnt = buflen / sizeof(struct xvfsconf);
68 memcpy(vfcp, xvfsp + i, sizeof(struct xvfsconf));
/trueos/usr.bin/lsvfs/
HDlsvfs.c45 struct xvfsconf vfc, *xvfsp; in main()
70 cnt = buflen / sizeof(struct xvfsconf); in main()
/trueos/sbin/nfsiod/
HDnfsiod.c72 struct xvfsconf vfc; in main()
/trueos/contrib/smbfs/mount_smbfs/
HDmount_smbfs.c82 struct xvfsconf vfc; in main()
/trueos/sys/sys/
HDmount.h483 struct xvfsconf { struct
947 int getvfsbyname(const char *, struct xvfsconf *);
/trueos/sbin/umount/
HDumount.c181 struct xvfsconf vfc; in umountall()
/trueos/contrib/libarchive/libarchive/
HDarchive_read_disk_posix.c1478 struct xvfsconf vfc; in setup_current_filesystem()
/trueos/usr.sbin/mountd/
HDmountd.c1663 struct xvfsconf vfc; in get_exportlist()
/trueos/sys/kern/
HDvfs_subr.c3231 struct xvfsconf xvfsp; in vfsconf2x()