Home
last modified time | relevance | path

Searched refs:fbtype (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/fb/
H A Dfbd.c120 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in fb_ioctl()
H A Dvga.c2954 ((struct fbtype *)arg)->fb_type = fb_type(adp->va_type); in vga_dev_ioctl()
2955 ((struct fbtype *)arg)->fb_height = adp->va_info.vi_height; in vga_dev_ioctl()
2956 ((struct fbtype *)arg)->fb_width = adp->va_info.vi_width; in vga_dev_ioctl()
2957 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()
2959 ((struct fbtype *)arg)->fb_cmsize = 0; in vga_dev_ioctl()
2961 ((struct fbtype *)arg)->fb_cmsize = 1 << adp->va_info.vi_depth; in vga_dev_ioctl()
2962 ((struct fbtype *)arg)->fb_size = adp->va_buffer_size; in vga_dev_ioctl()
/freebsd/sys/sys/
H A Dfbio.h97 struct fbtype { struct
105 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c99 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in vt_fb_ioctl()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c587 struct fbtype *fb; in am335x_syscons_ioctl()
593 fb = (struct fbtype *)data; in am335x_syscons_ioctl()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c677 struct fbtype *fb; in bcmfb_ioctl()
683 fb = (struct fbtype *)data; in bcmfb_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp795 unsigned struct_fbtype_sz = sizeof(fbtype);