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

/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c43 int stablesz; local
49 if (mdb_readvar(&stablesz, "stablesz") == -1) {
50 mdb_warn("failed to read 'stablesz'");
54 if (stablesz == 0)
70 sw->sw_stablesz = stablesz;
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c629 int stablesz = STABLESIZE; variable

Completed in 4973 milliseconds