Searched defs:insb (Results 1 – 2 of 2) sorted by relevance
284 #define insb(a,d,c) (__insb((volatile u_int8_t *)(a), d, c)) macro
149 insb(u_int port, void *addr, size_t count) in insb() function