Searched defs:inb (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/arch/arm/include/
H A Dpio.h43 #define inb(port) bus_space_read_1( &isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port)) macro
/netbsd-current/sys/arch/x68k/stand/boot/
H A Dne.h28 #define inb(x) *(volatile uint8_t *)(x) macro
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Deficpufunc.c35 inb(uint32_t addr) function
/netbsd-current/sys/arch/mac68k/include/
H A Dpio.h20 #define inb(y) \ macro
/netbsd-current/sys/arch/arc/include/
H A Dpio.h44 #define inb(a) (*(volatile unsigned char*)(a)) macro
/netbsd-current/sys/arch/alpha/include/
H A Dpio.h50 #define inb(addr) (*alpha_pci_io_switch->apio_inb)((addr)) macro
/netbsd-current/sys/arch/rs6000/stand/boot/
H A Dio.c46 inb(int port) function
/netbsd-current/regress/sys/arch/i386/ioperm/
H A Dioperm.c53 inb(uint16_t port) function
/netbsd-current/regress/sys/arch/i386/iopl/
H A Diopl.c54 inb(uint16_t port) function
/netbsd-current/sys/arch/prep/stand/boot/
H A Dio.c63 inb(int port) function
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dio.c60 inb(int port) function
/netbsd-current/sys/arch/ia64/include/
H A Dcpufunc.h67 inb(unsigned int port) function
/netbsd-current/usr.bin/tcopy/
H A Dtcopy.c237 char *inb; local
/netbsd-current/sys/arch/powerpc/include/
H A Dpio.h166 #define inb(a) (__inb((volatile uint8_t *)(a))) macro
/netbsd-current/usr.bin/mail/
H A Dmime_codecs.c84 mime_iconv(iconv_t cd, const char **inb, size_t *inbleft, char **outb, size_t *outbleft) argument
/netbsd-current/external/gpl2/dtc/dist/
H A Dflattree.c571 static void inbuf_init(struct inbuf *inb, void *base, void *limit) argument
578 static void flat_read_chunk(struct inbuf *inb, void *p, int len) argument
588 flat_read_word(struct inbuf *inb) argument
599 flat_realign(struct inbuf *inb, int align) argument
608 flat_read_string(struct inbuf *inb) argument
629 flat_read_data(struct inbuf *inb, int len) argument
646 flat_read_stringtable(struct inbuf *inb, int offset) argument
686 flat_read_mem_reserve(struct inbuf *inb) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-go32.c236 #define inb(p,a) inportb((p)->base + (a)) macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-go32.c236 #define inb(p,a) inportb((p)->base + (a)) macro
[all...]
/netbsd-current/external/zlib/pigz/dist/
H A Dpigz.c2791 local unsigned inb(void *desc, unsigned char **buf) function
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_nat.c2594 struct in_addr in, inb; local
2855 struct in_addr in, inb; local
[all...]

Completed in 170 milliseconds