Home
last modified time | relevance | path

Searched refs:ioffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/dcons/
H A Ddcons.c152 buf->ioffset[port] = htonl(offset + osize); in dcons_init_port()
174 dc->i.buf = (char *)buf + ntohl(buf->ioffset[port]); in dcons_load_buffer()
H A Ddcons.h54 V u_int32_t ioffset[DCONS_NPORT]; member
/freebsd-12.1/contrib/gcc/
H A Dalias.c1965 HOST_WIDE_INT ioffset; in adjust_offset_for_component_ref() local
1970 ioffset = INTVAL (offset); in adjust_offset_for_component_ref()
1978 ioffset += (tree_low_cst (offset, 1) in adjust_offset_for_component_ref()
1986 return GEN_INT (ioffset); in adjust_offset_for_component_ref()
/freebsd-12.1/usr.sbin/dconschat/
H A Ddconschat.c418 i->buf = dc->paddr + ntohl(dbuf.ioffset[j]); in dconschat_fetch_header()
430 i->size, ntohl(dbuf.ioffset[j]), i->gen, i->pos); in dconschat_fetch_header()