outsb
NENTRY(outsb)
outsb(unsigned int port, const void *addr, size_t count)
#define outsb(a,s,c) (__outsb((volatile uint8_t *)(a), s, c))