Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsubr_stats.c3527 void *statevsd, *vsd; local
3542 statevsd = BLOB_OFFSET(sb, vs->data_off);
3544 statevsd = NULL;
3550 VSD(voistate, statevsd)->prev.int32.s32;
3554 VSD(voistate, statevsd)->prev.int32.u32;
3558 VSD(voistate, statevsd)->prev.int64.s64;
3636 if (statevsd) {
3639 VSD(voistate, statevsd)->prev.int32.s32 =
3643 VSD(voistate, statevsd)->prev.int32.u32 =
3647 VSD(voistate, statevsd)->prev.int64.s64 =
[all …]