Searched refs:toff (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c1744 off_t toff; local
1880 toff = pt->p_textoff;
1882 error = copyout(&toff, uaddr, sizeof(toff));
1889 toff = pt->p_textoff;
1896 error = vn_getcdhash(tvp, toff, cdhash);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c3013 u_quad_t off, endoff, toff; local
3111 toff = NBOFF(bp) + bp->nb_dirtyoff;
3112 if (toff < off)
3113 off = toff;
3114 toff += (u_quad_t)(bp->nb_dirtyend - bp->nb_dirtyoff);
3115 if (toff > endoff)
3116 endoff = toff;
3168 toff = NBOFF(bp) + bp->nb_dirtyoff;
3170 retv = nmp->nm_funcs->nf_commit_rpc(np, toff, count, bp->nb_wcred, wverf);
H A Dnfs_serv.c3902 u_quad_t off, toff, verf; local
3918 nfsm_chain_get_64(error, nmreq, toff);
3921 nfsm_chain_get_32(error, nmreq, toff);
3926 off = toff;
3954 if (!error && toff && verf && (verf != attr.va_filerev))
4021 toff = off;
4124 u_quad_t off, toff, verf; local
4140 nfsm_chain_get_64(error, nmreq, toff);
4146 off = toff;
4176 if (!error && toff
[all...]
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c8563 int toff; local
8580 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff);
8585 ext = (struct sadb_ext *)(void *)(mtod(n, caddr_t) + toff);
8640 n = m_pulldown(m, off, extlen, &toff);
8645 ext = (struct sadb_ext *)(void *)(mtod(n, caddr_t) + toff);

Completed in 67 milliseconds