udf_subr.c | 2726 memcpy(blob, ump->vat_table + offset, size); 2741 new_vat_table = realloc(ump->vat_table, 2748 ump->vat_table = new_vat_table; 2753 memcpy(ump->vat_table + offset, blob, size); 2874 ump->vat_table, ump->vat_table_len, 0, 2915 uint8_t *vat_table; local in function:udf_check_for_vat 2961 vat_table = malloc(vat_table_alloc_len, M_UDFVOLD, M_WAITOK); 2962 if (vat_table == NULL) { 3036 vat_table, 3052 if (ump->vat_table) [all...] |