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

  /src/sys/arch/x86/x86/
nmi.c 54 int (*n_func)(const struct trapframe *, void *); member in struct:nmi_handler
76 n->n_func = func;
159 handled |= (*n->n_func)(tf, n->n_arg);
nmi.c 54 int (*n_func)(const struct trapframe *, void *); member in struct:nmi_handler
76 n->n_func = func;
159 handled |= (*n->n_func)(tf, n->n_arg);

Completed in 23 milliseconds