Searched refs:a_packageName (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | depchk.c | 55 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 D | pkgops.c | 1139 * 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);
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 410 extern boolean_t pkgTestInstalled(char *a_packageName, char *a_rootPath);
|
Completed in 50 milliseconds