Searched refs:aw_recs (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c185 static aw_rec_t **aw_recs; /* dynam arr of aud rec ptrs */ variable
668 if (aw_recs[i] != (aw_rec_t *)0 &&
669 aw_recs[i]->buf != (caddr_t)0 &&
670 aw_recs[i]->len != 0) {
794 if (aw_recs[rd]->event_id == (au_event_t)NULL)
852 if ((rd > aw_num_recs) || (aw_recs[rd] == (aw_rec_t *)0))
877 aw_free((caddr_t)aw_recs);
878 aw_recs = (aw_rec_t **)0;
990 if (AW_REC_SUBJECT_FLAG & aw_recs[rd]->aflags)
1006 if (aw_buf_append(&(aw_recs[r
[all...]

Completed in 12 milliseconds