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

/netbsd-current/sys/dev/acpi/
H A Dapei_hestvar.h78 struct apei_source *hsc_source; member in struct:apei_hest_softc
H A Dapei_hest.c332 struct apei_source *src = &hsc->hsc_source[i];
447 struct apei_source *src = &hsc->hsc_source[i];
499 struct apei_source *src = &hsc->hsc_source[i];
630 struct apei_source *src = &hsc->hsc_source[i];
910 if (n > INT32_MAX/sizeof(hsc->hsc_source[0])) {
914 hsc->hsc_source = kmem_zalloc(n * sizeof(hsc->hsc_source[0]),
951 if (hsc->hsc_source) {
954 struct apei_source *src = &hsc->hsc_source[i];
961 kmem_free(hsc->hsc_source,
[all...]

Completed in 90 milliseconds