Home
last modified time | relevance | path

Searched refs:start_line (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV3.upd_old_y.c48 int start_line, int start_col) in _update_old_y_area() argument
52 for (row = start_line; nlines > 0; nlines--, row++) in _update_old_y_area()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c185 u32 start_line; member
528 u32 start_line, in ecore_ilt_cli_blk_fill() argument
542 p_blk->start_line = start_line; in ecore_ilt_cli_blk_fill()
565 p_blk->start_line); in ecore_ilt_cli_adv_line()
649 p_cli->pf_total_lines = curr_line - p_blk->start_line; in ecore_cxt_cfg_ilt_compute()
662 p_cli->vf_total_lines = curr_line - p_blk->start_line; in ecore_cxt_cfg_ilt_compute()
713 line = p_cli->pf_blks[CDUT_SEG_BLK(i)].start_line; in ecore_cxt_cfg_ilt_compute()
727 p_cli->pf_total_lines = curr_line - p_cli->pf_blks[0].start_line; in ecore_cxt_cfg_ilt_compute()
752 line = p_cli->vf_blks[CDUT_SEG_BLK(0)].start_line; in ecore_cxt_cfg_ilt_compute()
763 p_cli->vf_blks[0].start_line; in ecore_cxt_cfg_ilt_compute()
[all …]
H A Decore_dbg_fw_funcs.c2450 u32 start_line, in ecore_bus_dump_int_buf_range() argument
2456 return (end_line - start_line + 1) * INT_BUF_LINE_SIZE_IN_DWORDS; in ecore_bus_dump_int_buf_range()
2458 …for (line = start_line, reg_addr = DBG_REG_INTR_BUFFER + DWORDS_TO_BYTES(start_line * INT_BUF_LINE… in ecore_bus_dump_int_buf_range()
2508 u32 start_line, in ecore_bus_dump_pci_buf_range() argument
2520 return (end_line - start_line + 1) * PCI_BUF_LINE_SIZE_IN_DWORDS; in ecore_bus_dump_pci_buf_range()
2522 for (line = start_line, pci_buf = pci_buf_start + start_line * PCI_BUF_LINE_SIZE_IN_DWORDS; in ecore_bus_dump_pci_buf_range()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init.h41 u32 start_line; member
H A Decore_init_ops.h716 int abs_idx = ilt->start_line + idx; in ecore_ilt_line_init_op()
799 ecore_ilt_boundry_init_op(pdev, ilt_cli, ilt->start_line, initop); in ecore_ilt_client_init_op_ilt()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c738 const char *start_line, int start_pos);
759 const char *start_line, int start_pos);
1159 const char *start_line, int start_pos);
2166 const char *start_line, int start_pos) in gl_get_line() argument
2184 retval = _gl_get_line(gl, prompt, start_line, start_pos); in gl_get_line()
2198 const char *start_line, int start_pos) in _gl_get_line() argument
2256 if(gl_get_input_line(gl, prompt, start_line, start_pos)) in _gl_get_line()
2779 const char *start_line, int start_pos) in gl_get_input_line() argument
2799 if(gl_present_line(gl, prompt, start_line, start_pos)) in gl_get_input_line()
10364 const char *start_line, int start_pos)
[all …]
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h99 char *gl_get_line(GetLine *gl, const char *prompt, const char *start_line,