Searched refs:insb (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/machine/x86_64/
H A Dcpufunc.h219 insb(u_int port, void *addr, size_t count) function
221 __asm __volatile("cld; rep; insb"
848 void insb(u_int port, void *addr, size_t count);
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dcpufunc.h233 insb(u_int port, void *addr, size_t count) function
235 __asm __volatile("cld; rep; insb"
737 void insb(u_int port, void *addr, size_t count);
H A Dbus.h278 insb(bsh + offset, addr, count);
/haiku/headers/os/drivers/pcmcia/
H A Dbus_ops.h112 #define bus_insb(b,p,a,c) insb(p,a,c)

Completed in 95 milliseconds