Searched refs:rdsize (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/fs/ntfs/ |
H A D | ntfs_subr.c | 70 u_int32_t rdsize; member 775 u_int32_t rdsize; /* Length of data to read from current block */ in ntfs_ntlookupfile() local 817 rdsize = vap->va_datalen; in ntfs_ntlookupfile() 818 dprintf(("%s: rdsz: %d\n", __func__, rdsize)); in ntfs_ntlookupfile() 821 0, rdsize, rdbuf, NULL); in ntfs_ntlookupfile() 830 for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff); in ntfs_ntlookupfile() 866 tctx->rdsize = rdsize; in ntfs_ntlookupfile() 916 rdsize = blsize; in ntfs_ntlookupfile() 919 ntfs_cntob(cn), rdsize, rdbuf, NULL); in ntfs_ntlookupfile() 924 rdbuf, rdsize); in ntfs_ntlookupfile() [all …]
|
/netbsd-src/external/bsd/bc/dist/ |
H A D | scan.l | 82 ssize_t rdsize; in bcel_input() local 85 while ( (rdsize = read( fileno(yyin), buf, max )) < 0 ) in bcel_input() 91 *result = (yy_size_t) rdsize; in bcel_input()
|
/netbsd-src/usr.bin/midirecord/ |
H A D | midirecord.c | 259 size_t rdsize; in main() local 261 rdsize = (size_t)read(midifd, &e, sizeof e); in main() 262 if (rdsize == 0) in main() 265 if (rdsize != sizeof e) in main()
|
/netbsd-src/sys/dev/gpib/ |
H A D | rd.c | 257 dev_type_size(rdsize); 265 .d_psize = rdsize, 1052 rdsize(dev_t dev) in rdsize() function
|
/netbsd-src/sys/arch/hp300/dev/ |
H A D | rd.c | 461 static dev_type_size(rdsize); 469 .d_psize = rdsize, 1408 rdsize(dev_t dev) in rdsize() function
|