| /xnu-11215/osfmk/console/art/ |
| H A D | scalegear.c | 47 vs.height = kGearHeight * 2 * kGearFrames; in main() 49 vs.data = malloc(vs.height * vs.rowBytes); in main() 52 vd.height = 1.5 * vs.height; in main() 54 vd.data = malloc(vd.height * vd.rowBytes); in main() 56 for (i = 0; i < vs.width * vs.height; i++) { in main() 70 for (i = 0; i < vd.width * vd.height; i++) { in main()
|
| H A D | progress.m | 46 void print_buffer (uint8_t * buffer, size_t width, size_t height, size_t row) 49 for (int y = 0; y < height; y++) 78 size_t image_length = (int)imageSize.width * (int)imageSize.height; 87 for (int y = 0; y < imageSize.height; y++) { 119 assert(h <= imageSize.height);
|
| /xnu-11215/pexpert/i386/ |
| H A D | pe_init.c | 147 default_noroot.height = bootPict->height; in PE_init_iokit() 172 default_noroot.height = kFailedBootHeight; in PE_init_iokit() 292 uint32_t height = norootIcon_lzss->height; in PE_display_icon() local 294 uint32_t y = ((PE_state.video.v_height - height) / 2) + norootIcon_lzss->y_offset_from_center; in PE_display_icon() 296 vc_display_lzss_icon(x, y, width, height, in PE_display_icon()
|
| /xnu-11215/osfmk/console/ |
| H A D | video_console.c | 1866 int width, int height, 1873 int width, int height, 1880 int width, int height, 1887 int width, int height, 1894 int width, int height, 1907 int width, int height, in vc_blit_rect() argument 2252 uint32_t height; member 2420 height = desc->height; in vc_display_icon() 2665 height = (vc_progress->height * vc_uiscale); in vc_progress_task() 2694 y -= (height / 2); in vc_progress_task() [all …]
|
| H A D | video_console.h | 111 int height; member
|
| /xnu-11215/pexpert/arm/ |
| H A D | pe_init.c | 281 default_noroot.height = bootPict->height; in PE_init_iokit() 314 image_size = default_progress.height; in PE_init_iokit() 810 uint32_t tmp, width, height; in pe_prepare_images() 815 height = default_progress.height * default_progress.count; in pe_prepare_images() 819 new_data = kalloc(width * height * scale * scale); in pe_prepare_images() 823 for (cnt = 0; cnt < height; cnt++) { in pe_prepare_images() 836 default_progress.height *= scale; in pe_prepare_images()
|
| /xnu-11215/bsd/kern/ |
| H A D | imageboot.c | 421 imageboot_mount_image(const char *root_path, int height, imageboot_type_t type) in imageboot_mount_image() argument 496 if (height >= 0) { in imageboot_mount_image() 497 imgsrc_rootvnodes[height] = old_rootvnode; in imageboot_mount_image() 502 #pragma unused(height) in imageboot_mount_image() 1009 int height = 0; in imageboot_setup_new() local 1024 error = imageboot_mount_image(root_path, height, type); in imageboot_setup_new() 1029 height++; in imageboot_setup_new() 1034 if (height > 0) { in imageboot_setup_new() 1066 error = imageboot_mount_image(root_path, height, type); in imageboot_setup_new()
|
| /xnu-11215/pexpert/pexpert/ |
| H A D | pe_images.h | 34 unsigned int height; member
|
| H A D | pexpert.h | 262 void init_display_putc(unsigned char *baseaddr, int rowbytes, int height);
|
| /xnu-11215/bsd/dev/ |
| H A D | kmreg_com.h | 71 unsigned short height; member
|
| /xnu-11215/bsd/sys/ |
| H A D | imageboot.h | 43 int imageboot_mount_image(const char *root_path, int height, imageboot_type_t type);
|
| /xnu-11215/pexpert/pexpert/i386/ |
| H A D | boot.h | 114 unsigned int height; member
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 460 uint32_t height; // Height member 492 uint32_t height; // Height member
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOHibernateIO.cpp | 1001 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressInit() 1055 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressUpdate() 1155 graphicsInfo->height = (uint32_t) consoleInfo.v_height; in IOHibernateSystemHasSlept() 1162 graphicsInfo->width, graphicsInfo->height); in IOHibernateSystemHasSlept() 2544 …gIOHibernateGraphicsInfo->width, gIOHibernateGraphicsInfo->height, gIOHibernateGraphicsInfo->gfxSt… in hibernate_machine_init() 2547 vars->videoMapSize = round_page(gIOHibernateGraphicsInfo->height in hibernate_machine_init()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_syscalls.c | 2294 get_imgsrc_rootvnode(uint32_t height, vnode_t *rvpp) in get_imgsrc_rootvnode() argument 2298 if (height >= MAX_IMAGEBOOT_NESTING) { in get_imgsrc_rootvnode() 2302 vp = imgsrc_rootvnodes[height]; in get_imgsrc_rootvnode() 2324 uint32_t height; in relocate_imageboot_source() local 2351 height = mia64.mi_height; in relocate_imageboot_source() 2362 height = mia32.mi_height; in relocate_imageboot_source() 2384 height = 0; in relocate_imageboot_source() 2393 error = get_imgsrc_rootvnode(height, &rvp); in relocate_imageboot_source()
|
| /xnu-11215/tests/ |
| H A D | vm_phys_footprint.c | 1432 typedef void (^SurfacePlaneBlock)(void *data, size_t planeIndex, size_t width, size_t height, size_…
|