Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c1373 static const char *lastfmt; in xenconserror() local
1386 if (last == now && lastfmt == fmt) in xenconserror()
1390 lastfmt = fmt; in xenconserror()
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c2838 static char *lastfmt; in llc1error() local
2845 if ((last == (now & ~1)) && (lastfmt == fmt)) in llc1error()
2848 lastfmt = fmt; in llc1error()
H A Decpp.c3572 static char *lastfmt; in ecpp_error() local
3591 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(last, lastfmt)) in ecpp_error()
3597 if ((last == (now & ~1)) && (lastfmt == fmt)) in ecpp_error()
3601 lastfmt = fmt; in ecpp_error()
H A Dasy.c4400 static const char *lastfmt; in asyerror() local
4413 if (last == now && lastfmt == fmt) in asyerror()
4417 lastfmt = fmt; in asyerror()