HomeSort by: relevance | last modified time | path
    Searched defs:in_evt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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...]
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...]

Completed in 21 milliseconds