Searched refs:_v (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/grub/grub2/include/grub/i386/ |
H A D | io.h | 29 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;
|
/osnet-11/usr/src/lib/libast/common/stdio/ |
H A D | stdhdr.h | 61 static Funvec_t _v = { n }; \ 62 if ((_i = _stdfun(p, &_v)) < 0) \ 65 return ((_s_f)_v.vec[_i])a; \ 72 static Funvec_t _v = { n }; \ 73 if ((_i = _stdfun(p, &_v)) < 0) \ 76 return ((_s_f)_v.vec[_i])a; \ 83 static Funvec_t _v = { n }; \ 84 if ((_i = _stdfun(p, &_v)) < 0) \ 88 ((_s_f)_v.vec[_i])a; \
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | io.h | 135 extern inline unsigned x __in##s(unsigned short port) { unsigned x _v; 141 __IN1(s,x) __IN2(s,s1,"w") : "=a" (_v) : "d" (port) ,##i ); return _v; } \ 142 __IN1(s##c,x) __IN2(s,s1,"") : "=a" (_v) : "id" (port) ,##i ); return _v; } \ 143 __IN1(s##_p,x) __IN2(s,s1,"w") : "=a" (_v) : "d" (port) ,##i ); SLOW_DOWN_IO; return _v; } \ 144 __IN1(s##c_p,x) __IN2(s,s1,"") : "=a" (_v) : "id" (port) ,##i ); SLOW_DOWN_IO; return _v; }
|
/osnet-11/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 128 #define SES_NV_CTL64(_l, _n, _v) \ 132 (_v) = v; \ 135 #define SES_NV_CTL16(_l, _n, _v) \ 139 SCSI_WRITE16(&(_v), v); \
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/ |
H A D | DProf.t | 27 @tests = @ARGV ? @ARGV : sort (<lib/dprof/*_t>, <lib/dprof/*_v>); # glob-sort, for OS/2
|
Completed in 43 milliseconds