Searched defs:FDSDSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c69 #define FDSDSIZE sizeof (struct fddirect) macro
124 endoff = (nentries + 2) * FDSDSIZE;
134 if (uiop->uio_offset < 2*FDSDSIZE) {
136 MIN(uiop->uio_resid, 2*FDSDSIZE - uiop->uio_offset),
141 minfd = (uiop->uio_offset - 2*FDSDSIZE)/FDSDSIZE;
142 maxfd = (uiop->uio_offset + uiop->uio_resid - 1)/FDSDSIZE;
143 modoff = uiop->uio_offset % FDSDSIZE;
152 MIN(uiop->uio_resid, FDSDSIZE - modoff),
173 ((P_FINFO(curproc)->fi_nfiles + 2) * FDSDSIZE);
[all...]

Completed in 46 milliseconds