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

Function sysbeep_init

freebsd/kern/kern_cons.c:685–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685static void
686sysbeep_init(void *unused)
687{
688
689 callout_init(&beeping_timer, 1);
690}
691SYSINIT(sysbeep, SI_SUB_SOFTINTR, SI_ORDER_ANY, sysbeep_init, NULL);
692#else
693

Callers

nothing calls this directly

Calls 1

callout_initFunction · 0.70

Tested by

no test coverage detected