Searched defs:a_packageName (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddepchk.c55 collectError(int *r_numZones, char **r_zoneNames, char *a_packageName,
295 collectError(int *r_numZones, char **r_zoneNames, char *a_packageName, argument
306 "package", a_packageName,
313 "package", a_packageName,
320 a_packageName);
321 echoDebug(DBG_DEPCHK_COLLECT_ERROR, err, a_packageName,
327 echoDebug(DBG_DEPCHK_COLLECT_IGNORE, a_packageName,
H A Dpkgops.c1139 * Arguments: a_packageName - name of package to test
1146 pkgTestInstalled(char *a_packageName, char *a_rootPath) argument
1153 assert(a_packageName != (char *)NULL);
1154 assert(*a_packageName != '\0');
1160 echoDebug(DBG_PKG_TEST_EXISTENCE, a_packageName, a_rootPath);
1167 "%s -q %s", PKGINFO_CMD, a_packageName);
1176 echoDebug(DBG_PKG_INSTALLED, a_packageName, a_rootPath);
1182 echoDebug(DBG_PKG_NOT_INSTALLED, a_packageName, a_rootPath);

Completed in 63 milliseconds