Searched refs:a_erc (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | depchk.c | 178 depchkRecordError(depckError_t *a_erc, char *a_pkginst, in depchkRecordError() argument 194 if (a_erc->er_numEntries == 0) { in depchkRecordError() 206 a_erc->er_numEntries = 1; in depchkRecordError() 207 a_erc->er_theEntries = eir; in depchkRecordError() 209 echoDebug(DBG_DEPCHK_RECORD_ERROR, (long)a_erc, a_pkginst, in depchkRecordError() 217 for (i = 0; i < a_erc->er_numEntries; i++) { in depchkRecordError() 218 erc = &a_erc->er_theEntries[i]; in depchkRecordError() 224 echoDebug(DBG_DEPCHK_RECORD_ZERROR, (long)a_erc, a_zoneName, in depchkRecordError() 270 echoDebug(DBG_DEPCHK_RECORD_PERROR, (long)a_erc, in depchkRecordError() 271 a_erc->er_numEntries, a_pkginst, a_zoneName, a_value); in depchkRecordError() [all …]
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 442 extern void depchkRecordError(depckError_t *a_erc,
|