Home
last modified time | relevance | path

Searched refs:xnfalloc (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.c146 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 Dos.h79 #ifndef xnfalloc
80 #define xnfalloc(size) XNFalloc((unsigned long)(size)) macro
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_vbo.c131 glamor_priv->vb = xnfalloc(glamor_priv->vbo_size); in glamor_get_vbo_space()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dgeneric.c143 base = INTPriv(pInt)->base = xnfalloc(SYS_BIOS); in xf86ExtendedInitInt10()
219 sysMem = xnfalloc(BIOS_SIZE); in xf86ExtendedInitInt10()
H A Dhelper_exec.c745 if ((pInt->BIOSScratch = xnfalloc(BIOS_SCRATCH_LEN))) in xf86Int10SaveRestoreBIOSVars()
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dexamodule.c123 pScreenPriv->options = xnfalloc(sizeof(EXAOptions)); in exaDDXDriverInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c81 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 Dxf86AutoConfig.c110 newstr = xnfalloc(strlen(p) + 2); in AppendToList()
H A Dxf86Configure.c122 lower_driver = xnfalloc(strlen(driver) + 1); in xf86AddBusDeviceToConfigure()
H A Dxf86Mode.c1477 ClockRangePtr newCR = xnfalloc(sizeof(ClockRange)); in xf86ValidateModes()
1594 new = xnfalloc(sizeof(DisplayModeRec)); in xf86ValidateModes()
H A Dxf86Config.c568 log_buf = xnfalloc(strlen(defaultFontPath) + (2 * countDirs) + 1); in configFiles()
1620 indp = xnfalloc(sizeof(InputInfoPtr)); in configImpliedLayout()
H A Dxf86Xinput.c921 PausedInputDevicePtr new_device = xnfalloc(sizeof *new_device); in xf86NewInputDevice()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxscreens.c430 pGlxScreen->GLXextensions = xnfalloc(i); in __glXScreenInit()
H A Dglxdri2.c980 options = xnfalloc(sizeof(GLXOptions)); in __glXDRIscreenProbe()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c272 options = xnfalloc(sizeof(DDCOptions)); in xf86DoEDID_DDC1()
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbdevhw.c289 *namep = xnfalloc(16); in fbdev_open_pci()
356 *namep = xnfalloc(16); in fbdev_open()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c214 pNew = xnfalloc(sizeof(DisplayModeRec)); in xf86DuplicateMode()
H A Dxf86Crtc.c522 output->options = xnfalloc(sizeof(xf86OutputOptions)); in xf86OutputSetMonitor()
2515 config->options = xnfalloc(sizeof(xf86DeviceOptions)); in xf86InitialConfiguration()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwindow.c127 val = (ValidatePtr) xnfalloc(sizeof(ValidateRec)); in miMarkWindow()
H A Dmioverlay.c1863 (miOverlayValDataPtr) xnfalloc(sizeof(miOverlayValDataRec)); in MarkUnderlayWindow()
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkbtext.c67 tb->buffer = xnfalloc(size); in tbGetBuffer()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c885 p = xnfalloc(sizeof(struct sync_pending)); in keyboard_check_repeat()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2957 Mode = xnfalloc(sizeof(DisplayModeRec)); in drmmode_output_get_modes()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog101805 xf86ValidateModes: xnfalloc(strlen) + strcpy => xnfstrdup