Searched defs:outw (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/dev/cx/ |
| HD | machdep.h | 30 # define outw(port,w) outport(port,w) macro 42 # define outw(port,w) outpw((unsigned short)(port),(unsigned short)(w)) macro 64 # define outw(port,val) __ddk_outw(port, val) macro
|
| /NextBSD/crypto/openssl/crypto/des/ |
| HD | xcbc_enc.c | 130 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
|
| HD | des_old.c | 128 _ossl_old_des_cblock *outw, int enc) in _ossl_old_des_xcbc_encrypt()
|
| HD | des_old.h | 158 # define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 262 # define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
|
| /NextBSD/crypto/openssl/crypto/evp/ |
| HD | e_xcbc_d.c | 77 DES_cblock outw; member
|
| /NextBSD/sys/powerpc/include/ |
| HD | pio.h | 153 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro
|
| /NextBSD/sys/i386/include/ |
| HD | cpufunc.h | 306 outw(u_int port, u_short data) in outw() function
|
| /NextBSD/sys/amd64/include/ |
| HD | cpufunc.h | 301 outw(u_int port, u_short data) in outw() function
|
| /NextBSD/sys/pc98/include/ |
| HD | bus.h | 576 #define outw(a, b) compiler_error macro
|
| /NextBSD/sys/x86/include/ |
| HD | bus.h | 1034 #define outw(a, b) compiler_error macro
|