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

Function cngrab

freebsd/kern/kern_cons.c:372–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 "Console device control");
371
372void
373cngrab()
374{
375 struct cn_device *cnd;
376 struct consdev *cn;
377
378 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) {
379 cn = cnd->cnd_cn;
380 if (!kdb_active || !(cn->cn_flags & CN_FLAG_NODEBUG))
381 cn->cn_ops->cn_grab(cn);
382 }
383}
384
385void
386cnungrab()

Callers 5

kdb_trapFunction · 0.85
cngetsFunction · 0.85
cnputcFunction · 0.85
kern_rebootFunction · 0.85
vpanicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected