Searched refs:modoff (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 110 int minfd, maxfd, modoff, error = 0; in fdread() local 143 modoff = uiop->uio_offset % FDSDSIZE; in fdread() 151 error = uiomove((caddr_t)&dirbuf + modoff, in fdread() 152 MIN(uiop->uio_resid, FDSDSIZE - modoff), in fdread() 156 modoff = 0; in fdread()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 1206 member_cb(const char *name, mdb_ctf_id_t modmid, ulong_t modoff, void *data) in member_cb() argument 1224 return (vread_helper(modmid, modbuf + modoff / NBBY, in member_cb()
|