Searched refs:G_PRINTF (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/gpt/
H A Dgpt.c23 #define G_PRINTF(f, ...) if (debug_out) printf ((f), ##__VA_ARGS__); macro
187 G_PRINTF("blocksize < 512 not supported\n");
213 G_PRINTF("invalid header magic!\n");
222 G_PRINTF("header crc check failed\n");
227 G_PRINTF("too many partitions!\n");
237 G_PRINTF("too many partitions\n");
250 G_PRINTF("partition table too big\n");
261 G_PRINTF("table crc check failed\n");
439 G_PRINTF("partition header invalid\n");
455 G_PRINTF("partitio
[all...]

Completed in 22 milliseconds