Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c172 static const struct clstat clstat_tmpl = { variable
3399 bcopy(buf, ksp->ks_private, sizeof (clstat_tmpl)); in cl_snapshot()
3406 bcopy((char *)buf + sizeof (clstat_tmpl), &clstat_debug, in cl_snapshot()
3410 bcopy(ksp->ks_private, buf, sizeof (clstat_tmpl)); in cl_snapshot()
3417 bcopy(&clstat_debug, (char *)buf + sizeof (clstat_tmpl), in cl_snapshot()
3436 bcopy(&clstat_tmpl, &nfscl->nfscl_stat, sizeof (clstat_tmpl)); in clinit_zone()
3437 ndata = sizeof (clstat_tmpl) / sizeof (kstat_named_t); in clinit_zone()