| kern_history.c | 423 struct addr_xlt *xlate_t, *xlt; local in function:sysctl_kernhist_helper 537 for (i = 0, xlt = xlate_t; i < xlate_c; i++, xlt++) { 538 KASSERTMSG((next - strp) == xlt->offset, 539 "entry %d at wrong offset %"PRIu32, i, xlt->offset); 540 memcpy(next, xlt->addr, xlt->len); 541 next += xlt->len;
|