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

  /src/sys/kern/
subr_disk.c 101 #ifndef PRIdaddr
102 #define PRIdaddr PRId64
115 printf("%" PRIdaddr, bp->b_blkno);
127 (*pr)("%" PRIdaddr, sn);
131 (*pr)("%" PRIdaddr " of ", sn);
133 (*pr)("%" PRIdaddr "-%" PRIdaddr "", bp->b_blkno,
138 (*pr)(" (%s%d bn %" PRIdaddr "; cn %" PRIdaddr "",
141 (*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 112 #ifndef PRIdaddr
113 #define PRIdaddr PRId64
792 printf("PART%s%dSTART=%"PRIdaddr"\n", e, part,
858 printf("%*s start %"PRIdaddr", size %"PRIdaddr,
995 PBR_ERROR("Sector %"PRIdaddr" is unreadable (%s)\n",
2360 printf("DLCYL=%d\nDLHEAD=%d\nDLSEC=%d\nDLSIZE=%"PRIdaddr"\n",
2362 printf("BCYL=%d\nBHEAD=%d\nBSEC=%d\nBDLSIZE=%"PRIdaddr"\n",
2372 "(%d sectors/cylinder)\ntotal sectors: %"PRIdaddr", "
2377 "(%d sectors/cylinder)\ntotal sectors: %"PRIdaddr"\n\n"
    [all...]

Completed in 17 milliseconds