Searched defs:aw_rec_t (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c183 typedef struct aw_rec aw_rec_t; typedef in typeref:struct:aw_rec
185 static aw_rec_t **aw_recs; /* dynam arr of aud rec ptrs */
668 if (aw_recs[i] != (aw_rec_t *)0 &&
852 if ((rd > aw_num_recs) || (aw_recs[rd] == (aw_rec_t *)0))
878 aw_recs = (aw_rec_t **)0;
2216 aw_rec_init(aw_rec_t *rec)
2240 if (aw_recs == (aw_rec_t **)0) {
2241 if ((aw_recs = (aw_rec_t **)calloc(AW_NUM_RECP,
2242 (size_t)sizeof (aw_rec_t *))) == (aw_rec_t **)
[all...]

Completed in 15 milliseconds