Lines Matching defs:a_pkgInst

123  *		a_pkgInst - package instance (name) to lookup
135 pkginfoIsPkgInstalled(struct pkginfo **r_pinfo, char *a_pkgInst)
142 assert(a_pkgInst != (char *)NULL);
143 assert(*a_pkgInst != '\0');
158 r = pkginfo(pinf, a_pkgInst, NULL, NULL);
159 echoDebug(DBG_PKGOPS_PKGINFO_RETURNED, a_pkgInst, r);
232 * a_pkgInst - pointer to string representing the package instance
241 pkgIsPkgInGzOnly(char *a_rootPath, char *a_pkgInst)
263 in_gz_only = pkgIsPkgInGzOnlyFP(fp, a_pkgInst);
279 * a_pkgInst - pointer to string representing the package instance
287 pkgIsPkgInGzOnlyFP(FILE *a_fp, char *a_pkgInst)
294 assert(a_pkgInst != (char *)NULL);
295 assert(*a_pkgInst != '\0');
318 if (strcmp(a_pkgInst, line) == 0) {
319 echoDebug(DBG_PKGOPS_PKG_IS_GZONLY, a_pkgInst);
326 echoDebug(DBG_PKGOPS_PKG_NOT_GZONLY, a_pkgInst);
338 * a_pkgInst - pointer to string representing the package instance
347 pkgRemovePackageFromGzonlyList(char *a_rootPath, char *a_pkgInst)
363 assert(a_pkgInst != (char *)NULL);
364 assert(*a_pkgInst != '\0');
442 get_prog_name(), "remove", a_pkgInst, timeb);
461 if ((pkgremoved == B_FALSE) && (strcmp(a_pkgInst, line) == 0)) {
515 echoDebug(DBG_PKGOPS_REMOVED_GZPKG, a_pkgInst);
527 * a_pkgInst - pointer to string representing the package instance
536 pkgAddPackageToGzonlyList(char *a_pkgInst, char *a_rootPath)
552 assert(a_pkgInst != (char *)NULL);
553 assert(*a_pkgInst != '\0');
563 echoDebug(DBG_PKGOPS_ADDGZPKG, a_pkgInst, a_rootPath);
635 get_prog_name(), "add", a_pkgInst, timeb);
654 if ((pkgadded == B_FALSE) && (strcmp(a_pkgInst, line) <= 0)) {
655 if (strcmp(a_pkgInst, line) != 0) {
656 (void) fprintf(destFP, "%s\n", a_pkgInst);
667 (void) fprintf(destFP, "%s\n", a_pkgInst);
708 echoDebug(DBG_PKGOPS_ADDED_GZPKG, a_pkgInst);
902 * Arguments: a_pkgInst - name of package to add to list
907 pkgAddThisZonePackage(char *a_pkgInst)
911 assert(a_pkgInst != (char *)NULL);
912 assert(*a_pkgInst != '\0');
916 if (pkgPackageIsThisZone(a_pkgInst) == B_TRUE) {
940 thisZonePackages[numThisZonePackages] = strdup(a_pkgInst);
962 * Arguments: a_pkgInst - pointer to string representing package name to check
969 pkgPackageIsThisZone(char *a_pkgInst)
975 assert(a_pkgInst != (char *)NULL);
976 assert(*a_pkgInst != '\0');
983 if (strcmp(a_pkgInst, thisZonePackages[n]) == 0) {
984 echoDebug(DBG_PKGOPS_IS_THISZONE, a_pkgInst);
991 echoDebug(DBG_PKGOPS_IS_NOT_THISZONE, a_pkgInst);
1013 * a_pkgInst - [RO, *RO] - (char *)
1020 int r_pkgInstLen, char *a_rootPath, char *a_pkgInst)
1034 assert(a_pkgInst != (char *)NULL);
1035 assert(*a_pkgInst != '\0');
1051 echoDebug(DBG_PKGOPS_LOCHIGH_ARGS, pkgInstPath, a_pkgInst);
1060 pkgstrGetToken_r((char *)NULL, a_pkgInst, 0, ".",