MCPcopy Create free account
hub / github.com/F-Stack/f-stack / trap_enable_intr

Function trap_enable_intr

freebsd/i386/i386/trap.c:154–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152};
153
154static bool
155trap_enable_intr(int trapno)
156{
157
158 MPASS(trapno > 0);
159 if (trapno < nitems(trap_data) && trap_data[trapno].msg != NULL)
160 return (trap_data[trapno].ei);
161 return (false);
162}
163
164static const char *
165trap_msg(int trapno)

Callers 1

trapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected