| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| audit_reboot.c | 84 (void) auditon(A_GETCOND, (caddr_t)&cond, sizeof (cond));
|
| audit_halt.c | 99 (void) auditon(A_GETCOND, (caddr_t)&cond, sizeof (cond));
|
| bsm.c | 90 auditon(int cmd, caddr_t data, int length) function
|
| generic.c | 89 if (auditon(A_GETCOND, (caddr_t)&cond, sizeof (cond))) { 306 if (auditon(A_GETKMASK, (caddr_t)&mask, sizeof (mask)) != 0) { 382 if (auditon(A_GETPOLICY, (caddr_t)&policy, sizeof (policy))) {
|
| audit_allocate.c | 109 if (auditon(A_GETPOLICY, (caddr_t)&policy, 0) < 0) {
|
| au_open.c | 206 if (auditon(A_GETKAUDIT, (caddr_t)&audit_info,
|
| audit_crontab.c | 285 if (auditon(A_GETPINFO_ADDR, (caddr_t)&info, sizeof (info)) != 0)
|
| libbsm.h | 232 extern int auditon(int, caddr_t, int);
|
| mapfile-vers | 77 auditon;
|
| adt.c | 116 * auditon(A_SETCOND...) 121 * AUC_DISABLED since auditon returns EINVAL in that case. Any 122 * auditon error is considered the same as EINVAL for our 123 * purpose. auditstate is not changed by auditon if an error 140 (void) auditon(A_GETCOND, (caddr_t)&auditstate, sizeof (auditstate)); 156 (void) auditon(A_GETCOND, (caddr_t)&auditstate, sizeof (auditstate)); 273 * to the kernel via auditon(), it must be squeezed into a 32 [all...] |
| adt_token.c | 483 rc = auditon(A_GETPINFO_ADDR, (caddr_t)info,
|
| au_to.c | 136 if (auditon(A_GETKAUDIT, (caddr_t)&audit_info, [all...] |
| /onnv/onnv-gate/usr/src/cmd/auditd/ |
| auditd.c | 39 * Configuration data comes from /etc/security/audit_control and the auditon 119 static int auditing_set = 0; /* 1 if auditon(A_SETCOND, on... */ 133 * err_exit() - exit function after the unsuccessful call to auditon(); 168 (void) auditon(A_SETCOND, (caddr_t)&turn_audit_off, 224 if (auditon(A_SETCOND, (caddr_t)&turn_audit_on, (int)sizeof (int)) != 226 DPRINT((dbfp, "auditon(A_SETCOND...) failed (exit)\n")); 611 if (auditon(A_GETPOLICY, (char *)&policy, 0) == -1) { 612 DPRINT((dbfp, "auditon(A_GETPOLICY...) failed (exit)\n")); 622 if (auditon(A_GETCOND, (caddr_t)&acresult, (int)sizeof (int)) != 0) 623 DPRINT((dbfp, "auditon(A_GETCOND...) failed (exit)\n")) [all...] |
| /onnv/onnv-gate/usr/src/lib/libbsm/ |
| audit_event.txt | 195 138:AUE_AUDITON:auditon(2) - place holder:no 196 139:AUE_AUDITON_GTERMID:auditon(2) - GETTERMID command:no 197 140:AUE_AUDITON_STERMID:auditon(2) - SETTERMID command:no 198 141:AUE_AUDITON_GPOLICY:auditon(2) - get audit policy flags:aa 199 142:AUE_AUDITON_SPOLICY:auditon(2) - set audit policy flags:as 200 143:AUE_AUDITON_GESTATE:auditon(2) - GESTATE command:no 201 144:AUE_AUDITON_SESTATE:auditon(2) - SESTATE command:no 202 145:AUE_AUDITON_GQCTRL:auditon(2) - get queue control parameters:as 203 146:AUE_AUDITON_SQCTRL:auditon(2) - set queue control parameters:as 261 221:AUE_AUDITON_GETKMASK:auditon(2) - get kernel mask:a [all...] |
| /onnv/onnv-gate/usr/src/cmd/smserverd/ |
| myaudit.c | 68 if (auditon(A_GETCOND, (caddr_t)&cond, sizeof (cond))) { 83 if (auditon(A_GETPOLICY, (caddr_t)&policy, sizeof (policy))) { 132 ret_val = auditon(A_GETPINFO_ADDR, (caddr_t)&door_dp->audit_ap, 170 if (auditon(A_GETKMASK, (caddr_t)&mask, sizeof (mask)) != 0) {
|
| /onnv/onnv-gate/usr/src/cmd/audit/ |
| audit.c | 317 if (auditon(A_GETPOLICY, (char *)&policy, 0) == -1) { 340 * First check to see if c2audit is loaded via the auditon() 349 if (auditon(A_GETCOND, (caddr_t)&audit_state,
|
| /onnv/onnv-gate/usr/src/cmd/uadmin/ |
| uadmin.c | 383 if ((auditon(A_GETCOND, (caddr_t)&auditstate, 439 while (retries-- && auditon(A_GETSTAT, (caddr_t)&au_stat, NULL) == 0) {
|
| /onnv/onnv-gate/usr/src/cmd/auditstat/ |
| auditstat.c | 171 if (auditon(cmd, data, length) == -1) { 172 perror("auditstat: auditon");
|
| /onnv/onnv-gate/usr/src/lib/libadt_jni/common/ |
| adt_jni.c | 329 if (auditon(A_GETCOND, (caddr_t)&condition, sizeof (condition)))
|
| /onnv/onnv-gate/usr/src/cmd/auditconfig/ |
| auditconfig.c | 865 if (auditon(A_GETCLASS, (caddr_t)&cmap, len) == -1) { [all...] |
| /onnv/onnv-gate/usr/src/lib/pam_modules/unix_cred/ |
| unix_cred.c | 243 if (auditon(A_GETCOND, (caddr_t)&auditstate,
|
| /onnv/onnv-gate/usr/src/cmd/power/ |
| sys-suspend.c | 199 while (retries-- && auditon(A_GETSTAT, (caddr_t)&au_stat, NULL) == 0) {
|
| /onnv/onnv-gate/usr/src/lib/auditd_plugins/remote/ |
| audit_remote.c | 112 if (auditon(A_GETQCTRL, (caddr_t)&qctrl, 0) != -1) {
|
| /onnv/onnv-gate/usr/src/cmd/devfsadm/ |
| devfsadm.c | 327 } else if (auditon(A_GETCOND, (caddr_t)&cond, sizeof (cond)) == 0) { 329 * auditon returns -1 and sets errno to EINVAL if BSM [all...] |
| /onnv/onnv-gate/usr/src/tools/abi/ |
| interface.sparc | 118 SYMBOL auditon [all...] |