* Initialize the BSM auditing subsystem. */
| 71 | * Initialize the BSM auditing subsystem. |
| 72 | */ |
| 73 | void |
| 74 | kau_init(void) |
| 75 | { |
| 76 | |
| 77 | au_evclassmap_init(); |
| 78 | au_evnamemap_init(); |
| 79 | } |
| 80 | |
| 81 | /* |
| 82 | * This call reserves memory for the audit record. Memory must be guaranteed |
no test coverage detected