MCPcopy Index your code
hub / github.com/F-Stack/f-stack / panic

Function panic

lib/ff_host_interface.c:141–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139const char *panicstr = NULL;
140
141void
142panic(const char *fmt, ...)
143{
144 va_list ap;
145
146 va_start(ap, fmt);
147 vprintf(fmt, ap);
148 va_end(ap);
149
150 abort();
151}
152
153void
154ff_clock_gettime(int id, int64_t *sec, long *nsec)

Callers 15

ff_freebsd_initFunction · 0.70
kthread_exitFunction · 0.70
elf_reloc_internalFunction · 0.70
vn_openFunction · 0.70
vn_closeFunction · 0.70
vn_rdwrFunction · 0.70
vn_fill_kinfo_vnodeFunction · 0.70
hashinit_flagsFunction · 0.70
softclock_call_ccFunction · 0.70
timeoutFunction · 0.70
callout_reset_tick_onFunction · 0.70
_callout_stop_safeFunction · 0.70

Calls 2

abortClass · 0.85
vprintfFunction · 0.70

Tested by

no test coverage detected