Searched defs:_v (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dio.h29 unsigned char _v; local
31 __asm__ __volatile__ ("inb %w1,%0":"=a" (_v):"Nd" (port));
32 return _v;
38 unsigned short _v; local
40 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (port));
41 return _v;
47 unsigned int _v; local
49 __asm__ __volatile__ ("inl %w1,%0":"=a" (_v):"Nd" (port));
50 return _v;

Completed in 27 milliseconds