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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c156 * auditctl(A_AUDIT), so we'll emulate this with existing
159 #define A_AUDIT (10) macro
2162 if (auditctl(A_AUDIT, (uint32_t)aw_queue_bytes,
2187 if ((auditctl(A_AUDIT, (uint32_t)aw_recs[rd]->len,
2601 if (auditctl(A_AUDIT, (uint32_t)aw_recs[rd]->len,
2768 /* The only remaining option to auditctl is be A_AUDIT */
2769 if (command != A_AUDIT)

Completed in 16 milliseconds