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

/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c110 int minfd, maxfd, modoff, error = 0; local
143 modoff = uiop->uio_offset % FDSDSIZE;
151 error = uiomove((caddr_t)&dirbuf + modoff,
152 MIN(uiop->uio_resid, FDSDSIZE - modoff),
156 modoff = 0;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1224 member_cb(const char *name, mdb_ctf_id_t modmid, ulong_t modoff, void *data) argument
1242 return (vread_helper(modmid, modbuf + modoff / NBBY,

Completed in 49 milliseconds