Symbol: video_adapter_info_t
lib/libvgl/main.c
49
video_adapter_info_t VGLAdpInfo;
lib/libvgl/vgl.h
98
extern video_adapter_info_t VGLAdpInfo;
sys/dev/fb/fb.c
397
((video_adapter_info_t *)arg)->va_index = adp->va_index;
sys/dev/fb/fb.c
398
((video_adapter_info_t *)arg)->va_type = adp->va_type;
sys/dev/fb/fb.c
399
bcopy(adp->va_name, ((video_adapter_info_t *)arg)->va_name,
sys/dev/fb/fb.c
401
sizeof(((video_adapter_info_t *)arg)->va_name)));
sys/dev/fb/fb.c
402
((video_adapter_info_t *)arg)->va_unit = adp->va_unit;
sys/dev/fb/fb.c
403
((video_adapter_info_t *)arg)->va_flags = adp->va_flags;
sys/dev/fb/fb.c
404
((video_adapter_info_t *)arg)->va_io_base = adp->va_io_base;
sys/dev/fb/fb.c
405
((video_adapter_info_t *)arg)->va_io_size = adp->va_io_size;
sys/dev/fb/fb.c
406
((video_adapter_info_t *)arg)->va_crtc_addr = adp->va_crtc_addr;
sys/dev/fb/fb.c
407
((video_adapter_info_t *)arg)->va_mem_base = adp->va_mem_base;
sys/dev/fb/fb.c
408
((video_adapter_info_t *)arg)->va_mem_size = adp->va_mem_size;
sys/dev/fb/fb.c
409
((video_adapter_info_t *)arg)->va_window
sys/dev/fb/fb.c
415
((video_adapter_info_t *)arg)->va_window_size
sys/dev/fb/fb.c
417
((video_adapter_info_t *)arg)->va_window_gran
sys/dev/fb/fb.c
419
((video_adapter_info_t *)arg)->va_window_orig
sys/dev/fb/fb.c
421
((video_adapter_info_t *)arg)->va_unused0
sys/dev/fb/fb.c
427
((video_adapter_info_t *)arg)->va_buffer_size
sys/dev/fb/fb.c
429
((video_adapter_info_t *)arg)->va_mode = adp->va_mode;
sys/dev/fb/fb.c
430
((video_adapter_info_t *)arg)->va_initial_mode
sys/dev/fb/fb.c
432
((video_adapter_info_t *)arg)->va_initial_bios_mode
sys/dev/fb/fb.c
434
((video_adapter_info_t *)arg)->va_line_width
sys/dev/fb/fb.c
436
((video_adapter_info_t *)arg)->va_disp_start.x
sys/dev/fb/fb.c
438
((video_adapter_info_t *)arg)->va_disp_start.y
sys/dev/syscons/scvidctl.c
480
video_adapter_info_t adp_info;
sys/dev/syscons/scvidctl.c
539
if (((video_adapter_info_t *)data)->va_index >= 0) {
sys/dev/syscons/scvidctl.c
540
adp = vid_get_adapter(((video_adapter_info_t *)data)->va_index);
sys/sys/consio.h
270
#define CONS_ADPINFO _IOWR('c', 101, video_adapter_info_t)