Searched refs:ooffset (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/dcons/ |
H A D | dcons.c | 150 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 D | dcons.h | 52 V u_int32_t ooffset[DCONS_NPORT]; member
|
/freebsd/sys/sys/ |
H A D | vnode.h | 1008 off_t osize, ooffset, noffset; \ 1010 osize = ooffset = noffset = 0; \ 1015 ooffset = (ap)->a_uio->uio_offset; \ 1021 if (noffset > ooffset && !VN_KNLIST_EMPTY((ap)->a_vp)) { \
|
/freebsd/usr.sbin/dconschat/ |
H A D | dconschat.c | 398 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 D | vfs_vnops.c | 3664 off_t olen, ooffset; in vn_fallocate() local 3677 ooffset = offset; in vn_fallocate() 3704 if (olen + ooffset != offset + len) { in vn_fallocate() 3706 ooffset, olen, offset, len); in vn_fallocate()
|