Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1141 (uint32_t)da->row + da->height > in gfx_fb_cons_display()
1154 dy = da->row; in gfx_fb_cons_display()
1190 0, 0, da->col, da->row, da->width, da->height, 0); in gfx_fb_cons_display()
1213 } *row; in gfx_fb_cursor_impl() local
1223 row = (union pixel *)(p + i * stride); in gfx_fb_cursor_impl()
1225 row[j].p32 = (row[j].p32 ^ fg) ^ bg; in gfx_fb_cursor_impl()
1253 ca->col, ca->row, ca->width, ca->height, 0); in gfx_fb_display_cursor()
1261 dy = ca->row; in gfx_fb_display_cursor()
1687 da.row = uy1; in gfx_fb_putimage()
1696 da.row / tems.ts_font.vf_height, in gfx_fb_putimage()
[all …]
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/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/boot/forth/
H A Dmenu.4th44 10 constant menu_default_y \ default row position of timeout msg
46 23 constant menu_timeout_default_y \ default row position of timeout msg
73 variable menu_timeout_y \ row position of timeout message
194 \ This function prints a menu item at menuX (row) and menuY (column), returns
196 \ increments the cursor position to the next row for the creation of the next
207 \ Calculate the menuitem row position
902 drop \ no custom row position
982 \ read custom row position (if set)
984 drop \ no custom row position
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S95 .set SCR_COL,0x50 # Columns per row
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A Dbtxldr.S52 .set SCR_COL,0x50 # Columns per row
/illumos-gate/usr/src/boot/i386/common/
H A Dcons.c55 getcursor(int *row, int *col) in getcursor() argument
63 if (row != NULL) in getcursor()
64 *row = v86.edx >> 8; in getcursor()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c149 plat_tem_get_prom_pos(uint32_t *row, uint32_t *col) in plat_tem_get_prom_pos() argument
154 *row = 0; in plat_tem_get_prom_pos()
158 *row = (uint32_t)y; in plat_tem_get_prom_pos()
476 addr = (struct cgatext *)vgatext + (da->row * TEXT_COLS + da->col); in vidc_text_cons_display()
495 addr = row * TEXT_COLS + col; in vidc_text_set_cursor()
507 vidc_text_get_cursor(screen_pos_t *row, screen_pos_t *col) in vidc_text_get_cursor() argument
514 *row = addr / TEXT_COLS; in vidc_text_get_cursor()
526 vidc_text_set_cursor(cc->row, cc->col, false); in vidc_cons_cursor()
532 vidc_text_set_cursor(cc->row, cc->col, true); in vidc_cons_cursor()
536 cc->row = 0; in vidc_cons_cursor()
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h157 screen_pos_t row; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_solarnet.c87 int new_row = 1, row = 0; in interpret_solarnet_fw() local
220 "Row %d", ++row); in interpret_solarnet_fw()
277 "Row %d", ++row); in interpret_solarnet_fw()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c5741 int row, column, pending, written; in dump_sblock() local
5825 for (row = 0; row < 16; row++) { in dump_sblock()
5828 sblock.fs_opostbl[row][column], in dump_sblock()
5829 row, column); in dump_sblock()
5836 for (row = 0; row < 51; row++) { in dump_sblock()
5838 sblock.fs_sparecon[row], row); in dump_sblock()
/illumos-gate/usr/src/cmd/look/
H A Dwords19451 row
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1207 long row, nrows, i; in pem() local
1226 row = 1; in pem()
1229 row = 0; in pem()
1232 for (i = 0; i < nrows; i++, row++) { in pem()
1234 ep = slp + (nrows * col) + row; in pem()
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c37 struct tag *post, *row, *cell, *t; in eqn_box() local
72 row = print_otag(p, TAG_MTR, ""); in eqn_box()
91 print_tagq(p, row); in eqn_box()
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1523 int row, col; in initterm() local
1528 row = col = -1; in initterm()
1531 row = w.ws_row; in initterm()
1535 if (row < 0) { in initterm()
1537 row = atoi(s); in initterm()
1544 if (row > 0) in initterm()
1545 Lpp = row; in initterm()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t45 # Calling start() twice in a row will fail test.
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h111 row_cmd_t row; member
151 #define rowcmd_index u.row.index
152 #define rowcmd_nproph u.row.nproph
153 #define rowcmd_prophs u.row.prophs
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Dpiclfrutree.info58 * ROW -- marks the beginning of a row of properties
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
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 …]
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 …]
/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 …]
H A Dsnmpplugin.h45 int row; member
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c2579 Word row, column; in process_elf() local
2682 row = shdr->sh_type; in process_elf()
2696 if (row < SHT_NUM) { in process_elf()
2697 if (Initial[row][column] != NULL) { in process_elf()
2712 if ((row < (Word)SHT_LOSUNW) && in process_elf()
2727 switch (row) { in process_elf()
2998 row = isp->is_shdr->sh_type; in process_elf()
3008 if ((row == SHT_SUNW_move) && (column == 0)) { in process_elf()
3018 if (row < SHT_NUM) { in process_elf()
3019 if (Final[row][column] != NULL) { in process_elf()
[all …]
H A Dresolve.c1085 int row, column; /* State table coordinates */ local
1096 row = SYM_TENTATIVE;
1099 row = SYM_UNDEFINED;
1101 row = SYM_DEFINED;
1111 (row != SYM_UNDEFINED))
1118 row = row + (REF_NUM * sdp->sd_ref);
1120 row += (REF_NUM * SYM_NUM);
1163 DBG_CALL(Dbg_syms_resolving(ofl, ndx, sdp->sd_name, row, column,
1182 Action[row][column](sdp, nsym, ifl, ofl, ndx, nshndx, nsdflags);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c435 Dbg_syms_resolving(Ofl_desc *ofl, Word ndx, const char *name, int row, in Dbg_syms_resolving() argument
446 Dbg_demangle_name(name), row, col); in Dbg_syms_resolving()

12345