Home
last modified time | relevance | path

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

/openbsd/sys/dev/
H A Dkstat.c163 int kstat_copy(struct kstat *, void *);
530 ks->ks_copy = kstat_copy; in kstat_create()
662 kstat_copy(struct kstat *ks, void *buf) in kstat_copy() function