Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c171 static const struct clstat clstat_tmpl = { variable
3398 bcopy(buf, ksp->ks_private, sizeof (clstat_tmpl)); in cl_snapshot()
3405 bcopy((char *)buf + sizeof (clstat_tmpl), &clstat_debug, in cl_snapshot()
3409 bcopy(ksp->ks_private, buf, sizeof (clstat_tmpl)); in cl_snapshot()
3416 bcopy(&clstat_debug, (char *)buf + sizeof (clstat_tmpl), in cl_snapshot()
3435 bcopy(&clstat_tmpl, &nfscl->nfscl_stat, sizeof (clstat_tmpl)); in clinit_zone()
3436 ndata = sizeof (clstat_tmpl) / sizeof (kstat_named_t); in clinit_zone()