Symbol: inw
crypto/openssl/crypto/des/xcbc_enc.c
22
DES_cblock *ivec, const_DES_cblock *inw,
crypto/openssl/crypto/des/xcbc_enc.c
33
in2 = &(*inw)[0];
crypto/openssl/crypto/evp/e_xcbc_d.c
34
DES_cblock inw;
crypto/openssl/crypto/evp/e_xcbc_d.c
66
memcpy(&data(ctx)->inw[0], &key[8], 8);
crypto/openssl/crypto/evp/e_xcbc_d.c
78
&data(ctx)->inw, &data(ctx)->outw,
crypto/openssl/crypto/evp/e_xcbc_d.c
87
&data(ctx)->inw, &data(ctx)->outw,
crypto/openssl/include/openssl/des.h
99
const_DES_cblock *inw, const_DES_cblock *outw, int enc);
sys/amd64/include/iodev.h
35
#define iodev_read_2 inw
sys/amd64/pci/pci_cfgreg.c
219
data = inw(port);
sys/dev/hpt27xx/hpt27xx_os_bsd.c
39
HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
sys/dev/hptnr/hptnr_os_bsd.c
38
HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
sys/dev/hptrr/hptrr_os_bsd.c
39
HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
sys/i386/i386/geode.c
193
r = inw(cba + 2) & 0xff00;
sys/i386/i386/geode.c
239
s = inw(a + 6);
sys/i386/include/iodev.h
35
#define iodev_read_2 inw
sys/i386/pci/pci_cfgreg.c
312
data = inw(port);
sys/powerpc/include/pio.h
163
#define in16(a) inw(a)
sys/x86/include/bus.h
229
return (inw(handle + offset));
sys/x86/include/bus.h
886
outw(addr2, inw(addr1));
sys/x86/include/bus.h
891
outw(addr2, inw(addr1));
sys/x86/xen/hvm.c
406
if (inw(XEN_MAGIC_IOPORT) != XMI_MAGIC)
usr.sbin/config/mkoptions.cc
196
configword cp, inw;
usr.sbin/config/mkoptions.cc
200
if ((inw = get_word(inf)).eol() || inw.eof())
usr.sbin/config/mkoptions.cc
203
if ((inw = get_word(inf)).eol() || inw.eof())
usr.sbin/config/mkoptions.cc
210
if (eq(inw, name)) {
usr.sbin/config/mkoptions.cc
216
if (eq(inw, ol->o_name))
usr.sbin/config/mkoptions.cc
218
if (!eq(inw, name) && !ol) {
usr.sbin/config/mkoptions.cc
221
inw->c_str(), file);
usr.sbin/config/mkoptions.cc
226
inw->c_str(), basefile, ol->o_file);
usr.sbin/config/mkoptions.cc
232
op->op_name = ns(inw);