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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c284 static long cur_shad; variable
749 (long)cur_shad + 1)) == 0)
890 addr = getshadowslot((long)(cur_shad + temp));
941 addr = getshadowslot((long)(cur_shad - temp));
3115 if (shadow < cur_shad) {
3130 cur_shad = 0;
3134 for (; cur_shad < shadow; cur_shad++) {
4203 cur_shad = 0;
4250 cur_shad
[all...]

Completed in 67 milliseconds