| /freebsd/usr.sbin/config/ |
| H A D | mkoptions.cc | 196 configword cp, inw; in do_option() local 200 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option() 203 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option() 210 if (eq(inw, name)) { in do_option() 216 if (eq(inw, ol->o_name)) in do_option() 218 if (!eq(inw, name) && !ol) { in do_option() 221 inw->c_str(), file); in do_option() 226 inw->c_str(), basefile, ol->o_file); in do_option() 232 op->op_name = ns(inw); in do_option()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | e_xcbc_d.c | 34 DES_cblock inw; member 66 memcpy(&data(ctx)->inw[0], &key[8], 8); in desx_cbc_init_key() 78 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher() 87 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
|
| /freebsd/crypto/openssl/crypto/des/ |
| H A D | xcbc_enc.c | 22 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt() argument 33 in2 = &(*inw)[0]; in DES_xcbc_encrypt()
|
| /freebsd/sys/amd64/include/ |
| H A D | iodev.h | 35 #define iodev_read_2 inw
|
| H A D | cpufunc.h | 180 inw(u_int port) in inw() function
|
| /freebsd/sys/i386/include/ |
| H A D | iodev.h | 35 #define iodev_read_2 inw
|
| H A D | cpufunc.h | 216 inw(u_int port) in inw() function
|
| /freebsd/sys/i386/i386/ |
| H A D | geode.c | 193 r = inw(cba + 2) & 0xff00; in geode_watchdog() 239 s = inw(a + 6); in cs5536_watchdog()
|
| /freebsd/sys/powerpc/include/ |
| H A D | pio.h | 162 #define inw(a) (__inw((volatile u_int16_t *)(a))) macro 163 #define in16(a) inw(a)
|
| /freebsd/sys/x86/include/ |
| H A D | bus.h | 229 return (inw(handle + offset)); in bus_space_read_2() 886 outw(addr2, inw(addr1)); in bus_space_copy_region_2() 891 outw(addr2, inw(addr1)); in bus_space_copy_region_2() 977 #define inw(a) compiler_error macro
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | des.h | 99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
|
| /freebsd/sys/amd64/pci/ |
| H A D | pci_cfgreg.c | 219 data = inw(port); in pcireg_cfgread()
|
| /freebsd/sys/dev/hptrr/ |
| H A D | hptrr_os_bsd.c | 39 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | DES_random_key.pod | 62 const_DES_cblock *inw, const_DES_cblock *outw, int enc); 173 DES_xcbc_encrypt() is RSA's DESX mode of DES. It uses I<inw> and 174 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret
|
| /freebsd/sys/x86/xen/ |
| H A D | hvm.c | 406 if (inw(XEN_MAGIC_IOPORT) != XMI_MAGIC) in xen_hvm_disable_emulated_devices()
|
| /freebsd/sys/dev/hptnr/ |
| H A D | hptnr_os_bsd.c | 38 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw()
|
| /freebsd/sys/dev/hpt27xx/ |
| H A D | hpt27xx_os_bsd.c | 39 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw()
|
| /freebsd/sys/i386/pci/ |
| H A D | pci_cfgreg.c | 312 data = inw(port); in pcireg_cfgread()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAsmAlias.td | 651 def : InstAlias<"inw\t{%dx|dx}", (IN16rr), 0>; 654 def : InstAlias<"inw\t$port", (IN16ri u8imm:$port), 0>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXqci.td | 1049 "qc.inw", "$rd, ${imm14}(${rs1})"> { 1178 def : InstAlias<"qc.inw $rd, (${rs1})",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 1241 def INWRdA : Pseudo<(outs DREGS:$d), (ins imm_port6:$s), "inw\t$d, $s",
|