Home
last modified time | relevance | path

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

/netbsd-src/sbin/dkctl/
H A Ddkctl.c71 #ifndef PRIdaddr
72 #define PRIdaddr PRId64 macro
437 printf("%s: blocks %" PRIdaddr " - %" PRIdaddr " failed at %s", in disk_badsectors()
508 printf("%s: bad sector clusters %"PRIdaddr in disk_badsectors()
509 " total sectors %"PRIdaddr"\n", dvname, bad, totbad); in disk_badsectors()
526 * PRIdaddr is used here because the type of dbs_max is daddr_t in disk_badsectors()
530 printf("%s: Retrying %"PRIdaddr" - %" in disk_badsectors()
531 PRIdaddr"\n", dvname, dbs->dbs_min, dbs->dbs_max); in disk_badsectors()
536 warn("%s: lseek block %" PRIdaddr "", in disk_badsectors()
[all...]
/netbsd-src/sys/kern/
H A Dsubr_disk.c97 #ifndef PRIdaddr
98 #define PRIdaddr PRId64 macro
111 printf("%" PRIdaddr, bp->b_blkno); in diskerr()
123 (*pr)("%" PRIdaddr, sn); in diskerr()
127 (*pr)("%" PRIdaddr " of ", sn); in diskerr()
129 (*pr)("%" PRIdaddr "-%" PRIdaddr "", bp->b_blkno, in diskerr()
134 (*pr)(" (%s%d bn %" PRIdaddr "; cn %" PRIdaddr "", in diskerr()
137 (*pr)(" tn %" PRIdaddr " sn %" PRIdaddr ")", in diskerr()
/netbsd-src/sbin/fdisk/
H A Dfdisk.c109 #ifndef PRIdaddr
110 #define PRIdaddr PRId64 macro
789 printf("PART%s%dSTART=%"PRIdaddr"\n", e, part, in print_part()
855 printf("%*s start %"PRIdaddr", size %"PRIdaddr, in print_mbr_partition()
992 PBR_ERROR("Sector %"PRIdaddr" is unreadable (%s)\n", in print_pbr()
2357 printf("DLCYL=%d\nDLHEAD=%d\nDLSEC=%d\nDLSIZE=%"PRIdaddr"\n", in change_part()
2359 printf("BCYL=%d\nBHEAD=%d\nBSEC=%d\nBDLSIZE=%"PRIdaddr"\n", in change_part()
2369 "(%d sectors/cylinder)\ntotal sectors: %"PRIdaddr", " in print_geometry()
2374 "(%d sectors/cylinder)\ntotal sectors: %"PRIdaddr"\ in print_geometry()
[all...]