Searched refs:stt_buflen (Results 1 – 1 of 1) sorted by relevance
42 size_t stt_buflen; member81 table->stt_buflen = SMBIOS_TEST_ALLOC_SIZE; in smbios_test_table_init()98 if (len + table->stt_offset >= table->stt_buflen) { in smbios_test_table_append_common()100 size_t newlen = table->stt_buflen + SMBIOS_TEST_ALLOC_SIZE; in smbios_test_table_append_common()112 (void) memcpy(newbuf, table->stt_data, table->stt_buflen); in smbios_test_table_append_common()113 umem_free(table->stt_data, table->stt_buflen); in smbios_test_table_append_common()115 table->stt_buflen = newlen; in smbios_test_table_append_common()214 umem_free(table->stt_data, table->stt_buflen); in smbios_test_table_fini()