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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c137 * Currently, AW_MAX_REC_SIZE applies to both audit(2). This
142 #define AW_MAX_REC_SIZE (0x8000) macro
1972 if (aw_queue_hiwater > AW_MAX_REC_SIZE ||
2183 if (aw_queue_bytes + aw_recs[rd]->len > AW_MAX_REC_SIZE) {
2318 aw_recs[from_rd]->len) > AW_MAX_REC_SIZE)
2370 aw_recs[from_rd]->len) > AW_MAX_REC_SIZE)

Completed in 16 milliseconds