/netbsd-src/sys/arch/x68k/stand/boot/ |
H A D | ne.h | 31 #define outw(x, w) *(volatile uint16_t *)(x) = (w) macro
|
/netbsd-src/sys/arch/mac68k/include/ |
H A D | pio.h | 30 #define outw(x, y) \ macro
|
/netbsd-src/sys/arch/rs6000/stand/boot/ |
H A D | io.c | 39 outw(int port, u_int16_t val) in outw() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/ |
H A D | xcbc_enc.c | 17 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/ |
H A D | xcbc_enc.c | 23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_xcbc_d.c | 28 DES_cblock outw; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_xcbc_d.c | 35 DES_cblock outw; member
|
/netbsd-src/sys/arch/arc/include/ |
H A D | pio.h | 40 #define outw(a,v) (*(volatile unsigned short*)(a) = (v)) macro
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | pio.h | 55 #define outw(addr, val) (*alpha_pci_io_switch->apio_outw)((addr), (val)) macro
|
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
H A D | oxcbc_enc.c | 112 const_des_cblock *inw, const_des_cblock *outw, int enc) in des_xcbc_encrypt()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
H A D | oxcbc_enc.c | 112 const_des_cblock *inw, const_des_cblock *outw, int enc) in des_xcbc_encrypt()
|
/netbsd-src/sys/arch/prep/stand/boot/ |
H A D | io.c | 56 outw(int port, u_int16_t val) in outw() function
|
/netbsd-src/sys/arch/bebox/stand/boot/ |
H A D | io.c | 52 outw(int port, u_short val) in outw() function
|
/netbsd-src/sys/arch/ia64/include/ |
H A D | cpufunc.h | 147 outw(unsigned int port, uint16_t data) in outw() function
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | pio.h | 162 #define outw(a,v) (__outw((volatile uint16_t *)(a), v)) macro
|