Home
last modified time | relevance | path

Searched refs:row (Results 1 – 25 of 106) sorted by relevance

12345

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c551 int row, nxtrow; in build_physplat() local
587 for (row = -1; ret == 0; row = nxtrow) { in build_physplat()
1015 save_nodeh(nodeh, row); in make_node()
1057 lookup_nodeh(int row) in lookup_nodeh() argument
1101 vol_props[volprop_ndx].row = row; in save_volprop()
1682 row, VPT_NUMSENSOR); in add_prop()
1692 row, VPT_NUMSENSOR); in add_prop()
1702 row, VPT_NUMSENSOR); in add_prop()
1711 row, VPT_NUMSENSOR); in add_prop()
1721 row, VPT_NUMSENSOR); in add_prop()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c67 int row; in wscrl() local
72 for (row = w->_top; row < w->_bottom; row++) { in wscrl()
73 if (row < w->_bottom - n) { in wscrl()
74 if (!w->_line[row+n][0]._f) { in wscrl()
79 (void) __m_cc_erase(w, row + n, in wscrl()
80 0, row + n, 0); in wscrl()
89 (void) __m_cc_erase(w, row + n, in wscrl()
90 first, row + n, first); in wscrl()
92 (void) memcpy(w->_line[row], in wscrl()
93 w->_line[row + n], in wscrl()
[all …]
H A Ddoupdate.c324 GOTO(row, tail); in _clearToEOL()
332 (void) __m_cc_erase(curscr, row, tail, row, COLS - 1); in _clearToEOL()
407 _findRegions(int row) in _findRegions() argument
583 text_replace(int row) in text_replace() argument
661 int row; in lines_insert() local
687 for (row = from; row < to_1; ++row) in lines_insert()
694 for (row = from; row < to_1; ++row) in lines_insert()
695 text_replace(row); in lines_insert()
1005 int row; in simple() local
1007 for (row = 0; row < newscr->_maxy; ++row) { in simple()
[all …]
H A Dwinsdel.c62 int row; in winsdelln() local
75 row = w->_maxy + n; in winsdelln()
82 row = w->_cury; in winsdelln()
86 (void) __m_cc_erase(w, row, 0, row + abs(n) - 1, w->_maxx - 1); in winsdelln()
H A Dprefresh.c77 int row, dy, dx; in pnoutrefresh() local
100 for (row = sminr; row < smaxr; ++row) { in pnoutrefresh()
101 (void) __m_cc_erase(ns, row, sminc, row, smaxc); in pnoutrefresh()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c118 int row; member
609 if (mibcache[row] == NULL) { in lookup_int()
663 if (mibcache[row] == NULL) { in lookup_str()
712 if (mibcache[row] == NULL) { in lookup_bitstr()
952 row); in fetch_bulk()
1136 int row, ret; in mibcache_populate() local
1181 if (mibcache[row] == NULL) in mibcache_populate()
1378 if ((refreshq[job].row == row) && in refreshq_add_job()
1412 refreshq[refreshq_next_slot].row = row; in refreshq_add_job()
1547 int row; in snmp_refresh_process_job() local
[all …]
H A Dpdu.c58 snmp_create_pdu(int cmd, int max_reps, char *oidstrs, int n_oids, int row) in snmp_create_pdu() argument
87 if (snmp_add_null_vars(pdu, oidstrs, n_oids, row) < 0) { in snmp_create_pdu()
267 p, row, &vp->name_len); in snmp_add_null_vars()
302 snmp_oidstr_to_oid(int cmd, char *oidstr, int row, size_t *n_subids) in snmp_oidstr_to_oid() argument
322 if ((cmd == SNMP_MSG_GET) || (cmd == SNMP_MSG_GETBULK && row > 0) || in snmp_oidstr_to_oid()
323 (cmd == SNMP_MSG_GETNEXT && row >= 0)) { in snmp_oidstr_to_oid()
363 objid[i] = (oid) row; in snmp_oidstr_to_oid()
367 if (row > 0) in snmp_oidstr_to_oid()
368 objid[i] = (oid) (row - 1); in snmp_oidstr_to_oid()
374 if (row < 0) in snmp_oidstr_to_oid()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dtem.c855 row = tem_adjust_row(tem, row); in tem_pix_align()
1510 row = tem->tvs_c_cursor.row; in tem_chkparam()
1602 for (row = tem->tvs_c_cursor.row + 1; in tem_chkparam()
1614 row < tem->tvs_c_cursor.row; in tem_chkparam()
1890 row = tem->tvs_c_cursor.row + 1; in tem_lf()
2151 for (row = (end - count) + 1; row <= end; row++) { in tem_scroll()
2162 for (row = start; row < start + count; row++) { in tem_scroll()
2314 da.row = row; in tem_text_display()
2540 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_cls()
2774 ca.row = tem->tvs_c_cursor.row; in tem_text_cursor()
[all …]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_vga.c246 int row; in vga_drawc() local
249 vga_getpos(&row, &col); in vga_drawc()
253 vga_setpos(row + 1, col); in vga_drawc()
266 vga_setpos(row, col + 1); in vga_drawc()
268 vga_setpos(row + 1, 0); in vga_drawc()
270 vga_setpos(row, 0); in vga_drawc()
287 vga_setpos(int row, int col) in vga_setpos() argument
291 if (row < 0) in vga_setpos()
292 row = 0; in vga_setpos()
304 fb_info.cursor.pos.y = row; in vga_setpos()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c916 row = tem->tvs_c_cursor.row; in tem_safe_chkparam()
1345 row = tem->tvs_c_cursor.row + 1; in tem_safe_lf()
1627 for (row = (end - count) + 1; row <= end; row++) { in tem_safe_scroll()
1640 for (row = start; row < start + count; row++) { in tem_safe_scroll()
1800 da.row = row; in tem_safe_text_display()
1838 da.row = row;
2143 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_cls()
2155 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_cls()
2422 ca.row = tem->tvs_c_cursor.row; in tem_safe_text_cursor()
2839 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_blank_screen()
[all …]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_field.c109 int row = f->frow; in left() local
114 while (f->frow != row); in left()
123 int row = f->frow; in right() local
137 int row = f->frow; in up() local
145 if (f->frow != row) { in up()
146 row = f->frow; in up()
151 if (f->frow != row) in up()
161 int row = f->frow; in down() local
169 if (f->frow != row) { in down()
170 row = f->frow; in down()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c230 text_replace(row) in text_replace() argument
231 int row; in text_replace()
250 col = newscr->_first[row];
430 __m_cc_erase(curscr, row, tail, row, COLS-1);
534 for (row = from; row < to_1; ++row)
541 for (row = from; row < to_1; ++row)
542 text_replace(row);
876 int row; in simple() local
878 for (row = 0; row < LINES; ++row) { in simple()
879 if (newscr->_first[row] < newscr->_last[row]) { in simple()
[all …]
H A Dwinsdel.c59 int row; local
78 row = w->_maxy + n;
87 row = w->_cury;
91 (void) __m_cc_erase(w, row, 0, row + abs(n), w->_maxx-1);
H A Dprefresh.c81 int row, dy, dx; local
111 for (row = sminr; row <= smaxr; ++row)
112 (void) __m_cc_erase(ns, row, sminc, row, smaxc);
H A Dtgoto.c45 (tgoto)(const char *cap, int col, int row)
50 __m_trace("tgoto(%p = \"%s\", %d, %d)", cap, col, row);
53 str = tparm((char *)cap, (long) row, (long) col, 0L, 0L, 0L, 0L, 0L, 0L, 0L);
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dsmdb.py39 for row in cur:
40 ptr = row[0]
520 for row in cur:
521 ret.append(row[0])
624 for row in cur:
625 if (row[1][0] == '$'):
628 callers[row[0]]["param"] = int(row[1][1])
633 for row in cur:
649 if not find_tagged(row[0], callers[row[1]]["param"], row[1], printed):
662 for row in cur:
[all …]
H A Dfill_db_type_size.pl144 my ($sth, @row, $cur_type, $type, @ranges, $range_txt, %range, $min, $max, $union_array, $skip);
151 while (@row = $sth->fetchrow_array()) {
152 $raw_line = join ',', @row;
154 $type = $row[2];
165 @ranges = split(/,/, $row[3]);
H A Dinsert_manual_states.pl48 while (my @row = $sth->fetchrow_array()) {
49 my $file = $row[0];
50 my $return_id = $row[1];
51 my $static = $row[2];
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_sram.c205 __in size_t row, in efx_sram_byte_increment_set() argument
209 size_t offset = row * FR_AZ_SRM_DBG_REG_STEP; in efx_sram_byte_increment_set()
220 __in size_t row, in efx_sram_all_the_same_set() argument
224 _NOTE(ARGUNUSED(row)) in efx_sram_all_the_same_set()
234 __in size_t row, in efx_sram_bit_alternate_set() argument
238 _NOTE(ARGUNUSED(row)) in efx_sram_bit_alternate_set()
247 __in size_t row, in efx_sram_byte_alternate_set() argument
251 _NOTE(ARGUNUSED(row)) in efx_sram_byte_alternate_set()
260 __in size_t row, in efx_sram_byte_changing_set() argument
264 size_t offset = row * FR_AZ_SRM_DBG_REG_STEP; in efx_sram_byte_changing_set()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A DV3.upd_old_y.c50 int row, col, num_cols; in _update_old_y_area() local
52 for (row = start_line; nlines > 0; nlines--, row++) in _update_old_y_area()
56 win->_y16[row][col] = _TO_OCHTYPE(win->_y[row][col]); in _update_old_y_area()
/illumos-gate/usr/src/common/font/
H A Dfont.c397 uint32_t row; in font_bit_to_pix4() local
413 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix4()
458 uint32_t row; in font_bit_to_pix8() local
475 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix8()
521 uint32_t row; in font_bit_to_pix16() local
537 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix16()
583 uint32_t row; in font_bit_to_pix24() local
599 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix24()
650 uint32_t row; in font_bit_to_pix32() local
666 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix32()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c191 *row = (uint32_t)conout->Mode->CursorRow; in plat_tem_get_prom_pos()
194 *row = 0; in plat_tem_get_prom_pos()
336 UINTN col, row; in efi_text_cons_copy() local
342 row = ma->e_row; in efi_text_cons_copy()
353 UINTN row, col; in efi_text_cons_display() local
364 if (row - 1 == da->row && da->col == 0 && da->width == col) in efi_text_cons_display()
375 row = da->row; in efi_text_cons_display()
398 uint32_t row, col; in efi_cons_cursor() local
400 row = col = 0; in efi_cons_cursor()
401 plat_tem_get_prom_pos(&row, &col); in efi_cons_cursor()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcmore.c46 int row; /* current row */ member
71 more->row = 2;
163 if (!more->row)
200 if (++more->row < more->rows)
229 more->row = 1;
238 more->row--;
242 more->row = 2;
246 more->row = 0;
289 more->row = 1;
344 more->row = 1;
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_status_tbl.c47 const smb_status_table_t *row = vrow; in xlate_compare() local
49 if (key->value == row->value) in xlate_compare()
51 if (key->value < row->value) in xlate_compare()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c151 MR_GetSpanBlock(U32 ld, U64 row, U64 *span_blk, MR_FW_RAID_MAP_ALL *map, in MR_GetSpanBlock() argument
166 if (qe->logStart <= row && row <= qe->logEnd && in MR_GetSpanBlock()
167 (((row - qe->logStart) % qe->diff)) == 0) { in MR_GetSpanBlock()
170 blk = ((row - qe->logStart) / in MR_GetSpanBlock()
210 U64 row; in MR_GetPhyParams() local
219 row = (stripRow / raid->rowDataSize); in MR_GetPhyParams()
227 rowMod = (row % (raid->rowSize)); in MR_GetPhyParams()
241 *pdBlock = row << raid->stripeShift; in MR_GetPhyParams()
243 span = (U8)MR_GetSpanBlock(ld, row, pdBlock, map, &error_code); in MR_GetPhyParams()

12345