Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_sunos5_6.h294 struct readargs { struct
295 nfs_fh ra_fhandle;
296 u_int ra_offset;
297 u_int ra_count;
298 u_int ra_totalcount;
H A Dnfs_prot_sunos5_8.h292 struct readargs { struct
293 nfs_fh ra_fhandle;
294 u_int ra_offset;
295 u_int ra_count;
296 u_int ra_totalcount;
H A Dnfs_prot_sunos5_7.h304 struct readargs { struct
305 nfs_fh ra_fhandle;
306 u_int ra_offset;
307 u_int ra_count;
308 u_int ra_totalcount;
H A Dnfs_prot_sunos5_5.h289 struct readargs { struct
290 nfs_fh ra_fhandle;
291 u_int ra_offset;
292 u_int ra_count;
293 u_int ra_totalcount;
H A Dnfs_prot_hpux.h306 struct readargs { struct
307 fhandle_t ra_fhandle;
308 u_int ra_offset;
309 u_int ra_count;
310 u_int ra_totalcount;
H A Dnfs_prot_svr4.h309 struct readargs { struct
310 nfs_fh ra_fhandle;
311 u_int ra_offset;
312 u_int ra_count;
313 u_int ra_totalcount;
H A Dnfs_prot_bsdi2.h339 struct readargs { struct
340 nfsv2fh_t ra_fhandle;
341 u_int ra_offset;
342 u_int ra_count;
343 u_int ra_totalcount;
H A Dnfs_prot_irix5.h358 struct readargs { struct
359 nfs_fh ra_fhandle;
360 u_int ra_offset;
361 u_int ra_count;
362 u_int ra_totalcount;
H A Dnfs_prot_ncr2.h384 struct readargs { struct
385 nfs_fh ra_fhandle;
386 u_int ra_offset;
387 u_int ra_count;
388 u_int ra_totalcount;
H A Dnfs_prot_irix6.h323 struct readargs { struct
324 nfs_fh ra_fhandle;
325 u_int ra_offset;
326 u_int ra_count;
327 u_int ra_totalcount;
H A Dnfs_prot_hpux11.h410 struct readargs { struct
411 nfs_fh ra_fhandle;
412 u_int ra_offset;
413 u_int ra_count;
414 u_int ra_totalcount;
H A Dnfs_prot_nextstep.h503 struct readargs { struct
504 nfs_fh ra_fhandle;
505 u_int ra_offset;
506 u_int ra_count;
507 u_int ra_totalcount;
/netbsd-src/lib/librpcsvc/
H A Dnfs_prot.x198 struct readargs { struct
199 nfs_fh file; /* handle for file */
200 unsigned offset; /* byte offset in file */
201 unsigned count; /* immediate read count */
202 unsigned totalcount; /* total read count (from this offset)*/