Searched refs:crtr_app (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | vhd.h | 54 char crtr_app[4]; /* Creator application */ member
|
A D | libvhd.h | 190 return !strncmp(ctx->footer.crtr_app, "tap", 3); in vhd_creator_tapdisk()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-check.c | 87 !strncmp(footer->crtr_app, "tap", 3) && in vhd_util_check_validate_footer() 121 if (!strncmp(footer->crtr_app, "tap", 3) && in vhd_util_check_validate_footer() 429 !strncmp(backup.crtr_app, "tap", 3) && in vhd_util_check_footer()
|
A D | vhd-util-read.c | 119 memcpy(creator, f->crtr_app, 4); in vhd_print_footer()
|
A D | libvhd.c | 272 !strncmp(footer->crtr_app, "tap", 3) && in vhd_validate_footer() 2450 strcpy(ctx->footer.crtr_app, "tap"); in vhd_initialize_footer()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-vhd.c | 549 if (strncmp(s->vhd.footer.crtr_app, "tap", 3)) in vhd_check_version() 574 snprintf(buf, sizeof(buf), "%s", s->vhd.footer.crtr_app); in vhd_log_open()
|
Completed in 16 milliseconds