HomeSort by: relevance | last modified time | path
    Searched defs:shadow_vat_contents (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/fsck_udf/
main.c 185 uint8_t *shadow_vat_contents; variable in typeref:typename:uint8_t *
3786 shadow_vat_pos = shadow_vat_contents + context.vat_start + i*4;
3802 shadow_vat_contents = calloc(1, context.vat_allocated);
3803 assert(shadow_vat_contents);
3804 memcpy(shadow_vat_contents, context.vat_contents, context.vat_size);
3808 vat_pos = shadow_vat_contents + context.vat_start + i*4;
3835 shadow_vat_pos = shadow_vat_contents + context.vat_start + i*4;
3840 memcpy(context.vat_contents, shadow_vat_contents, context.vat_size);
4181 free(shadow_vat_contents);
4182 shadow_vat_contents = NULL
    [all...]

Completed in 13 milliseconds