HomeSort by: relevance | last modified time | path
    Searched defs:PRIdaddr (Results 1 - 3 of 3) sorted by relevancy

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

Completed in 62 milliseconds