Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 1785) sorted by last modified time

12345678910>>...72

/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h170 screen_pos_t y; member
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1913 da.row = (row * da.height) + tems.ts_p_offset.y; in tem_safe_pix_display()
1953 ma.s_row = s_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_safe_pix_copy()
1955 tems.ts_p_offset.y - 1; in tem_safe_pix_copy()
1956 ma.t_row = t_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_safe_pix_copy()
2036 tem_safe_pix_cls_range(tem, row, 1, tems.ts_p_offset.y, in tem_safe_pix_cls()
2074 offset = tems.ts_p_offset.y % height; in tem_safe_pix_clear_prom_output()
2076 nrows = tems.ts_p_offset.y / height; in tem_safe_pix_clear_prom_output()
2118 tem_safe_pix_cls_range(tem, 0, nrows, tems.ts_p_offset.y, 0, ncols, in tem_safe_pix_clear_entire_screen()
2447 tems.ts_p_offset.y; in tem_safe_pix_cursor()
2470 tem->tvs_c_cursor.row = (ca.row - tems.ts_p_offset.y) / in tem_safe_pix_cursor()
H A Dtem.c613 tems.ts_p_offset.y = (tems.ts_p_dimension.height - in tems_setup_terminal()
806 tem_get_size(ushort_t *r, ushort_t *c, ushort_t *x, ushort_t *y) in tem_get_size() argument
812 *y = (ushort_t)tems.ts_p_dimension.height; in tem_get_size()
853 tem_safe_pix_cls_range(tem, 0, nrows, tems.ts_p_offset.y, in tem_prom_scroll_up()
884 tems.ts_p_offset.y; in tem_adjust_row()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6168 int x, y, rc, inum = 0; in e1000g_intr_add() local
6235 for (y = 0; y < actual; y++) in e1000g_intr_add()
6236 (void) ddi_intr_free(Adapter->htable[y]); in e1000g_intr_add()
6263 for (y = 0; y < x; y++) in e1000g_intr_add()
6265 Adapter->htable[y]); in e1000g_intr_add()
6268 for (y = 0; y < actual; y++) in e1000g_intr_add()
6269 (void) ddi_intr_free(Adapter->htable[y]); in e1000g_intr_add()
6283 for (y = 0; y < actual; y++) { in e1000g_intr_add()
6284 (void) ddi_intr_remove_handler(Adapter->htable[y]); in e1000g_intr_add()
6285 (void) ddi_intr_free(Adapter->htable[y]); in e1000g_intr_add()
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y87 #define EQL(x,y) !strcmp(x,y) argument
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m156 file path=opt/util-tests/tests/awk/examples/awk/t.8.y mode=0444
381 file path=opt/util-tests/tests/awk/examples/out/t.8.y mode=0444
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src1001 # \E[y,xf same as \E[y,xH
1186 kf36=\E[v, kf37=\E[w, kf38=\E[x, kf39=\E[y, kf4=\E[P,
1433 cnorm=\E[9/y\E[12/y\E[=6l, cr=^M, cub=\E[%p1%dD,
1436 cuu1=\E[A, cvvis=\E[10/y\E[=1h\E[=2l\E[=6h,
10169 is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att4410,
12156 kf8=^^y, kf9=^^z, khome=^Y, ll=^B =, rev=^^D,
12791 kf8=^^x, kf9=^^y, khome=^H,
12805 kf9=^^y,
14705 #ESC y erase page to null
15090 sc=\E[%y,
[all …]
H A Dtermcap.src926 # \E[y,xf same as \E[y,xH
1311 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[9/y\E[12/y\E[=6l:\
1312 :vs=\E[10/y\E[=1h\E[=2l\E[=6h:
1557 :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\E[y:k1=\E[P:\
9044 :nd=\E[C:nw=^M^J:rc=\E8:rs=\Ec\E[?3l\E[2;0y:sc=\E7:\
9050 :i1=\E[?3h\E)0:rs=\Ec\E[?3h\E[2;0y:tc=att5410v1:
9057 :i1=\E[?3h\E)0:rs=\Ec\E[?3h\E[2;0y:tc=att4410:
10215 :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\:\
11342 :k7=^^w:k8=^^x:k9=^^y:k;=^^z:
13049 #ESC y erase page to null
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h65 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
69 #define MAX(x, y) ((x) > (y) ? (x) : (y)) argument
/illumos-gate/usr/src/cmd/init/
H A Dinit.c174 #define id_eq(x, y) ((x[0] == y[0] && x[1] == y[1] && x[2] == y[2] &&\ argument
175 x[3] == y[3]) ? TRUE : FALSE)
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c64 #define EQL(x, y) (strcmp(x, y) == 0) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c350 #define sequenceIs(x, y) (clocks.x < clocks.y) argument
3313 #define max(x, y) (((x) < (y)) ? (y) : (x)) in telnet() argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c836 int y; in build_ports() local
846 y = random() % (ports.numports - 1); in build_ports()
848 ports.list[i] = ports.list[y]; in build_ports()
849 ports.list[y] = u; in build_ports()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h152 screen_pos_t y; member
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c637 efifb_find_mode_xydm(UINT32 x, UINT32 y, int depth, int m) in efifb_find_mode_xydm() argument
669 if (x == fb.fb_width && y == fb.fb_height && d == i) in efifb_find_mode_xydm()
686 int x, y, depth; in efifb_find_mode() local
688 if (!gfx_parse_mode_str(str, &x, &y, &depth)) in efifb_find_mode()
691 return (efifb_find_mode_xydm(x, y, depth, -1)); in efifb_find_mode()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1470 TPM2B_ECC_PARAMETER y; member
/illumos-gate/usr/src/boot/common/
H A Dtem.c537 tems.ts_p_offset.y = (tems.ts_p_dimension.height - in tems_setup_terminal()
731 *y = (uint16_t)tems.ts_p_dimension.height; in tem_get_size()
792 tem_pix_cls_range(tem, 0, nrows, tems.ts_p_offset.y, in tem_prom_scroll_up()
814 tems.ts_p_offset.y; in tem_adjust_row()
2397 da.row = (row * da.height) + tems.ts_p_offset.y; in tem_pix_display()
2431 tems.ts_p_offset.y - 1; in tem_pix_copy()
2484 tem_pix_cls_range(tem, row, 1, tems.ts_p_offset.y, in tem_pix_cls()
2518 offset = tems.ts_p_offset.y % height; in tem_pix_clear_prom_output()
2520 nrows = tems.ts_p_offset.y / height; in tem_pix_clear_prom_output()
2795 tems.ts_p_offset.y; in tem_pix_cursor()
[all …]
H A Dgfx_fb.c188 *y = strtoul(p, &end, 0); in gfx_parse_mode_str()
189 if (*y == 0 || errno != 0) in gfx_parse_mode_str()
489 uint32_t data, bpp, pitch, y, x; in gfxfb_blt_fill() local
527 for (y = DestinationY; y < Height + DestinationY; y++) { in gfxfb_blt_fill()
1160 for (uint32_t y = 0; y < height; y++) { in gfx_fb_cons_display() local
1268 for (uint32_t y = 0; y < height; y++) { in gfx_fb_display_cursor() local
1666 tems.ts_p_offset.y; in gfx_fb_putimage()
1730 for (y = 0; y < fheight; y++) { in gfx_fb_putimage()
1746 j = y * fwidth + x; in gfx_fb_putimage()
1749 i = GETPIXEL(x, y); in gfx_fb_putimage()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h2251 #define SLI_HW_REVISION_CHECK(x, y) ((x & 0xf0) == y) argument
2252 #define SLI_FCODE_REVISION_CHECK(x, y) (x == y) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c3988 ext_size_compare(const void *x, const void *y) in ext_size_compare() argument
3990 const range_seg_gap_t *rsa = x, *rsb = y; in ext_size_compare()
4018 sio_addr_compare(const void *x, const void *y) in sio_addr_compare() argument
4020 const scan_io_t *a = x, *b = y; in sio_addr_compare()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c5012 nfs3_rddir_compar(const void *x, const void *y) in nfs3_rddir_compar() argument
5015 rddir_cache *b = (rddir_cache *)y; in nfs3_rddir_compar()
5032 nfs_rddir_compar(const void *x, const void *y) in nfs_rddir_compar() argument
5035 rddir_cache *b = (rddir_cache *)y; in nfs_rddir_compar()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies.kshlib104 log_must echo y | newfs $vol_r_path >/dev/null 2>&1
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica193 # crecimiento en la producción y distribución energética."
265 # Provincia argentina retrasa reloj y marca diferencia con resto del país
1393 # Salas y Gómez Island is uninhabited.
H A Dnorthamerica2516 # En los municipios fronterizos de Tijuana y Mexicali en Baja California;
2517 # Juárez y Ojinaga en Chihuahua; Acuña y Piedras Negras en Coahuila;
2518 # Anáhuac en Nuevo León; y Nuevo Laredo, Reynosa y Matamoros en
2520 # desde las dos horas del segundo domingo de marzo y concluirá a las dos
2524 # internacional y la línea paralela ubicada a una distancia de veinte
2527 # efecto desde las dos horas del segundo domingo de marzo y concluirá a
3087 # the time announced as "ocho cuarenta y cuatro" ("eight forty-four"),
H A Deurope3323 # Planesas P. La hora oficial en España y sus cambios.

12345678910>>...72