| /OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/ |
| H A D | vbe.c | 146 vip = (vbeInfoPtr) xnfalloc(sizeof(vbeInfoRec)); in VBEExtendedInit() 273 options = xnfalloc(sizeof(VBEOptions)); in vbeReadEDID() 305 tmp = (unsigned char *) xnfalloc(128); in vbeReadEDID() 1081 tmp = xnfalloc(32); in VBEReadPanelID()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | os.h | 79 #ifndef xnfalloc 80 #define xnfalloc(size) XNFalloc((unsigned long)(size)) macro
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_vbo.c | 131 glamor_priv->vb = xnfalloc(glamor_priv->vbo_size); in glamor_get_vbo_space()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | generic.c | 143 base = INTPriv(pInt)->base = xnfalloc(SYS_BIOS); in xf86ExtendedInitInt10() 219 sysMem = xnfalloc(BIOS_SIZE); in xf86ExtendedInitInt10()
|
| H A D | helper_exec.c | 745 if ((pInt->BIOSScratch = xnfalloc(BIOS_SCRATCH_LEN))) in xf86Int10SaveRestoreBIOSVars()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/exa/ |
| H A D | examodule.c | 123 pScreenPriv->options = xnfalloc(sizeof(EXAOptions)); in exaDDXDriverInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Helper.c | 81 xf86DriverList[xf86NumDrivers - 1] = xnfalloc(sizeof(DriverRec)); in xf86AddDriver() 116 xnfalloc(sizeof(InputDriverRec)); in xf86AddInputDriver() 580 scrp->confScreen->displays[i].modes = xnfalloc(sizeof(char *)); in xf86SetDepthBpp() 1561 options = xnfalloc(sizeof(BSOptions)); in xf86SetBackingStore() 1607 options = xnfalloc(sizeof(SMOptions)); in xf86SetSilkenMouse()
|
| H A D | xf86AutoConfig.c | 110 newstr = xnfalloc(strlen(p) + 2); in AppendToList()
|
| H A D | xf86Configure.c | 122 lower_driver = xnfalloc(strlen(driver) + 1); in xf86AddBusDeviceToConfigure()
|
| H A D | xf86Mode.c | 1477 ClockRangePtr newCR = xnfalloc(sizeof(ClockRange)); in xf86ValidateModes() 1594 new = xnfalloc(sizeof(DisplayModeRec)); in xf86ValidateModes()
|
| H A D | xf86Config.c | 568 log_buf = xnfalloc(strlen(defaultFontPath) + (2 * countDirs) + 1); in configFiles() 1620 indp = xnfalloc(sizeof(InputInfoPtr)); in configImpliedLayout()
|
| H A D | xf86Xinput.c | 921 PausedInputDevicePtr new_device = xnfalloc(sizeof *new_device); in xf86NewInputDevice()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxscreens.c | 430 pGlxScreen->GLXextensions = xnfalloc(i); in __glXScreenInit()
|
| H A D | glxdri2.c | 980 options = xnfalloc(sizeof(GLXOptions)); in __glXDRIscreenProbe()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | ddc.c | 272 options = xnfalloc(sizeof(DDCOptions)); in xf86DoEDID_DDC1()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/ |
| H A D | fbdevhw.c | 289 *namep = xnfalloc(16); in fbdev_open_pci() 356 *namep = xnfalloc(16); in fbdev_open()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 214 pNew = xnfalloc(sizeof(DisplayModeRec)); in xf86DuplicateMode()
|
| H A D | xf86Crtc.c | 522 output->options = xnfalloc(sizeof(xf86OutputOptions)); in xf86OutputSetMonitor() 2515 config->options = xnfalloc(sizeof(xf86DeviceOptions)); in xf86InitialConfiguration()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwindow.c | 127 val = (ValidatePtr) xnfalloc(sizeof(ValidateRec)); in miMarkWindow()
|
| H A D | mioverlay.c | 1863 (miOverlayValDataPtr) xnfalloc(sizeof(miOverlayValDataRec)); in MarkUnderlayWindow()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbtext.c | 67 tb->buffer = xnfalloc(size); in tbGetBuffer()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-input.c | 885 p = xnfalloc(sizeof(struct sync_pending)); in keyboard_check_repeat()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 2957 Mode = xnfalloc(sizeof(DisplayModeRec)); in drmmode_output_get_modes()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 101805 xf86ValidateModes: xnfalloc(strlen) + strcpy => xnfstrdup
|