Searched defs:height (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h38 short height; member in struct:font
45 short height; member in struct:bitmap_data
H A Dmsio.h46 int height; /* height of the screen */ member in struct:__anon8169
H A Dvisual_io.h199 * is expected to draw a cursor at position (col,row) of size width x height.
214 * and height specify the size of the data.
236 screen_size_t height; /* Height of data */ member in struct:vis_consdisplay
255 screen_size_t height; /* Height of cursor */ member in struct:vis_conscursor
294 screen_size_t height; /* Height of the device */ member in struct:vis_devinit
H A Dtem_impl.h132 screen_size_t height; member in struct:tem_size
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcopywin.c61 int height = (maxRowDst - minRowDst) + 1, local
93 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h49 unsigned height; member in struct:multiboot_header
H A Dgraphics.c370 unsigned i, len, idx, colors, x, y, width, height; local
410 height = c - '0';
413 height = height * 10 + c - '0';
493 while (y < height) {
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sarea.h65 unsigned int height; member in struct:drm_sarea_frame
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_fb.c95 "char-height swap l! window-top swap l! "
134 prom_get_tem_size(size_t *height, size_t *width) argument
147 *height = prom_atol(buf, len);
/illumos-gate/usr/src/uts/sparc/io/
H A Dconsplat.c230 plat_tem_get_prom_size(size_t *height, size_t *width) argument
232 prom_get_tem_size(height, width);
/illumos-gate/usr/src/uts/common/io/
H A Dvgasubr.c79 vga_get_hardware_settings(struct vgaregmap *reg, int *width, int *height) argument
82 *height = GET_VERT_END(reg)+1;
83 if (GET_VERT_X2(reg)) *height *= 2;
H A Dtem.c213 int width, height; local
232 height = tems.ts_c_dimension.height;
233 ptem->tvs_screen_buf_size = width * height;
235 (unsigned char *)kmem_alloc(width * height, KM_SLEEP);
237 total = width * height * tc_size;
246 for (i = 0; i < height; i++)
389 size_t height = 0; local
473 plat_tem_get_prom_size(&height, &width);
478 tems_setup_terminal(&temargs, height, widt
523 tems_setup_terminal(struct vis_devinit *tp, size_t height, size_t width) argument
[all...]
H A Dtem_safe.c706 row < tems.ts_c_dimension.height;
734 row < tems.ts_c_dimension.height;
781 tems.ts_c_dimension.height - 1,
791 tems.ts_c_dimension.height - 1,
806 tems.ts_c_dimension.height - 1,
815 tems.ts_c_dimension.height - 1,
943 if (row >= tems.ts_c_dimension.height) {
946 tems.ts_c_dimension.height - 1,
949 row = tems.ts_c_dimension.height -
1144 if (tem->tvs_nscroll > tems.ts_c_dimension.height)
1358 tem_safe_image_display(struct tem_vt_state *tem, uchar_t *image, int height, int width, screen_pos_t row, screen_pos_t col, cred_t *credp, enum called_from called_from) argument
1581 int nrows, ncols, width, height; local
1604 int nrows, ncols, width, height; local
1979 set_font(struct font *f, short *rows, short *cols, short height, short width) argument
[all...]
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dmenu.h81 int height; /* Number of chars high */ member in struct:MENU
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c553 plat_tem_get_prom_size(size_t *height, size_t *width) argument
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c752 * (width, height)
755 usbvc_match_image_size(uint32_t width, uint32_t height, argument
774 sz = min(w, width) * min(h, height);
775 sz = (w * h + width * height - sz * 2);
855 format->fmt.pix.height, fmtgrp);
861 "rh=%d", format->fmt.pix.width, format->fmt.pix.height);
1014 format->fmt.pix.height = h;
1064 format->fmt.pix.height = h;
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_io32.h92 unsigned int width, height; member in struct:drm_radeon_tex_image_32
101 int height; member in struct:drm_radeon_texture_32
H A Dradeon_state.c1715 u32 height; local
1772 if (spitch == 0 && image->height > 1)
1786 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1791 image->x, image->y, image->width, image->height);
1797 height = image->height;
1800 size = height * blit_width;
1803 height = RADEON_MAX_TEXTURE_SIZE / blit_width;
1804 size = height * blit_width;
1828 image32.height
[all...]
H A Di915_drm.h85 int width, height; /* screen size in pixels */ member in struct:_drm_i915_sarea
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c77 size_t lineheight; /* line height (AFM units) */
80 size_t height; /* page height (AFM units */ member in struct:termp_ps
606 /* Line-height is 1.4em. */
611 p->ps->height = (size_t)pagey;
808 (size_t)AFM2PNT(p, p->ps->height));
896 (size_t)AFM2PNT(p, p->ps->height));
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.h122 multiboot_uint32_t height; member in struct:multiboot_header
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h603 /* Font height, in pixels. */
612 /* Width and height, in pixels. */
613 uint16_t width, height; member in struct:dom0_vga_console_info::__anon9329::__anon9331
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c208 uint_t height);
2288 uint_t height, leftmost, list; local
2357 /* Find the height in the tree */
2358 height = ehci_lattice_height(interval);
2361 leftmost = ehci_leftmost_leaf(pnode, height);
2452 uint_t height, leftmost; local
2479 /* Find the height in the tree */
2480 height = ehci_lattice_height(interval);
2485 leftmost = ehci_leftmost_leaf(pnode, height);
2532 uint_t bandwidth, height, leftmos local
2981 uint_t height = ehci_lattice_height(interval); local
3017 ehci_leftmost_leaf( uint_t node, uint_t height) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c53 static uint_t uhci_leftmost_leaf(uint_t node, uint_t height);
994 uint_t height; /* Bandwidth's height in the tree */ local
1076 height = uhci_lattice_height(bandwidth);
1078 "The height is %d", height);
1093 for (i = 0; i < height; i++) {
1103 leftmost = uhci_leftmost_leaf(*node, height);
1158 uint_t height; local
1195 /* Find the height i
1394 uhci_leftmost_leaf(uint_t node, uint_t height) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c175 uint_t height);
3260 uint_t min, min_index, height; local
3343 height = ohci_lattice_height(interval);
3346 "The height is %d", height);
3350 for (i = 0; i < height; i++) {
3361 leftmost = ohci_leftmost_leaf(*node, height);
3418 uint_t height, leftmost, list; local
3441 /* Find the height in the tree */
3442 height
3677 ohci_leftmost_leaf( uint_t node, uint_t height) argument
[all...]

Completed in 292 milliseconds

12