HomeSort by: relevance | last modified time | path
    Searched refs:hsc_source (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
apei_hestvar.h 78 struct apei_source *hsc_source; member in struct:apei_hest_softc
apei_hest.c 332 struct apei_source *src = &hsc->hsc_source[i];
449 struct apei_source *src = &hsc->hsc_source[i];
503 struct apei_source *src = &hsc->hsc_source[i];
636 struct apei_source *src = &hsc->hsc_source[i];
918 if (n > MIN(SIZE_MAX, INT32_MAX)/sizeof(hsc->hsc_source[0])) {
922 hsc->hsc_source = kmem_zalloc(n * sizeof(hsc->hsc_source[0]),
959 if (hsc->hsc_source) {
962 struct apei_source *src = &hsc->hsc_source[i];
969 kmem_free(hsc->hsc_source, n * sizeof(hsc->hsc_source[0]))
    [all...]

Completed in 14 milliseconds