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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c60 Xword _r, _a, _b; local
62 if ((_a = a) == 0)
67 if (_a > _b)
68 _a = b, _b = a;
69 while ((_r = _b % _a) != 0)
70 _b = _a, _a = _r;
71 return ((a / _a) * b);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.h168 } _a; member in union:asyncline::__anon9285
171 #define async_overrun async_uover._a.uover_overrun
172 #define async_hw_overrun async_uover._a._hw
173 #define async_sw_overrun async_uover._a._sw
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h349 } _a; member in union:asyncline::__anon7020
352 #define async_overrun async_uover._a.uover_overrun
353 #define async_hw_overrun async_uover._a._hw
354 #define async_sw_overrun async_uover._a._sw
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h317 } _a; member in union:asyncline::__anon9766
320 #define async_overrun async_uover._a.uover_overrun
321 #define async_hw_overrun async_uover._a._hw
322 #define async_sw_overrun async_uover._a._sw

Completed in 51 milliseconds