Home
last modified time | relevance | path

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

/openbsd/sys/dev/acpi/
H A Ddsdt.c81 #define acpi_os_malloc(sz) _acpi_os_malloc(sz, __FUNCTION__, __LINE__) macro
307 aml_ophash = (struct aml_opcode **)acpi_os_malloc(HASH_SIZE * in aml_hashopcodes()
546 pdata = acpi_os_malloc(sizeof(struct aml_notify_data)); in aml_register_notify()
617 node = acpi_os_malloc(sizeof(struct aml_node)); in __aml_search()
915 lhs->v_buffer = (uint8_t *)acpi_os_malloc(ival); in _aml_setvalue()
923 lhs->v_string = (char *)acpi_os_malloc(ival+1); in _aml_setvalue()
929 lhs->v_package = (struct aml_value **)acpi_os_malloc(ival * in _aml_setvalue()
1008 rv = (struct aml_value *)acpi_os_malloc(sizeof(struct aml_value)); in aml_allocvalue()
1894 scope = acpi_os_malloc(sizeof(struct aml_scope)); in aml_pushscope()
4699 dl = acpi_os_malloc(sizeof(*dl)); in acpi_getdevlist()