/titanic_50/usr/src/uts/common/io/ |
H A D | tem.c | 213 int width, height; in tem_internal_init() local 232 height = tems.ts_c_dimension.height; in tem_internal_init() 233 ptem->tvs_screen_buf_size = width * height; in tem_internal_init() 235 (unsigned char *)kmem_alloc(width * height, KM_SLEEP); in tem_internal_init() 237 total = width * height * tc_size; in tem_internal_init() 246 for (i = 0; i < height; i++) in tem_internal_init() 389 size_t height = 0; in tem_info_init() local 473 plat_tem_get_prom_size(&height, &width); in tem_info_init() 478 tems_setup_terminal(&temargs, height, width); in tem_info_init() 511 tems.ts_c_dimension.height != tp->height) in tems_check_videomode() [all …]
|
H A D | tem_safe.c | 655 row < tems.ts_c_dimension.height; in tem_safe_chkparam() 683 row < tems.ts_c_dimension.height; in tem_safe_chkparam() 730 tems.ts_c_dimension.height - 1, in tem_safe_chkparam() 740 tems.ts_c_dimension.height - 1, in tem_safe_chkparam() 755 tems.ts_c_dimension.height - 1, in tem_safe_chkparam() 764 tems.ts_c_dimension.height - 1, in tem_safe_chkparam() 892 if (row >= tems.ts_c_dimension.height) { in tem_safe_lf() 895 tems.ts_c_dimension.height - 1, in tem_safe_lf() 898 row = tems.ts_c_dimension.height - in tem_safe_lf() 1093 if (tem->tvs_nscroll > tems.ts_c_dimension.height) in tem_safe_parse() [all …]
|
H A D | vgasubr.c | 79 vga_get_hardware_settings(struct vgaregmap *reg, int *width, int *height) in vga_get_hardware_settings() argument 82 *height = GET_VERT_END(reg)+1; in vga_get_hardware_settings() 83 if (GET_VERT_X2(reg)) *height *= 2; in vga_get_hardware_settings()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | font.h | 38 short height; member 45 short height; member
|
H A D | visual_io.h | 236 screen_size_t height; /* Height of data */ member 255 screen_size_t height; /* Height of cursor */ member 294 screen_size_t height; /* Height of the device */ member
|
H A D | msio.h | 46 int height; /* height of the screen */ member
|
H A D | vgasubr.h | 57 int *width, int *height);
|
H A D | tem_impl.h | 130 screen_size_t height; member
|
/titanic_50/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_fb.c | 134 prom_get_tem_size(size_t *height, size_t *width) in prom_get_tem_size() argument 147 *height = prom_atol(buf, len); in prom_get_tem_size()
|
/titanic_50/usr/src/uts/intel/io/drm/ |
H A D | radeon_io32.h | 92 unsigned int width, height; member 101 int height; member
|
H A D | radeon_state.c | 1715 u32 height; in radeon_cp_dispatch_texture() local 1772 if (spitch == 0 && image->height > 1) in radeon_cp_dispatch_texture() 1786 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width); in radeon_cp_dispatch_texture() 1791 image->x, image->y, image->width, image->height); in radeon_cp_dispatch_texture() 1797 height = image->height; in radeon_cp_dispatch_texture() 1800 size = height * blit_width; in radeon_cp_dispatch_texture() 1803 height = RADEON_MAX_TEXTURE_SIZE / blit_width; in radeon_cp_dispatch_texture() 1804 size = height * blit_width; in radeon_cp_dispatch_texture() 1828 image32.height = image->height; in radeon_cp_dispatch_texture() 1872 if (tex->height == 1) { in radeon_cp_dispatch_texture() [all …]
|
H A D | radeon_drm.h | 668 unsigned int width, height; member 677 int height; member
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmDialog.java | 67 screenSize.height / 2 - yoffset); in pmDialog() 74 parentBounds.y + parentBounds.height / 2 - yoffset); in pmDialog()
|
H A D | pmHelpDetailPanel.java | 304 new Dimension(200, theComboBox.getPreferredSize().height)); in layoutBox() 306 new Dimension(20, theComboBox.getPreferredSize().height)); in layoutBox() 308 new Dimension(300, theComboBox.getPreferredSize().height)); in layoutBox()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | graphics.c | 370 unsigned i, len, idx, colors, x, y, width, height; in read_image() local 410 height = c - '0'; in read_image() 413 height = height * 10 + c - '0'; in read_image() 493 while (y < height) { in read_image()
|
H A D | mb_header.h | 49 unsigned height; member
|
/titanic_50/usr/src/uts/sparc/io/ |
H A D | consplat.c | 230 plat_tem_get_prom_size(size_t *height, size_t *width) in plat_tem_get_prom_size() argument 232 prom_get_tem_size(height, width); in plat_tem_get_prom_size()
|
/titanic_50/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 369 encryption=$(zenity --list --title="$title" --height=320 \ 532 --height=300 \ 944 --height=250 \ 969 --height=200 \ 1146 --height=300 \ 1231 --height=300 \ 1296 --height=300 \ 1354 --height=250 \ 1403 --height=300 \ 1470 --height=400 \ [all …]
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | copywin.c | 61 int height = (maxRowDst - minRowDst) + 1, in copywin() local 93 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) { in copywin()
|
/titanic_50/usr/src/cmd/allocate/ |
H A D | wdwmsg.sh | 48 --height=100 \
|
/titanic_50/usr/src/uts/common/io/drm/ |
H A D | drm_sarea.h | 65 unsigned int height; member
|
/titanic_50/usr/src/common/crypto/skein/ |
H A D | skein_impl.h | 188 #define Skein_Set_Tree_Level(hdr, height) \ argument 190 (hdr).T[1] |= SKEIN_T1_TREE_LEVEL(height); \
|
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_util.c | 208 uint_t height); 2288 uint_t height, leftmost, list; in ehci_allocate_classic_tt_bandwidth() local 2358 height = ehci_lattice_height(interval); in ehci_allocate_classic_tt_bandwidth() 2361 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_allocate_classic_tt_bandwidth() 2452 uint_t height, leftmost; in ehci_deallocate_high_speed_bandwidth() local 2480 height = ehci_lattice_height(interval); in ehci_deallocate_high_speed_bandwidth() 2485 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_deallocate_high_speed_bandwidth() 2532 uint_t bandwidth, height, leftmost, list, min; in ehci_deallocate_classic_tt_bandwidth() local 2562 height = ehci_lattice_height(interval); in ehci_deallocate_classic_tt_bandwidth() 2565 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_deallocate_classic_tt_bandwidth() [all …]
|
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc_v4l2.c | 755 usbvc_match_image_size(uint32_t width, uint32_t height, in usbvc_match_image_size() argument 774 sz = min(w, width) * min(h, height); in usbvc_match_image_size() 775 sz = (w * h + width * height - sz * 2); in usbvc_match_image_size() 855 format->fmt.pix.height, fmtgrp); in usbvc_v4l2_set_format() 861 "rh=%d", format->fmt.pix.width, format->fmt.pix.height); in usbvc_v4l2_set_format() 1014 format->fmt.pix.height = h; in usbvc_v4l2_set_format() 1064 format->fmt.pix.height = h; in usbvc_v4l2_get_format()
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | term_ps.c | 76 size_t height; /* page height (AFM units */ member 623 p->ps->height = (size_t)pagey; in pspdf_alloc() 822 (size_t)AFM2PNT(p, p->ps->height)); in ps_end() 910 (size_t)AFM2PNT(p, p->ps->height)); in ps_begin()
|