Searched refs:vtbuf_grow (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/vt/
H A Dvt_cpulogos.c192 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size);
250 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size);
H A Dvt.h229 void vtbuf_grow(struct vt_buf *, const term_pos_t *, unsigned int);
H A Dvt_buf.c498 vtbuf_grow(vb, &p, size);
502 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) function
H A Dvt_core.c1903 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size);

Completed in 41 milliseconds