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

Function outb_

freebsd/i386/i386/machdep.c:3250–3254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3248}
3249
3250void
3251outb_(u_short port, u_char data)
3252{
3253 outb(port, data);
3254}
3255
3256#endif /* KDB */

Callers

nothing calls this directly

Calls 1

outbFunction · 0.50

Tested by

no test coverage detected