HomeSort by: relevance | last modified time | path
    Searched refs:pvnr_offset (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libpuffs/
opdump.c 492 rw_msg->pvnr_offset, rw_msg->pvnr_resid, rw_msg->pvnr_ioflag);
533 mydprintf(DINT "read offset: %" PRId64 "\n", readdir_msg->pvnr_offset);
dispatcher.c 815 opcookie, dent, &auxt->pvnr_offset,
964 auxt->pvnr_offset, &auxt->pvnr_resid,
986 auxt->pvnr_offset, &auxt->pvnr_resid,
992 auxt->pvnr_offset, &auxt->pvnr_resid,
  /src/sys/fs/puffs/
puffs_msgif.h 554 off_t pvnr_offset; /* OUT */ member in struct:puffs_vnmsg_rw
670 off_t pvnr_offset; /* IN/OUT */ member in struct:puffs_vnmsg_readdir
puffs_vnops.c 1517 readdir_msg->pvnr_offset = uio->uio_offset;
1571 uio->uio_offset = readdir_msg->pvnr_offset;
2202 (cont)->pvnr_offset = (offset); \

Completed in 16 milliseconds