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

/freebsd-11-stable/sys/x86/x86/
H A Dmca.c93 static volatile int mca_count; /* Number of records stored. */ variable
167 if (name[0] < 0 || name[0] >= mca_count)
171 if (name[0] >= mca_count) {
524 mca_count++;
852 "count", CTLFLAG_RD, (int *)(uintptr_t)&mca_count, 0,

Completed in 96 milliseconds