Home
last modified time | relevance | path

Searched refs:a_packageName (Results 1 – 3 of 3) 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, in collectError() argument
306 "package", a_packageName, in collectError()
313 "package", a_packageName, in collectError()
320 a_packageName); in collectError()
321 echoDebug(DBG_DEPCHK_COLLECT_ERROR, err, a_packageName, in collectError()
327 echoDebug(DBG_DEPCHK_COLLECT_IGNORE, a_packageName, in collectError()
H A Dpkgops.c1146 pkgTestInstalled(char *a_packageName, char *a_rootPath) in pkgTestInstalled() argument
1153 assert(a_packageName != NULL); in pkgTestInstalled()
1154 assert(*a_packageName != '\0'); in pkgTestInstalled()
1160 echoDebug(DBG_PKG_TEST_EXISTENCE, a_packageName, a_rootPath); in pkgTestInstalled()
1167 "%s -q %s", PKGINFO_CMD, a_packageName); in pkgTestInstalled()
1176 echoDebug(DBG_PKG_INSTALLED, a_packageName, a_rootPath); in pkgTestInstalled()
1182 echoDebug(DBG_PKG_NOT_INSTALLED, a_packageName, a_rootPath); in pkgTestInstalled()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h402 extern boolean_t pkgTestInstalled(char *a_packageName, char *a_rootPath);