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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c344 static int getshadowslot(long);
748 if ((addr = getshadowslot(
890 addr = getshadowslot((long)(cur_shad + temp));
941 addr = getshadowslot((long)(cur_shad - temp));
1787 addr = getshadowslot(value);
3101 * getshadowslot - get the address of the shadow data desired
3104 getshadowslot(long shadow) function

Completed in 93 milliseconds