Searched refs:inw (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Diodev.h37 #define iodev_read_2 inw
H A Dcpufunc.h296 inw(u_int port) function
300 __asm __volatile("inw %w1, %0" : "=a" (data) : "Nd" (port));
777 u_short inw(u_int port);
/freebsd-13-stable/sys/amd64/include/
H A Diodev.h37 #define iodev_read_2 inw
H A Dcpufunc.h227 inw(u_int port) function
231 __asm __volatile("inw %w1, %0" : "=a" (data) : "Nd" (port));
967 u_short inw(u_int port);
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A De_xcbc_d.c27 DES_cblock inw; member in struct:__anon7157
58 memcpy(&data(ctx)->inw[0], &key[8], 8);
70 &data(ctx)->inw, &data(ctx)->outw,
79 &data(ctx)->inw, &data(ctx)->outw,
/freebsd-13-stable/usr.sbin/config/
H A Dmkoptions.c144 char *file, *inw; local
205 if ((inw = get_word(inf)) == NULL || inw == (char *)EOF)
208 if ((inw = get_word(inf)) == NULL || inw == (char *)EOF)
210 inw = ns(inw);
216 if (eq(inw, name)) {
222 if (eq(inw, ol->o_name))
224 if (!eq(inw, nam
[all...]
/freebsd-13-stable/sys/dev/ce/
H A Dmachdep.h28 # define inw(port) inport(port) macro
40 # define inw(port) inpw((unsigned short)(port)) macro
/freebsd-13-stable/sys/dev/cp/
H A Dmachdep.h28 # define inw(port) inport(port) macro
40 # define inw(port) inpw((unsigned short)(port)) macro
/freebsd-13-stable/crypto/openssl/crypto/des/
H A Dxcbc_enc.c16 DES_cblock *ivec, const_DES_cblock *inw,
27 in2 = &(*inw)[0];
14 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/i386/i386/
H A Dgeode.c196 r = inw(cba + 2) & 0xff00;
242 s = inw(a + 6);
/freebsd-13-stable/sys/powerpc/include/
H A Dpio.h163 #define inw(a) (__inw((volatile u_int16_t *)(a))) macro
164 #define in16(a) inw(a)
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Ddes.h85 DES_cblock *ivec, const_DES_cblock *inw,
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c41 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
/freebsd-13-stable/sys/amd64/pci/
H A Dpci_cfgreg.c178 data = inw(port);
/freebsd-13-stable/sys/x86/include/
H A Dbus.h235 return (inw(handle + offset));
403 1: inw %w2,%%ax \n\
928 outw(addr2, inw(addr1));
933 outw(addr2, inw(addr1));
1021 #define inw(a) compiler_error macro
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c41 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c40 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
/freebsd-13-stable/sys/x86/xen/
H A Dhvm.c328 if (inw(XEN_MAGIC_IOPORT) != XMI_MAGIC)
/freebsd-13-stable/sys/i386/pci/
H A Dpci_cfgreg.c271 data = inw(port);

Completed in 206 milliseconds