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

/freebsd-10.2-release/sys/dev/vt/
H A Dvt_buf.c423 int bufsize, rowssize, w, h, c, r, history_was_full; local
432 rowssize = history_size * sizeof(term_pos_t *);
433 rows = malloc(rowssize, M_VTBUF, M_WAITOK | M_ZERO);

Completed in 92 milliseconds