kern_history.c | 420 struct kern_history_ent *in_evt; local in function:sysctl_kernhist_helper 478 for (i = 0, in_evt = h->e; i < h->n; i++, in_evt++) { 479 if (in_evt->fn == NULL) 481 add_string(xlate_t, &xlate_c, in_evt->fn, in_evt->fnlen); 482 add_string(xlate_t, &xlate_c, in_evt->fmt, in_evt->fmtlen); 503 for (i = 0, in_evt = h->e, out_evt = buf->sh_events; i < h->n; 504 i++, in_evt++, out_evt++) [all...] |