/openbsd/lib/libcrypto/evp/ |
H A D | e_xcbc_d.c | 81 DES_cblock outw; member 116 memcpy(&data(ctx)->outw[0], &key[16], 8); in desx_cbc_init_key() 128 &data(ctx)->outw, ctx->encrypt); in desx_cbc_cipher() 136 &data(ctx)->outw, ctx->encrypt); in desx_cbc_cipher()
|
/openbsd/lib/libarch/alpha/ |
H A D | io.c | 88 outw(u_int32_t port, u_int16_t val) in outw() function 90 ops->outw(port, val); in outw()
|
H A D | io.h | 36 void (*outw)(u_int32_t, u_int16_t); member
|
/openbsd/sys/arch/powerpc/include/ |
H A D | pio.h | 137 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) macro 138 #define out16(a,v) outw(a,v)
|
/openbsd/sys/arch/i386/include/ |
H A D | pio.h | 157 #define outw(port, data) \ macro
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | bus_space.c | 779 outw(h + o, v); in x86_bus_space_io_write_2() 906 outw(addr, v); in x86_bus_space_io_set_multi_2() 943 outw(addr, v); in x86_bus_space_io_set_region_2() 992 outw(addr2, inw(addr1)); in x86_bus_space_io_copy_2() 997 outw(addr2, inw(addr1)); in x86_bus_space_io_copy_2()
|
/openbsd/sys/arch/amd64/include/ |
H A D | pio.h | 173 #define outw(port, data) \ macro
|
/openbsd/sys/arch/amd64/pci/ |
H A D | vga_post.c | 107 outw(port, val); in vm86_emu_outw()
|
/openbsd/sys/arch/i386/pci/ |
H A D | vga_post.c | 107 outw(port, val); in vm86_emu_outw()
|
H A D | pci_machdep.c | 587 outw(PCI_MODE1_ADDRESS_REG + 2, 0); in pci_mode_detect()
|
/openbsd/lib/libcrypto/des/ |
H A D | des.h | 124 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
|
H A D | des.c | 935 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument 948 in2 = &(*outw)[0]; in DES_xcbc_encrypt()
|
/openbsd/sys/arch/i386/i386/ |
H A D | bus_space.c | 355 outw(h + o, v); in i386_bus_space_io_write_2()
|
/openbsd/sys/dev/pv/ |
H A D | xen.c | 1538 outw(XMI_PORT, unplug); in xen_disable_emulated_devices()
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 1811 "outw\t$dst, $src", [(store i16
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.td | 3704 def : InstAlias<"outw\t{%dx|dx}", (OUT16rr), 0>; 3707 def : InstAlias<"outw\t$port", (OUT16ir u8imm:$port), 0>;
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | ChangeLog-9103 | 3051 * i386.h: added inb, inw, outb, outw opcodes, added att syntax for
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | ChangeLog-9103 | 3070 * i386.h: added inb, inw, outb, outw opcodes, added att syntax for
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9295 | 13056 i/o opcodes - inb, inw, outb and outw. string manipulation with
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9295 | 13056 i/o opcodes - inb, inw, outb and outw. string manipulation with
|