Searched refs:lastfmt (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c1369 static const char *lastfmt; local
1378 * must be in the data segment otherwise lastfmt would point
1382 if (last == now && lastfmt == fmt)
1386 lastfmt = fmt;
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c2839 static char *lastfmt; local
2846 if ((last == (now & ~1)) && (lastfmt == fmt))
2849 lastfmt = fmt;
H A Decpp.c3570 static char *lastfmt; local
3584 * - last and lastfmt - unprotected. However, this will not do
3589 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(last, lastfmt))
3595 if ((last == (now & ~1)) && (lastfmt == fmt))
3599 lastfmt = fmt;
H A Dasy.c4362 static const char *lastfmt; local
4371 * must be in the data segment otherwise lastfmt would point
4375 if (last == now && lastfmt == fmt)
4379 lastfmt = fmt;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c2274 static char *lastfmt; local
2283 if ((last == (now & ~1)) && (lastfmt == fmt))
2287 lastfmt = fmt;

Completed in 73 milliseconds