Searched defs:tsave (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c1347 static uint16_t tsave[2] = {0, 0}; local
1384 if (tsave[tindex] == 0) {
1386 &tsave[tindex]) == -1) {
1434 tdata = tsave[tindex];
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c980 static uint16_t tsave = 0; local
1013 if (tsave == 0) {
1015 &tsave) == -1) {
1064 tdata = tsave;

Completed in 66 milliseconds