Searched defs:outw (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/ce/
H A Dmachdep.h30 # define outw(port,w) outport(port,w) macro
42 # define outw(port,w) outpw((unsigned short)(port),(unsigned short)(w)) macro
62 # undef outw macro
64 # define outw(port,val) __ddk_outw(port, val) macro
/freebsd-13-stable/sys/dev/cp/
H A Dmachdep.h30 # define outw(port,w) outport(port,w) macro
42 # define outw(port,w) outpw((unsigned short)(port),(unsigned short)(w)) macro
62 # undef outw macro
64 # define outw(port,val) __ddk_outw(port, val) macro
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A De_xcbc_d.c28 DES_cblock outw; member in struct:__anon7157
/freebsd-13-stable/crypto/openssl/crypto/des/
H A Dxcbc_enc.c14 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) argument
/freebsd-13-stable/sys/powerpc/include/
H A Dpio.h155 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro
/freebsd-13-stable/sys/x86/include/
H A Dbus.h1024 #define outw(a, b) compiler_error macro
/freebsd-13-stable/sys/i386/include/
H A Dcpufunc.h341 outw(u_int port, u_short data) function
/freebsd-13-stable/sys/amd64/include/
H A Dcpufunc.h272 outw(u_int port, u_short data) function

Completed in 86 milliseconds