roff              628 dev/pci/if_txp.c 	u_int32_t roff, woff;
roff              631 dev/pci/if_txp.c 	roff = letoh32(*r->r_roff);
roff              633 dev/pci/if_txp.c 	idx = roff / sizeof(struct txp_rx_desc);
roff              636 dev/pci/if_txp.c 	while (roff != woff) {
roff              749 dev/pci/if_txp.c 		roff += sizeof(struct txp_rx_desc);
roff              750 dev/pci/if_txp.c 		if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) {
roff              752 dev/pci/if_txp.c 			roff = 0;
roff             1251 dev/rasops/rasops.c 	int col, roff;
roff             1254 dev/rasops/rasops.c 		for (roff = 0; roff < num; roff++)
roff             1256 dev/rasops/rasops.c 				rasops_copychar(cookie, src + roff, dst + roff,
roff             1259 dev/rasops/rasops.c 		for (roff = num - 1; roff >= 0; roff--)
roff             1261 dev/rasops/rasops.c 				rasops_copychar(cookie, src + roff, dst + roff,
roff              742 netinet/ip_ah.c 	int s, roff, rplen, error, skip, protoff;
roff              891 netinet/ip_ah.c 	m1 = m_getptr(m, skip, &roff);
roff              905 netinet/ip_ah.c 	if (roff == 0) {
roff              914 netinet/ip_ah.c 		if (roff + rplen + ahx->authsize >= m1->m_len) {
roff              922 netinet/ip_ah.c 			if (roff + rplen + ahx->authsize > m1->m_len) {
roff              924 netinet/ip_ah.c 				m_adj(m1->m_next, roff + rplen +
roff              932 netinet/ip_ah.c 				    (roff + rplen + ahx->authsize - m1->m_len);
roff              943 netinet/ip_ah.c 			m_adj(m1, -(m1->m_len - roff));
roff              945 netinet/ip_ah.c 				m->m_pkthdr.len -= (m1->m_len - roff);
roff              955 netinet/ip_ah.c 			bcopy(mtod(m1, u_char *) + roff + rplen +
roff              956 netinet/ip_ah.c 			    ahx->authsize, mtod(m1, u_char *) + roff,
roff              957 netinet/ip_ah.c 			    m1->m_len - (roff + rplen + ahx->authsize));
roff              497 netinet/ip_esp.c 	int s, hlen, roff, skip, protoff, error;
roff              625 netinet/ip_esp.c 	m1 = m_getptr(m, skip, &roff);
roff              636 netinet/ip_esp.c 	if (roff == 0) {
roff              641 netinet/ip_esp.c 	} else if (roff + hlen >= m1->m_len) {
roff              647 netinet/ip_esp.c 		if (roff + hlen > m1->m_len) {
roff              649 netinet/ip_esp.c 			m_adj(m1->m_next, roff + hlen - m1->m_len);
roff              652 netinet/ip_esp.c 			m->m_pkthdr.len -= (roff + hlen - m1->m_len);
roff              660 netinet/ip_esp.c 		m_adj(m1, -(m1->m_len - roff));
roff              662 netinet/ip_esp.c 			m->m_pkthdr.len -= (m1->m_len - roff);
roff              672 netinet/ip_esp.c 		bcopy(mtod(m1, u_char *) + roff + hlen,
roff              673 netinet/ip_esp.c 		    mtod(m1, u_char *) + roff, m1->m_len - (roff + hlen));
roff              212 netinet/ip_ipcomp.c 	int error, s, skip, protoff, roff, hlen = IPCOMP_HLENGTH, clen;
roff              302 netinet/ip_ipcomp.c 	m1 = m_getptr(m, skip, &roff);
roff              316 netinet/ip_ipcomp.c 	if (roff == 0) {
roff              321 netinet/ip_ipcomp.c 	} else if (roff + hlen >= m1->m_len) {
roff              322 netinet/ip_ipcomp.c 		if (roff + hlen > m1->m_len) {
roff              324 netinet/ip_ipcomp.c 			m_adj(m1->m_next, roff + hlen - m1->m_len);
roff              330 netinet/ip_ipcomp.c 			m->m_pkthdr.len -= (roff + hlen - m1->m_len);
roff              337 netinet/ip_ipcomp.c 		m_adj(m1, -(m1->m_len - roff));
roff              339 netinet/ip_ipcomp.c 			m->m_pkthdr.len -= (m1->m_len - roff);
roff              344 netinet/ip_ipcomp.c 		bcopy(mtod(m1, u_char *) + roff + hlen,
roff              345 netinet/ip_ipcomp.c 		    mtod(m1, u_char *) + roff,
roff              346 netinet/ip_ipcomp.c 		    m1->m_len - (roff + hlen));
roff             1480 ntfs/ntfs_subr.c 	off_t roff,
roff             1488 ntfs/ntfs_subr.c 	off_t           off = roff, left = rsize, towrite;
roff             1536 ntfs/ntfs_subr.c 	off_t roff,
roff             1560 ntfs/ntfs_subr.c 	off = roff;
roff             1646 ntfs/ntfs_subr.c 	off_t roff,
roff             1666 ntfs/ntfs_subr.c 		off = roff;
roff             1762 ntfs/ntfs_subr.c 			uiomove(vap->va_datap + roff, rsize, uio);
roff             1764 ntfs/ntfs_subr.c 			memcpy(rdata, vap->va_datap + roff, rsize);
roff             1780 ntfs/ntfs_subr.c 	off_t roff,
roff             1788 ntfs/ntfs_subr.c 	off_t           off = roff, left = rsize, toread;
roff             1835 ntfs/ntfs_subr.c 	off_t roff,
roff             1845 ntfs/ntfs_subr.c 	       ip->i_number, attrnum, (u_int32_t) roff, (u_int32_t) rsize));
roff             1851 ntfs/ntfs_subr.c 	if ((roff > vap->va_datalen) ||
roff             1852 ntfs/ntfs_subr.c 	    (roff + rsize > vap->va_datalen)) {
roff             1854 ntfs/ntfs_subr.c 			(long int) roff, (long int) roff + rsize,
roff             1862 ntfs/ntfs_subr.c 		off_t           off = roff, left = rsize, tocopy;
roff             1874 ntfs/ntfs_subr.c 		cn = (ntfs_btocn(roff)) & (~(NTFS_COMPUNIT_CL - 1));
roff             1875 ntfs/ntfs_subr.c 		off = roff - ntfs_cntob(cn);
roff             1920 ntfs/ntfs_subr.c 					     roff, rsize, rdata, &init, uio);