Searched refs:A_GETPOLICY (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/auditset/ |
H A D | svc-auditset.c | 98 if (auditon(A_GETPOLICY, (caddr_t)&policy, 0) == -1) {
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_allocate.c | 109 if (auditon(A_GETPOLICY, (caddr_t)&policy, 0) < 0) {
|
H A D | generic.c | 382 if (auditon(A_GETPOLICY, (caddr_t)&policy, sizeof (policy))) {
|
H A D | adt.c | 1468 auditon(A_GETPOLICY, (caddr_t)&(state->as_kernel_audit_policy),
|
/illumos-gate/usr/src/boot/sys/sys/bsm/ |
H A D | audit.h | 123 #define A_GETPOLICY 33 macro
|
/illumos-gate/usr/src/cmd/audit/ |
H A D | audit.c | 287 if (auditon(A_GETPOLICY, (char *)&policy, 0) == -1) {
|
/illumos-gate/usr/src/cmd/smserverd/ |
H A D | myaudit.c | 83 if (auditon(A_GETPOLICY, (caddr_t)&policy, sizeof (policy))) {
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit.h | 236 #define A_GETPOLICY 2 /* get audit policy */ macro
|
H A D | audit_event.c | 2988 case A_GETPOLICY:
|
/illumos-gate/usr/src/cmd/auditd/ |
H A D | auditd.c | 600 if (auditon(A_GETPOLICY, (char *)&policy, 0) == -1) { 601 DPRINT((dbfp, "auditon(A_GETPOLICY...) failed (exit)\n"));
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | auditsys.c | 1375 case A_GETPOLICY: 1388 case A_GETPOLICY:
|
/illumos-gate/usr/src/cmd/auditconfig/ |
H A D | auditconfig.c | 1415 eauditon(A_GETPOLICY, (caddr_t)&policy, 0); 2478 (void) auditon(A_GETPOLICY, (caddr_t)&curp, 0);
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 1243 * S10_AUDIT_USER was always unused, we always clear that bit on A_GETPOLICY. 1270 if ((int)a0 == A_GETPOLICY) {
|
Completed in 164 milliseconds