Lines Matching defs: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,
2725 assert(a_pkgInst != (char *)NULL);
2726 assert(*a_pkgInst != '\0');
2740 if (pkginfoIsPkgInstalled((struct pkginfo **)NULL, a_pkgInst) !=
2750 a_pkgInst);
2752 progerr(ERR_CREATE_PATH_2, a_packageDir, a_pkgInst);
2759 progerr(ERR_NO_PKGDIR, pkgpath, a_pkgInst, strerror(errno));
2777 progerr(ERR_NO_PKG_INFOFILE, a_pkgInst, pkginfoPath,
2801 progerr(ERR_ALLZONES_AND_IN_LZ_PKGRM, a_pkgInst);
2820 shall_we_continue(char *a_pkgInst, int a_npkgs)
2828 ptext(stderr, MSG_SUSPEND_RM, a_pkgInst);