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

/freebsd-10.1-release/sys/boot/common/
H A Disapnp.c40 #define inb(x) (archsw.arch_isainb((x)))
282 if ((archsw.arch_isainb == NULL) || (archsw.arch_isaoutb == NULL))
H A Dbootstrap.h301 int (*arch_isainb)(int port); member in struct:arch_switch
/freebsd-10.1-release/sys/boot/i386/loader/
H A Dmain.c162 archsw.arch_isainb = isa_inb;
/freebsd-10.1-release/sys/boot/pc98/loader/
H A Dmain.c173 archsw.arch_isainb = isa_inb;

Completed in 106 milliseconds