Home
last modified time | relevance | path

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

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