Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxencons.c1369 static const char *lastfmt; in xenconserror() local
1382 if (last == now && lastfmt == fmt) in xenconserror()
1386 lastfmt = fmt; in xenconserror()
/titanic_41/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;
/titanic_41/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; in ecpp_error() local
3589 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(last, lastfmt)) in ecpp_error()
3595 if ((last == (now & ~1)) && (lastfmt == fmt)) in ecpp_error()
3599 lastfmt = fmt; in ecpp_error()
H A Dasy.c4362 static const char *lastfmt; in asyerror() local
4375 if (last == now && lastfmt == fmt) in asyerror()
4379 lastfmt = fmt; in asyerror()