Home | History | Annotate | Download | only in blkid

Lines Matching full:printf

151 		DBG(DEBUG_READ, printf("found device header: %8s\n", p));
170 DBG(DEBUG_READ, printf("found device trailer %9s\n", *cp));
195 printf("blkid: short line parsing dev: %s\n", *cp));
201 DBG(DEBUG_READ, printf("device should be %*s\n",
213 printf("blkid: missing </device> ending: %s\n", end));
218 DBG(DEBUG_READ, printf("blkid: empty device name: %s\n", *cp));
226 DBG(DEBUG_READ, printf("found dev %s\n", name));
258 printf("unbalanced quotes at: %s\n", *value));
327 DBG(DEBUG_READ, printf(" tag: %s=\"%s\"\n", name, value));
353 DBG(DEBUG_READ, printf("line: %s\n", cp));
366 printf("blkid: device %s has no TYPE\n",dev->bid_name));
400 DBG(DEBUG_CACHE, printf("skipping re-read of %s\n",
405 DBG(DEBUG_CACHE, printf("reading cache file %s\n",
429 printf("blkid: bad format on line %d\n", lineno));
453 printf(" dev: NULL\n");
457 printf(" dev: name = %s\n", dev->bid_name);
458 printf(" dev: DEVNO=\"0x%0llx\"\n", (long long)dev->bid_devno);
459 printf(" dev: TIME=\"%lld\"\n", (long long)dev->bid_time);
460 printf(" dev: PRI=\"%d\"\n", dev->bid_pri);
461 printf(" dev: flags = 0x%08X\n", dev->bid_flags);
466 printf(" tag: %s=\"%s\"\n", tag->bit_name,
469 printf(" tag: NULL\n");
471 printf("\n");