Searched refs:a_pkginst (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | unpack_package_from_stream.c | 85 unpack_package_from_stream(char *a_idsName, char *a_pkginst, char *a_tempDir) in unpack_package_from_stream() argument 93 assert(a_pkginst != (char *)NULL); in unpack_package_from_stream() 99 echoDebug(DBG_UNPACKSTRM_ARGS, a_pkginst, a_idsName, a_tempDir); in unpack_package_from_stream() 103 dparts = ds_findpkg(a_idsName, a_pkginst); in unpack_package_from_stream() 105 progerr(gettext(ERR_DSARCH), a_pkginst); in unpack_package_from_stream() 117 if (snprintf(instdir, sizeof (instdir), "%s/%s", a_tempDir, a_pkginst) in unpack_package_from_stream() 119 progerr(ERR_CREATE_PATH_2, a_tempDir, a_pkginst); in unpack_package_from_stream() 137 echoDebug(DBG_UNPACKSTRM_UNPACKING, a_pkginst, a_idsName, instdir); in unpack_package_from_stream() 147 a_pkginst); in unpack_package_from_stream()
|
H A D | depchk.c | 178 depchkRecordError(depckError_t *a_erc, char *a_pkginst, in depchkRecordError() argument 199 eir->ier_packageName = strdup(a_pkginst); in depchkRecordError() 209 echoDebug(DBG_DEPCHK_RECORD_ERROR, (long)a_erc, a_pkginst, in depchkRecordError() 220 if (strcmp(erc->ier_packageName, a_pkginst) != 0) { in depchkRecordError() 271 a_erc->er_numEntries, a_pkginst, a_zoneName, a_value); in depchkRecordError() 280 erc->ier_packageName = strdup(a_pkginst); in depchkRecordError()
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 377 char *a_pkginst, char *a_tempDir); 443 char *a_pkginst, char *a_zoneName,
|