Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c62 static const struct clstat4 clstat4_tmpl = { variable
2724 bcopy(buf, ksp->ks_private, sizeof (clstat4_tmpl)); in cl4_snapshot()
2731 bcopy((char *)buf + sizeof (clstat4_tmpl), in cl4_snapshot()
2735 bcopy(ksp->ks_private, buf, sizeof (clstat4_tmpl)); in cl4_snapshot()
2742 bcopy(&clstat4_debug, (char *)buf + sizeof (clstat4_tmpl), in cl4_snapshot()
2766 bcopy(&clstat4_tmpl, &nfscl->nfscl_stat, sizeof (clstat4_tmpl)); in clinit4_zone()
2767 ndata = sizeof (clstat4_tmpl) / sizeof (kstat_named_t); in clinit4_zone()