Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/dcons/
H A Ddcons.c151 buf->ooffset[port] = htonl(offset); in dcons_init_port()
173 dc->o.buf = (char *)buf + ntohl(buf->ooffset[port]); in dcons_load_buffer()
H A Ddcons.h53 V u_int32_t ooffset[DCONS_NPORT]; member
/freebsd-12.1/sys/sys/
H A Dvnode.h812 off_t osize, ooffset, noffset; \
814 osize = ooffset = noffset = 0; \
819 ooffset = (ap)->a_uio->uio_offset; \
825 if (noffset > ooffset && !VN_KNLIST_EMPTY((ap)->a_vp)) { \
/freebsd-12.1/usr.sbin/dconschat/
H A Ddconschat.c403 newbuf = dc->paddr + ntohl(dbuf.ooffset[j]); in dconschat_fetch_header()
429 o->size, ntohl(dbuf.ooffset[j]), o->gen, o->pos, in dconschat_fetch_header()
/freebsd-12.1/sys/kern/
H A Dvfs_syscalls.c4525 off_t olen, ooffset; in kern_posix_fallocate() local
4563 ooffset = offset; in kern_posix_fallocate()
4589 if (olen + ooffset != offset + len) { in kern_posix_fallocate()
4591 ooffset, olen, offset, len); in kern_posix_fallocate()