Searched refs:rows (Results 76 - 100 of 124) sorted by relevance

12345

/freebsd-13-stable/sys/dev/sfxge/common/
H A Dsiena_nic.c633 EFSYS_ASSERT(rsp->rows == 1);
716 for (index = 0; index < rsp->rows; ++index) {
727 for (index = 0; index < rsp->rows; ++index) {
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_console.c140 uint16_t rows; member in struct:pci_vtcon_config
153 uint16_t rows; member in struct:pci_vtcon_console_resize
631 sc->vsc_config->rows = 25;
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql52 -- scheam_version. All the other rows are meaningless and only exist for
159 -- Reference to the various rows of metadatas.
181 -- Reference to the various rows of metadatas.
H A Dschema_v2.sql52 -- scheam_version. All the other rows are meaningless and only exist for
190 -- Reference to the various rows of metadatas.
217 -- Reference to the various rows of metadatas.
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot376 local height width rows
377 eval f_dialog_menu_with_help_size height width rows \
393 $height $width $rows \
555 local valid_disks all_valid want_disks desc height width rows
672 eval f_dialog_checklist_size height width rows \
684 $height $width $rows \
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h265 int TerminalWindowSize(long *rows, long *cols);
H A Dsys_bsd.c609 TerminalWindowSize(long *rows, long *cols) argument
614 *rows = irows;
H A Dtelnet.c2374 long rows, cols; local
2385 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */
2395 PUTSHORT(cp, rows);
/freebsd-13-stable/bin/ed/
H A Ded.h269 extern long rows;
H A Dio.c311 if (!scripted && !isglobal && ++lc > rows) {
/freebsd-13-stable/contrib/ncurses/form/
H A Dform.priv.h130 (((field)->rows + (field)->nrow) == 1)
/freebsd-13-stable/contrib/ncurses/menu/
H A Dmenu.h104 short rows; /* Nr. of items high */ member in struct:tagMENU
115 short spc_rows; /* Spacing for rows */
H A Dm_post.c287 int h = 1 + menu->spc_rows * (menu->rows - 1);
/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c745 UINTN i, max_dim, best_mode, cols, rows; local
750 status = conout->QueryMode(conout, i, &cols, &rows);
753 if (cols * rows > max_dim) {
754 max_dim = cols * rows;
H A Dmain.c1335 UINTN cols, rows; local
1350 status = conout->QueryMode(conout, mode, &cols, &rows);
1366 status = conout->QueryMode(conout, i, &cols, &rows);
1369 printf("Mode %d: %u columns, %u rows\n", i, (unsigned)cols,
1370 (unsigned)rows);
/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c101 int rows = 0; local
107 rows++;
110 return (rows ? rows : 1);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql81 any number of rows in the NODES and ACTUAL_NODE tables.
100 /* The number of rows in the NODES table that have a 'checksum' column
106 repositories. Not strictly guaranteed to be unique among table rows. */
247 local_relpath represents the working version. Any rows with intermediate
264 , these are the NODES table rows for the path foo/bar:
575 For every interesting index this contains a number of rows where the
577 average number of rows with the same value in all columns left of this
/freebsd-13-stable/contrib/telnet/telnet/
H A Dsys_bsd.c712 TerminalWindowSize(long *rows, long *cols) argument
718 *rows = ws.ws_row;
H A Dtelnet.c2394 long rows, cols;
2404 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */
2414 PUTSHORT(cp, rows);
2391 long rows, cols; local
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-llm.c337 int trefi_ns; // tREFI(ns) = tREF(ns)/#rows/bank
338 int rows = 8; // #rows/bank (K) typically 8K local
562 trefi_ns = (tref_ms * 1000 * 1000) / (rows * 1024);
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.h636 void sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows,
639 size_t sc_vtb_size(int cols, int rows);
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1520 size_t row, rows; local
1541 rows = (words + cols - 1) / cols;
1545 for (row = 0; row < rows; row++) {
1546 for (word = row; word < words; word += rows)
/freebsd-13-stable/sys/xen/interface/
H A Dxen.h940 /* Number of rows and columns (dimensions in characters). */
941 uint16_t rows, columns; member in struct:dom0_vga_console_info::__anon16178::__anon16179
/freebsd-13-stable/contrib/bc/src/
H A Dhistory.c505 size_t cols, rows, i; local
511 // Read the response: ESC [ rows ; cols R.
522 rows = strtoul(ptr, &ptr2, 10);
524 if (BC_ERR(!rows || ptr2[0] != ';')) return SIZE_MAX;
/freebsd-13-stable/contrib/libedit/
H A Dreadline.c2242 rl_get_screen_size(int *rows, int *cols) argument
2244 if (rows)
2245 el_get(e, EL_GETTC, "li", rows);
2251 rl_set_screen_size(int rows, int cols) argument
2254 (void)snprintf(buf, sizeof(buf), "%d", rows);

Completed in 167 milliseconds

12345