Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dmalloc.h95 #define M_ACPI 33 /* ACPI structures */ macro
/openbsd/sys/dev/acpi/
H A Dacpiprt.c314 if ((p = malloc(sizeof(*p), M_ACPI, M_NOWAIT)) == NULL) in acpiprt_prt_add()
H A Ddsdt.c419 sptr = malloc(size+sizeof(*sptr), M_ACPI, M_WAITOK | M_ZERO); in _acpi_os_malloc()
448 free(sptr, M_ACPI, sizeof(*sptr) + sptr->size); in _acpi_os_free()