Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 25 of 75) sorted by last modified time

123

/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c992 size_t row, rows = P2ROUNDUP(size, 16) / 16; in print_bytes() local
1001 for (row = 0; row < rows; row++) { in print_bytes()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1682 int rows; in tem_safe_copy_area() local
1702 rows = e_row - s_row + 1; in tem_safe_copy_area()
1704 if (t_row + rows > tems.ts_c_dimension.height || in tem_safe_copy_area()
1718 for (int i = 0; i < rows; i++) { in tem_safe_copy_area()
1736 for (int i = rows - 1; i >= 0; i--) { in tem_safe_copy_area()
2779 int rows = tems.ts_c_dimension.height; in tem_safe_virtual_copy() local
2783 s_row < 0 || s_row >= rows || in tem_safe_virtual_copy()
2785 e_row < 0 || e_row >= rows || in tem_safe_virtual_copy()
2787 t_row < 0 || t_row >= rows || in tem_safe_virtual_copy()
2796 if (t_row + rows_to_move > rows || in tem_safe_virtual_copy()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src817 # MiNT VT52 emulation. 80 columns, 25 rows.
2024 # "stty rows NN", e.g. to use 24 lines.
5528 nwp517|nwp-517|nwp-517 vt200 80 cols 30 rows,
5535 nwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows,
11208 # Pn1= Number of rows available in window
16273 # Insert-character cannot be made to work on both top and bottom rows.
H A Dtermcap.src757 # MiNT VT52 emulation. 80 columns, 25 rows.
1775 # "stty rows NN", e.g. to use 24 lines.
4861 nwp517|nwp-517|nwp-517 vt200 80 cols 30 rows:\
4868 nwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows:\
9884 # Pn1= Number of rows available in window
14408 # Insert-character cannot be made to work on both top and bottom rows.
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c527 mdb_iob_resize(mdb_iob_t *iob, size_t rows, size_t cols) in mdb_iob_resize() argument
534 iob->iob_rows = rows != 0 ? rows : MDB_IOB_DEFROWS; in mdb_iob_resize()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c1150 UINTN cols, rows; in command_mode() local
1171 status = conout->QueryMode(conout, mode, &cols, &rows); in command_mode()
1187 status = conout->QueryMode(conout, i, &cols, &rows); in command_mode()
1191 (unsigned)rows); in command_mode()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c206 UINTN cols, rows; in plat_tem_get_prom_size() local
209 &cols, &rows); in plat_tem_get_prom_size()
210 *height = (size_t)rows; in plat_tem_get_prom_size()
225 UINTN cols, rows; in plat_cons_update_mode() local
245 &cols, &rows); in plat_cons_update_mode()
248 devinit.height = rows; in plat_cons_update_mode()
291 UINTN cols, rows; in efi_text_devinit() local
299 data->height = rows; in efi_text_devinit()
495 UINTN i, max_dim, best_mode, cols, rows; in efi_cons_init() local
531 if (cols * rows > max_dim) { in efi_cons_init()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dtem.c2202 int rows; in tem_copy_area() local
2219 rows = e_row - s_row + 1; in tem_copy_area()
2221 if (t_row + rows > tems.ts_c_dimension.height || in tem_copy_area()
2243 for (int i = 0; i < rows; i++) { in tem_copy_area()
2258 for (int i = rows - 1; i >= 0; i--) { in tem_copy_area()
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica3567 # rows before that there is an out of date entry for Oct:
H A Dzone_sun.tab39 # 5. Comments; present if and only if the country has multiple rows.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c596 TerminalWindowSize(rows, cols) in TerminalWindowSize() argument
597 unsigned short *rows, *cols; in TerminalWindowSize()
602 *rows = ws.ws_row;
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_console.c143 uint16_t rows; member
156 uint16_t rows; member
720 sc->vsc_config->rows = 25; in pci_vtcon_init()
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1264 <frameset rows="*,60">
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h608 uint16_t rows, columns; member
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_set.c397 int rows = incr; in prall() local
400 for (; rows; rows--, op++) { in prall()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c909 int y, rows, cols; in btem_control() local
911 rows = fb_info.cursor.pos.y; in btem_control()
917 bcons_dev.bd_setpos(rows, cols - 1); in btem_control()
924 bcons_dev.bd_setpos(rows, cols); in btem_control()
928 bcons_dev.bd_setpos(rows, 0); in btem_control()
967 int rows, cols; in btem_chkparam() local
969 rows = fb_info.cursor.pos.y; in btem_chkparam()
979 bcons_dev.bd_setpos(rows - btem->btem_params[0], cols); in btem_chkparam()
984 bcons_dev.bd_setpos(rows + btem->btem_params[0], cols); in btem_chkparam()
989 bcons_dev.bd_setpos(rows, cols + btem->btem_params[0]); in btem_chkparam()
[all …]
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun164 rows = tmp.split('\n')
165 self.lines += [(now, r) for r in rows]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps113 label_height lh lh number # rows in each label
271 set_tab hts st str Set a tab in all rows, current column.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger2.test41 # Verify that rows altered by triggers are not included in the return value
H A Dnull.test109 # rows that are TRUE. FALSE and UNKNOWN rows are rejected.
H A Dprogress.test63 # This figures out how many opcodes it takes to copy 5 extra rows into t1.
75 # opcodes to copy 5 rows. That way, when we try to copy 6 rows, we know
H A Drowid.test300 # Beginning with version 2.3.4, SQLite computes rowids of new rows by
H A Dlaststmtchanges.test61 # LSCC set properly after update on table where no rows changed
H A Dlimit.test169 # no limit at all or if LIMIT 0 should result in zero output rows.
H A Dconflict.test446 # Make sure the row count is right for rows that are ignored on

123