HelenOS sources
PRIuOFF64 169 uspace/app/blkdump/blkdump.c printf("Device %s has %" PRIuOFF64 " blocks, %" PRIuOFF64 " bytes each\n", dev_path, dev_nblocks, (aoff64_t) block_size);
PRIuOFF64 192 uspace/app/blkdump/blkdump.c printf(NAME ": Error allocating data buffer of %" PRIuOFF64 " bytes", (aoff64_t) block_size);
PRIuOFF64 200 uspace/app/blkdump/blkdump.c printf(NAME ": Error reading block at %" PRIuOFF64 " \n", current);
PRIuOFF64 205 uspace/app/blkdump/blkdump.c printf("---- Block %" PRIuOFF64 " (at %" PRIuOFF64 ") ----\n", current, current * block_size);
PRIuOFF64 897 uspace/app/mkexfat/mkexfat.c printf("Block device has %" PRIuOFF64 " blocks.\n",
PRIuOFF64 217 uspace/app/mkfat/mkfat.c printf(NAME ": Block device has %" PRIuOFF64 " blocks.\n",
PRIuOFF64 231 uspace/app/mkmfs/mkmfs.c printf(NAME ": Block device has %" PRIuOFF64 " blocks.\n",
PRIuOFF64 144 uspace/app/testread/testread.c printf("Unexpected value at offset %" PRIuOFF64 "\n", offset);
PRIuOFF64 160 uspace/app/testread/testread.c printf("%" PRIuOFF64 "M - time: %u s, "
PRIuOFF64 161 uspace/app/testread/testread.c "cur: %" PRIuOFF64 " B/s, avg: %" PRIuOFF64 " B/s\n",
PRIuOFF64 177 uspace/app/testread/testread.c printf("total bytes: %" PRIuOFF64
PRIuOFF64 178 uspace/app/testread/testread.c ", total time: %u s, avg speed: %" PRIuOFF64 " B/s\n",
PRIuOFF64 492 uspace/lib/block/block.c PRIuOFF64 "from device handle %" PRIun "\n"
PRIuOFF64 650 uspace/lib/block/block.c PRIuOFF64 "from device handle %" PRIun "\n"
PRIuOFF64 927 uspace/lib/block/block.c printf("Error %s reading %zu blocks starting at block %" PRIuOFF64
PRIuOFF64 954 uspace/lib/block/block.c printf("Error %s writing %zu blocks starting at block %" PRIuOFF64
PRIuOFF64 249 uspace/srv/bd/file_bd/file_bd.c printf(NAME ": Accessed blocks %" PRIuOFF64 "-%" PRIuOFF64 ", while "
PRIuOFF64 250 uspace/srv/bd/file_bd/file_bd.c "max block number is %" PRIuOFF64 ".\n", ba, ba + cnt - 1,
PRIuOFF64 289 uspace/srv/bd/file_bd/file_bd.c printf(NAME ": Accessed blocks %" PRIuOFF64 "-%" PRIuOFF64 ", while "
PRIuOFF64 290 uspace/srv/bd/file_bd/file_bd.c "max block number is %" PRIuOFF64 ".\n", ba, ba + cnt - 1,
HelenOS homepage, sources at GitHub