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

Function outb_

freebsd/amd64/amd64/machdep.c:2745–2749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2743}
2744
2745void
2746outb_(u_short port, u_char data)
2747{
2748 outb(port, data);
2749}
2750
2751#endif /* KDB */
2752

Callers

nothing calls this directly

Calls 1

outbFunction · 0.50

Tested by

no test coverage detected