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

/linux-4.1.27/block/partitions/
H A Dldm.c35 * ldm_debug/info/error/crit - Output an error message
39 * ldm_debug() writes a DEBUG level message to the syslog but only if the
43 #define ldm_debug(...) do {} while (0) macro
45 #define ldm_debug(f, a...) _ldm_printk (KERN_DEBUG, __func__, f, ##a) macro
157 ldm_debug("PRIVHEAD version %d.%d (Windows %s).", ph->ver_major, ldm_parse_privhead()
174 ldm_debug("Parsed PRIVHEAD successfully."); ldm_parse_privhead()
221 ldm_debug ("Parsed TOCBLOCK successfully."); ldm_parse_tocblock()
264 ldm_debug ("Parsed VMDB successfully."); ldm_parse_vmdb()
397 ldm_debug ("Validated PRIVHEADs successfully."); ldm_validate_privheads()
474 ldm_debug("Validated %d TOCBLOCKs successfully.", nr_tbs); ldm_validate_tocblocks()
585 ldm_debug ("Found W2K dynamic disk partition type."); ldm_validate_partition_table()
1211 ldm_debug ("Parsed VBLK 0x%llx (type: 0x%02x) ok.", ldm_parse_vblk()
1553 ldm_debug ("Parsed LDM database successfully."); ldm_partition()

Completed in 34 milliseconds