HomeSort by relevance Sort by last modified time
    Searched defs:io_offset (Results 1 - 2 of 2) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/sys/
zio.h 251 uint64_t io_offset; member in struct:zio
  /netvirt/usr/src/cmd/fdisk/
fdisk.c 246 static int io_offset = 0; /* offset sector (-o offset) */ variable
411 io_offset = strtoul(optarg, 0, 0);
1174 * Write to the disk at absolute relative block io_offset
1181 *buff_ptr = io_offset;
1184 if (lseek(Dev, sectsiz * io_offset++, SEEK_SET) == -1) {
    [all...]

Completed in 180 milliseconds