Searched refs:record_get (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/hwt/ |
| H A D | hwt_record.c | 245 hwt_record_send(struct hwt_context *ctx, struct hwt_record_get *record_get) in hwt_record_send() argument 254 error = copyin(record_get->nentries, &nitems_req, sizeof(int)); in hwt_record_send() 264 i = hwt_record_grab(ctx, user_entry, nitems_req, record_get->wait); in hwt_record_send() 266 error = copyout(user_entry, record_get->records, in hwt_record_send() 270 error = copyout(&i, record_get->nentries, sizeof(int)); in hwt_record_send()
|
| H A D | hwt_record.h | 37 int hwt_record_send(struct hwt_context *ctx, struct hwt_record_get *record_get);
|