Home
last modified time | relevance | path

Searched refs:pkgfs_init (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/common/
H A Dinstall.c41 extern int pkgfs_init(const char *, struct fs_ops *);
298 error = pkgfs_init(buf, proto); in install()
/freebsd/stand/libsa/
H A Dpkgfs.c160 pkgfs_init(const char *pkgname, struct fs_ops *proto) in pkgfs_init() function