rdsize
static dev_type_size(rdsize);
.d_psize = rdsize,
dev_type_size(rdsize);
.d_psize = rdsize,
u_int32_t rdsize; /* Length of data to read */
rdsize = (attrnum == NTFS_A_INDXROOT) ? vap->va_datalen : blsize;
ntfs_cntob(blnum * cpbl), rdsize, rdbuf, NULL);
rdbuf, rdsize);
for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
u_int32_t rdsize;
u_int32_t rdsize; /* Length of data to read from current block */
rdsize = vap->va_datalen;
dprintf(("%s: rdsz: %d\n", __func__, rdsize));
0, rdsize, rdbuf, NULL);
for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
tctx->rdsize = rdsize;
rdsize = blsize;
ntfs_cntob(cn), rdsize, rdbuf, NULL);
rdbuf, rdsize);
rdsize = lookup_ctx->rdsize;
"$I30", ntfs_cntob(cn), rdsize, rdbuf, NULL);
rdbuf, rdsize);
size_t rdsize;
rdsize = (size_t)read(midifd, &e, sizeof e);
if (rdsize == 0)
if (rdsize != sizeof e)