Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3250
void
3251
outb_(u_short port, u_char data)
3252
{
3253
outb(port, data);
3254
}
3255
3256
#endif /* KDB */
Callers
nothing calls this directly
Calls
1
outb
Function · 0.50
Tested by
no test coverage detected