Lines Matching refs:a_pkgInst
190 char *a_pkgInst, char *a_rootPath,
211 static boolean_t shall_we_continue(char *a_pkgInst, int a_npkgs);
2712 check_applicability(char *a_packageDir, char *a_pkgInst, in check_applicability() argument
2725 assert(a_pkgInst != (char *)NULL); in check_applicability()
2726 assert(*a_pkgInst != '\0'); in check_applicability()
2740 if (pkginfoIsPkgInstalled((struct pkginfo **)NULL, a_pkgInst) != in check_applicability()
2750 a_pkgInst); in check_applicability()
2752 progerr(ERR_CREATE_PATH_2, a_packageDir, a_pkgInst); in check_applicability()
2759 progerr(ERR_NO_PKGDIR, pkgpath, a_pkgInst, strerror(errno)); in check_applicability()
2777 progerr(ERR_NO_PKG_INFOFILE, a_pkgInst, pkginfoPath, in check_applicability()
2801 progerr(ERR_ALLZONES_AND_IN_LZ_PKGRM, a_pkgInst); in check_applicability()
2820 shall_we_continue(char *a_pkgInst, int a_npkgs) in shall_we_continue() argument
2828 ptext(stderr, MSG_SUSPEND_RM, a_pkgInst); in shall_we_continue()