Home
last modified time | relevance | path

Searched defs:readargs (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/amd/rpcx/
H A Dnfs_prot.x215 struct readargs { struct
216 nfs_fh file; /* handle for file */
217 unsigned offset; /* byte offset in file */
218 unsigned count; /* immediate read count */
219 unsigned totalcount; /* total read count (from this offset)*/
H A Dnfs_prot.h246 struct readargs { struct
252 typedef struct readargs readargs; argument
/openbsd-src/lib/librpcsvc/
H A Dnfs_prot.x196 struct readargs { struct
197 nfs_fh file; /* handle for file */
198 unsigned offset; /* byte offset in file */
199 unsigned count; /* immediate read count */
200 unsigned totalcount; /* total read count (from this offset)*/