* Return the current thread's audit record, if any. */
| 407 | * Return the current thread's audit record, if any. |
| 408 | */ |
| 409 | struct kaudit_record * |
| 410 | currecord(void) |
| 411 | { |
| 412 | |
| 413 | return (curthread->td_ar); |
| 414 | } |
| 415 | |
| 416 | /* |
| 417 | * XXXAUDIT: Shouldn't there be logic here to sleep waiting on available |
no outgoing calls
no test coverage detected