Searched defs:a_pkgInst (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c123 * a_pkgInst - package instance (name) to lookup
135 pkginfoIsPkgInstalled(struct pkginfo **r_pinfo, char *a_pkgInst) argument
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) argument
263 in_gz_only = pkgIsPkgInGzOnlyFP(fp, a_pkgInst);
279 * a_pkgInst
287 pkgIsPkgInGzOnlyFP(FILE *a_fp, char *a_pkgInst) argument
347 pkgRemovePackageFromGzonlyList(char *a_rootPath, char *a_pkgInst) argument
536 pkgAddPackageToGzonlyList(char *a_pkgInst, char *a_rootPath) argument
907 pkgAddThisZonePackage(char *a_pkgInst) argument
969 pkgPackageIsThisZone(char *a_pkgInst) argument
1019 pkgLocateHighestInst(char *r_path, int r_pathLen, char *r_pkgInst, int r_pkgInstLen, char *a_rootPath, char *a_pkgInst) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c190 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, argument
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, pkginfoPat
2820 shall_we_continue(char *a_pkgInst, int a_npkgs) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c254 char *a_pkgInst, char *a_rootPath,
2529 * a_pkgInst - [RO, *RO] - (char *)
2548 check_applicability(char *a_packageDir, char *a_pkgInst, char *a_rootPath, argument
2571 assert(a_pkgInst != (char *)NULL);
2572 assert(*a_pkgInst != '\0');
2583 echoDebug(DBG_CHECKAPP_ARGS, a_pkgInst, a_packageDir, a_rootPath);
2592 a_pkgInst);
2594 progerr(ERR_CREATE_PATH_2, a_packageDir, a_pkgInst);
2601 progerr(ERR_NO_PKGDIR, pkgpath, a_pkgInst, strerror(errno));
2617 instPkg, sizeof (instPkg), a_rootPath, a_pkgInst);
[all...]

Completed in 88 milliseconds