OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shadow_vat_contents
(Results
1 - 2
of
2
) 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
...]
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 27 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025