Searched refs:SMBIOS_TEST_ALLOC_SIZE (Results 1 – 2 of 2) sorted by relevance
59 table->stt_data = umem_zalloc(SMBIOS_TEST_ALLOC_SIZE, UMEM_DEFAULT); in smbios_test_table_init()64 table->stt_buflen = SMBIOS_TEST_ALLOC_SIZE; in smbios_test_table_init()83 size_t newlen = table->stt_buflen + SMBIOS_TEST_ALLOC_SIZE; in smbios_test_table_append_common()86 newlen += SMBIOS_TEST_ALLOC_SIZE; in smbios_test_table_append_common()
38 #define SMBIOS_TEST_ALLOC_SIZE 1024 macro