| /src/sys/arch/x86/include/ | 
| pio.h | 40 uint16_t	inw(unsigned); 
 | 
| acpi_machdep.h | 52 #define	acpi_md_OsIn16(x)	inw((x)) 
 | 
| /src/sys/arch/i386/stand/lib/ | 
| cpufunc.h | 39 uint16_t	inw(unsigned); 
 | 
| cpufunc.S | 70 NENTRY(inw) 73 	inw	%dx, %ax
 
 | 
| /src/sys/arch/x68k/stand/boot/ | 
| ne.h | 29 #define inw(x)     *(volatile uint16_t *)(x)  macro 
 | 
| ne.c | 86 #define ASIC_INW(x)	inw(ASIC_PORT(x)) 
 | 
| /src/sys/arch/arc/include/ | 
| pio.h | 45 #define	inw(a)		(*(volatile unsigned short*)(a))  macro 46 #define	in16(a)		inw(a)
 
 | 
| /src/sys/arch/mac68k/include/ | 
| pio.h | 15 #define inw(y) \  macro 
 | 
| /src/sys/arch/alpha/include/ | 
| pio.h | 51 #define	inw(addr)	(*alpha_pci_io_switch->apio_inw)((addr))  macro 
 | 
| /src/sys/arch/ia64/include/ | 
| acpi_machdep.h | 7 #define acpi_md_OsIn16(x)	inw((x)) 
 | 
| cpufunc.h | 80 inw(unsigned int port)  function in typeref:typename:uint16_t 122 		*buf++ = inw(port);
 
 | 
| bus.h | 185 	  ((t) == IA64_BUS_SPACE_IO ? (inw((h) + (o))) :		\ 861 				outw(addr2, inw(addr1));
 866 				outw(addr2, inw(addr1));
 
 | 
| /src/sys/arch/bebox/stand/boot/ | 
| boot.h | 53 u_short inw(int); 
 | 
| wdvar.h | 57 #define WDC_READ_DATA_STREAM(chp)	inw((chp)->c_data) 
 | 
| io.c | 67 inw(int port)  function in typeref:typename:u_short 
 | 
| /src/tests/lib/libnvmm/ | 
| h_io_assist_asm.S | 73 	inw	$123 78 	inw	%dx
 
 | 
| /src/sys/arch/i386/i386/ | 
| cpufunc.S | 368 ENTRY(inw)  function 371 	inw	%dx, %ax
 373 END(inw)
 
 | 
| busfunc.S | 69 	inw	%dx, %ax 380 	inw	%dx, %ax
 
 | 
| /src/sys/arch/arc/arc/ | 
| c_magnum.c | 109 	(void)inw(R4030_SYS_IT_STAT); 
 | 
| /src/sys/arch/amd64/amd64/ | 
| cpufunc.S | 466 ENTRY(inw)  function 469 	inw	%dx, %ax
 472 END(inw)
 
 | 
| busfunc.S | 73 	inw	%dx, %ax 403 	inw	%dx, %ax
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ | 
| vbox_main.c | 109 	dispi_id = inw(VBE_DISPI_IOPORT_DATA); 
 | 
| /src/sys/arch/powerpc/include/ | 
| pio.h | 168 #define	inw(a)		(__inw((volatile uint16_t *)(a)))  macro 169 #define	in16(a)		inw(a)
 
 | 
| /src/sys/arch/x86/x86/ | 
| vga_post.c | 90 	return inw(port); 
 | 
| bus_space.c | 815 				outw(addr2, inw(addr1)); 820 				outw(addr2, inw(addr1));
 
 |