Searched refs:stt_buflen (Results 1 – 2 of 2) sorted by relevance
64 table->stt_buflen = SMBIOS_TEST_ALLOC_SIZE; in smbios_test_table_init()81 if (len + table->stt_offset >= table->stt_buflen) { in smbios_test_table_append_common()83 size_t newlen = table->stt_buflen + SMBIOS_TEST_ALLOC_SIZE; in smbios_test_table_append_common()95 (void) memcpy(newbuf, table->stt_data, table->stt_buflen); in smbios_test_table_append_common()96 umem_free(table->stt_data, table->stt_buflen); in smbios_test_table_append_common()98 table->stt_buflen = newlen; in smbios_test_table_append_common()224 umem_free(table->stt_data, table->stt_buflen); in smbios_test_table_fini()
43 size_t stt_buflen; member