Home
last modified time | relevance | path

Searched defs:inb (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/lib/libarch/alpha/
H A Dio.h32 u_int8_t (*inb)(u_int32_t); member
H A Dio.c64 inb(u_int32_t port) in inb() function
/openbsd-src/sbin/ifconfig/
H A Dbrconfig.c316 char buf[sizeof(reqp->ifbr_ifsname) + 1], *inbuf = NULL, *inb; in bridge_list() local
703 char *inbuf = NULL, buf[sizeof(ifba->ifba_ifsname) + 1], *inb; bridge_addrs() local
832 char *inbuf = NULL, *inb; bridge_rules() local
[all...]
/openbsd-src/sys/arch/i386/include/
H A Dpio.h57 #define inb(port) \ macro
/openbsd-src/sys/arch/amd64/include/
H A Dpio.h57 #define inb(port) \ macro
/openbsd-src/sys/arch/powerpc/include/
H A Dpio.h141 #define inb(a) (__inb((volatile u_int8_t *)(a))) macro
/openbsd-src/usr.sbin/ospf6d/
H A Dospf6d.c519 struct in6_addr ina, inb; ospf_redistribute() local
H A Drde.c1176 struct in6_addr ina, inb; rde_asext_lookup() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dser-go32.c241 #define inb(p,a) inportb((p)->base + (a)) macro