Home
last modified time | relevance | path

Searched refs:magic_version_2_0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dcloop.c50 const char *magic_version_2_0 = "#!/bin/sh\n" in cloop_probe() local
53 int length = strlen(magic_version_2_0); in cloop_probe()
57 if (!memcmp(magic_version_2_0, buf, length)) { in cloop_probe()