Home
last modified time | relevance | path

Searched refs:pkgIsPkgInGzOnly (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/svr4pkg/pkgrm/
H A Dcheck.c233 if (pkgIsPkgInGzOnly(get_inst_root(), pkginst) == B_TRUE) { in preremove_verify()
H A Dmain.c1928 if (pkgIsPkgInGzOnly(get_inst_root(), pkginst) == B_TRUE) { in remove_packages_in_global_with_zones()
2112 in_gz_only = pkgIsPkgInGzOnly(get_inst_root(), pkginst); in remove_packages_in_global_with_zones()
/titanic_44/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h398 extern boolean_t pkgIsPkgInGzOnly(char *a_rootPath, char *a_pkgInst);
/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c241 pkgIsPkgInGzOnly(char *a_rootPath, char *a_pkgInst) in pkgIsPkgInGzOnly() function
/titanic_44/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c1071 (pkgIsPkgInGzOnly(get_inst_root(), pkginst) == B_TRUE)) { in main()
/titanic_44/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c2717 in_gz_only = pkgIsPkgInGzOnly(a_rootPath, a_pkgInst); in check_applicability()