Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_app.c1833 struct mpi3mr_ioctl_chgcnt chg_count; in mpi3mr_get_change_count() local
1834 memset(&chg_count, 0, sizeof(chg_count)); in mpi3mr_get_change_count()
1836 chg_count.change_count = sc->change_count; in mpi3mr_get_change_count()
1837 if (data_in_sz >= sizeof(chg_count)) { in mpi3mr_get_change_count()
1838 if ((rval = copyout(&chg_count, data_in_buf, sizeof(chg_count)))) { in mpi3mr_get_change_count()