Searched defs:io_offset (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h419 uint64_t io_offset; member in struct:zio
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c283 static off_t io_offset = 0; /* offset sector (-o offset) */ variable
786 io_offset = (off_t)strtoull(optarg, 0, 0);
1625 * Write to the disk at absolute relative block io_offset
1633 *off_ptr = io_offset;
1636 if (lseek(Dev, (off_t)(sectsiz * io_offset++),
1652 * Read from the disk at absolute relative block io_offset for
1661 if (lseek(Dev, (off_t)(sectsiz * io_offset++),
1695 * absolute relative block io_offset for io_size blocks (-w).
1727 if (lseek(Dev, (off_t)(sectsiz * io_offset++),

Completed in 83 milliseconds