Home
last modified time | relevance | path

Searched refs:ooffset (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/dcons/
H A Ddcons.c150 buf->ooffset[port] = htonl(offset); in dcons_init_port()
172 dc->o.buf = (char *)buf + ntohl(buf->ooffset[port]); in dcons_load_buffer()
H A Ddcons.h52 V u_int32_t ooffset[DCONS_NPORT]; member
/freebsd/sys/sys/
H A Dvnode.h1009 off_t osize, ooffset, noffset; \
1011 osize = ooffset = noffset = 0; \
1016 ooffset = (ap)->a_uio->uio_offset; \
1022 if (noffset > ooffset && !VN_KNLIST_EMPTY((ap)->a_vp)) { \
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c398 newbuf = dc->paddr + ntohl(dbuf.ooffset[j]); in dconschat_fetch_header()
419 o->size, ntohl(dbuf.ooffset[j]), o->gen, o->pos, in dconschat_fetch_header()
/freebsd/sys/kern/
H A Dvfs_vnops.c3661 off_t olen, ooffset; in vn_fallocate() local
3674 ooffset = offset; in vn_fallocate()
3701 if (olen + ooffset != offset + len) { in vn_fallocate()
3703 ooffset, olen, offset, len); in vn_fallocate()