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

  /src/sys/arch/x86/include/
bootinfo.h 213 uint8_t rpos; member in struct:btinfo_framebuffer
  /src/sbin/newfs_udf/
udf_core.c 3722 uint64_t rpos, rel_loc; local in function:udf_read_sector
3725 rpos = (uint64_t) location * context.sector_size;
3747 ret = pread(dev_fd, sector, context.sector_size, rpos);
3761 ret = pread(dev_fd, sector, context.sector_size, rpos);
3787 uint64_t rpos, wpos; local in function:udf_writeout_writequeue
3806 rpos = (uint64_t) packet->start_sectornr * context.sector_size;
3807 ret = pread(dev_fd, linebuf, linesize, rpos);
  /src/sbin/fsck_udf/
main.c 1140 uint64_t rpos; local in function:udf_check_vrs9660
1158 rpos = (uint64_t) layout.iso9660_vrs * context.sector_size;
1159 ret = pread(dev_fd, buffer, UDF_ISO_VRS_SIZE, rpos);
1211 uint64_t rpos; local in function:udf_find_anchor
1224 rpos = (uint64_t) location * sz_guess;
1225 ret = pread(dev_fd, buffer, sz_guess, rpos);

Completed in 17 milliseconds