Lines Matching refs:xprintf

91         xprintf("bad parameter(s): dev=%p, buf=%p, len=%zu\n", dev, buf, len);
97 xprintf("block protocol not support\n");
103 xprintf("zx::vmo::create failed: %s\n", zx_status_get_string(rc));
131 xprintf("zx::vmo::write failed: %s\n", zx_status_get_string(rc));
140 xprintf("Block I/O failed: %s\n", zx_status_get_string(rc));
145 xprintf("zx::vmo::read failed: %s\n", zx_status_get_string(rc));
163 xprintf("bad parameter(s): fd=%d\n", fd.get());
170 xprintf("allocation failed: %zu bytes\n", sizeof(Volume));
190 xprintf("bad parameter(s): fd=%d, out=%p\n", fd.get(), out);
197 xprintf("allocation failed: %zu bytes\n", sizeof(Volume));
217 xprintf("could not find parent device: %s\n", zx_status_get_string(rc));
233 xprintf("could not bind zxcrypt driver: %s\n", zx_status_get_string(rc));
237 xprintf("zxcrypt driver failed to bind: %s\n", zx_status_get_string(rc));
242 xprintf("failed to open zxcrypt volume\n");
255 xprintf("not initialized\n");
259 xprintf("bad parameter(s): slot=%" PRIu64 "\n", slot);
274 xprintf("not initialized\n");
278 xprintf("bad parameter(s): slot=%" PRIu64 "\n", slot);
296 xprintf("not initialized\n");
319 xprintf("bad parameter(s): dev=%p, out=%p\n", dev, out);
325 xprintf("allocation failed: %zu bytes\n", sizeof(Volume));
341 xprintf("bad parameter(s): cipher=%p\n", cipher);
345 xprintf("not initialized\n");
375 xprintf("failed to get block info: %s\n", zx_status_get_string(rc));
380 xprintf("device is too small; have %" PRIu64 " blocks, need %" PRIu64 "\n", blk.block_count,
410 xprintf("ioctl_block_fvm_vslice_query failed: %s\n", zx_status_get_string(rc));
421 xprintf("failed to extend FVM partition: %s\n", zx_status_get_string(rc));
450 xprintf("unknown version: %u\n", version);
465 xprintf("block size is too small; have %zu, need %zu\n", block_.len(),
485 xprintf("failed to derive wrap key: %s\n", zx_status_get_string(rc));
492 xprintf("failed to derive wrap IV: %s\n", zx_status_get_string(rc));
582 xprintf("write failed for offset %" PRIu64 ": %s\n", offset_, zx_status_get_string(rc));
592 xprintf("bad key slot: %" PRIu64 "\n", slot);
612 xprintf("unexpected nonce: %" PRIu64 "\n", nonce);
625 xprintf("failed to read block at %" PRIu64 ": %s\n", offset_, zx_status_get_string(rc));
627 xprintf("failed to open block at %" PRIu64 ": %s\n", offset_, zx_status_get_string(rc));
642 xprintf("not a zxcrypt device\n");
661 xprintf("bad key slot: %" PRIu64 "\n", slot);
729 xprintf("lseek(%d, %" PRIu64 ", SEEK_SET) failed: %s\n", fd_.get(), offset_,
735 xprintf("read(%d, %p, %zu) failed: %s\n", fd_.get(), block_.get(), block_.len(),
740 xprintf("short read: have %zd, need %zu\n", res, block_.len());
757 xprintf("lseek(%d, %" PRIu64 ", SEEK_SET) failed: %s\n", fd_.get(), offset_,
763 xprintf("write(%d, %p, %zu) failed: %s\n", fd_.get(), block_.get(), block_.len(),
768 xprintf("short read: have %zd, need %zu\n", res, block_.len());