Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/common/
H A Dinstall.c45 extern int pkgfs_init(const char *, struct fs_ops *);
245 error = pkgfs_init(buf, proto); in install()
/titanic_54/usr/src/boot/lib/libstand/
H A Dpkgfs.c161 pkgfs_init(const char *pkgname, struct fs_ops *proto) in pkgfs_init() function