Searched refs:ioffset (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/dcons/
H A Ddcons.h52 V u_int32_t ioffset[DCONS_NPORT]; member in struct:dcons_buf
H A Ddcons.c152 buf->ioffset[port] = htonl(offset + osize);
174 dc->i.buf = (char *)buf + ntohl(buf->ioffset[port]);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_ialloc.c57 int ioffset; /* off in bytes */ local
103 ioffset = off << mp->m_sb.sb_inodelog;
104 first += ioffset;
105 last += ioffset;
H A Dxfs_vnodeops.c4305 xfs_off_t ioffset; local
4355 ioffset = offset & ~(rounding - 1);
4360 xfs_inval_cached_trace(&ip->i_iocore, ioffset, -1,
4361 ctooff(offtoct(ioffset)), -1);
4362 XVOP_FLUSHINVAL_PAGES(vp, ctooff(offtoct(ioffset)),
/freebsd-9.3-release/contrib/gcc/
H A Dalias.c1968 HOST_WIDE_INT ioffset;
1973 ioffset = INTVAL (offset);
1981 ioffset += (tree_low_cst (offset, 1)
1989 return GEN_INT (ioffset);
1965 HOST_WIDE_INT ioffset; local
/freebsd-9.3-release/usr.sbin/dconschat/
H A Ddconschat.c416 i->buf = dc->paddr + ntohl(dbuf.ioffset[j]);
428 i->size, ntohl(dbuf.ioffset[j]), i->gen, i->pos);

Completed in 191 milliseconds