Home
last modified time | relevance | path

Searched defs:outb (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/arch/i386/stand/efiboot/
H A Deficpufunc.c44 outb(uint32_t addr, uint8_t c) in outb() function
/netbsd-src/sys/arch/arm/include/
H A Dpio.h44 #define outb(port, byte) bus_space_write_1(&isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_coo… macro
/netbsd-src/sys/arch/x68k/stand/boot/
H A Dne.h30 #define outb(x, b) *(volatile uint8_t *)(x) = (b) macro
/netbsd-src/sys/arch/mac68k/include/
H A Dpio.h34 #define outb(x, y) \ macro
/netbsd-src/sys/arch/rs6000/stand/boot/
H A Dio.c32 outb(int port, char val) in outb() function
/netbsd-src/sys/arch/arc/include/
H A Dpio.h39 #define outb(a,v) (*(volatile unsigned char*)(a) = (v)) macro
/netbsd-src/sys/arch/alpha/include/
H A Dpio.h54 #define outb(addr, val) (*alpha_pci_io_switch->apio_outb)((addr), (val)) macro
/netbsd-src/sys/arch/prep/stand/boot/
H A Dio.c49 outb(int port, char val) in outb() function
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.c128 atf_process_stream_t outb, errb; in run_h_tc() local
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dio.c45 outb(int port, u_char val) in outb() function
/netbsd-src/usr.bin/tcopy/
H A Dtcopy.c234 verify(int inp, int outp, char *outb) in verify()
/netbsd-src/sys/arch/ia64/include/
H A Dcpufunc.h135 outb(unsigned int port, uint8_t data) in outb() function
/netbsd-src/usr.bin/mail/
H A Dmime_codecs.c84 mime_iconv(iconv_t cd, const char **inb, size_t *inbleft, char **outb, size_t *outbleft) in mime_iconv()
/netbsd-src/sys/arch/powerpc/include/
H A Dpio.h160 #define outb(a,v) (__outb((volatile uint8_t *)(a), v)) macro
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c2481 char *outb; in base64_decode() local
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c2856 local int outb(void *desc, unsigned char *buf, unsigned len) in outb() function