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

Function tablefull

freebsd/kern/subr_prf.c:159–164  ·  view source on GitHub ↗

* Warn that a system table is full. */

Source from the content-addressed store, hash-verified

157 * Warn that a system table is full.
158 */
159void
160tablefull(const char *tab)
161{
162
163 log(LOG_ERR, "%s: table is full\n", tab);
164}
165
166/*
167 * Uprintf prints to the controlling terminal for the current process.

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected