Searched refs:HD_COOKIE (Results 1 – 4 of 4) sorted by relevance
69 static const char HD_COOKIE[9] = "conectix"; variable
81 if (memcmp(footer->cookie, HD_COOKIE, size)) in vhd_util_check_validate_footer()
1141 memcpy(&vhd->footer.cookie, HD_COOKIE, sizeof(vhd->footer.cookie)); in vhd_journal_enable_vhd()
256 if (memcmp(footer->cookie, HD_COOKIE, csize) != 0 && in vhd_validate_footer()2438 memcpy(ctx->footer.cookie, HD_COOKIE, sizeof(ctx->footer.cookie)); in vhd_initialize_footer()
Completed in 11 milliseconds