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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c171 static const struct clstat clstat_tmpl = { variable in typeref:struct:clstat
3341 bcopy(buf, ksp->ks_private, sizeof (clstat_tmpl));
3348 bcopy((char *)buf + sizeof (clstat_tmpl), &clstat_debug,
3352 bcopy(ksp->ks_private, buf, sizeof (clstat_tmpl));
3359 bcopy(&clstat_debug, (char *)buf + sizeof (clstat_tmpl),
3378 bcopy(&clstat_tmpl, &nfscl->nfscl_stat, sizeof (clstat_tmpl));
3379 ndata = sizeof (clstat_tmpl) / sizeof (kstat_named_t);

Completed in 75 milliseconds