| 784 | } |
| 785 | |
| 786 | void |
| 787 | ktrstruct_error(const char *name, const void *data, size_t datalen, int error) |
| 788 | { |
| 789 | |
| 790 | if (error == 0) |
| 791 | ktrstruct(name, data, datalen); |
| 792 | } |
| 793 | |
| 794 | void |
| 795 | ktrstructarray(const char *name, enum uio_seg seg, const void *data, |
nothing calls this directly
no test coverage detected