Searched refs:M_ACPI (Results 1 – 3 of 3) sorted by relevance
95 #define M_ACPI 33 /* ACPI structures */ macro
314 if ((p = malloc(sizeof(*p), M_ACPI, M_NOWAIT)) == NULL) in acpiprt_prt_add()
419 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()