Searched refs:xnfcalloc (Results 1 - 25 of 169) sorted by relevance

1234567

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86RamDac.c112 xnfcalloc(sizeof(RamDacHWRec), 1);
114 xnfcalloc(sizeof(RamDacScreenRec), 1);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c126 adaptor = xnfcalloc(1, sizeof(*adaptor));
138 port_privates = xnfcalloc(adaptor->nPorts,
140 adaptor->pPortPrivates = xnfcalloc(adaptor->nPorts,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_probe.c171 pPriv->ptr = xnfcalloc(sizeof(RADEONEntRec), 1);
267 pPriv->ptr = xnfcalloc(sizeof(RADEONEntRec), 1);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_dcon.c131 pGeode->panelMode = xnfcalloc(1, sizeof(DisplayModeRec));
H A Dlx_panel.c131 mode = xnfcalloc(1, sizeof(DisplayModeRec));
/xsrc/external/mit/xorg-server/dist/config/
H A Dconfig.c136 xnfcalloc(1, sizeof (struct OdevAttributes));
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_ums_mode.c41 mode = xnfcalloc (1, sizeof (DisplayModeRec));
472 qxl->crtcs = xnfcalloc (sizeof (xf86CrtcPtr), qxl->num_heads);
473 qxl->outputs = xnfcalloc (sizeof (xf86OutputPtr), qxl->num_heads);
481 qxl_crtc = xnfcalloc (sizeof (qxl_crtc_private), 1);
492 qxl_output = xnfcalloc (sizeof (qxl_output_private), 1);
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_output.c170 *outputFuncs = xnfcalloc(sizeof(xf86OutputFuncsRec), 1);
H A Dsmi_crtc.c244 *crtcFuncs = xnfcalloc(sizeof(xf86CrtcFuncsRec), 1);
245 *crtcPriv = xnfcalloc(sizeof(SMICrtcPrivateRec), 1);
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwaremodes.c111 dispModeList = xnfcalloc(dispModeCount + 2, sizeof(*dispModeList));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c108 DisplayModeRec *mode = xnfcalloc(1, sizeof(DisplayModeRec));
H A Dxf86cvt.c70 DisplayModeRec *Mode = xnfcalloc(1, sizeof(DisplayModeRec));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c103 DisplayModeRec *mode = xnfcalloc(1, sizeof(DisplayModeRec));
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_xaa.c287 xnfcalloc(nr_buffers, sizeof(unsigned char *));
298 xnfcalloc(1, sizeof(unsigned char *));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_xaa.c287 xnfcalloc(nr_buffers, sizeof(unsigned char *));
298 xnfcalloc(1, sizeof(unsigned char *));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dvidmem.c93 vp = pScrn->privates[vidMapIndex].ptr = xnfcalloc(sizeof(VidMapRec), 1);
106 vp->mappings[vp->numMappings] = xnfcalloc(sizeof(MappingRec), 1);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Bus.c245 xf86Entities[xf86NumEntities - 1] = xnfcalloc(1,sizeof(EntityRec));
247 xnfcalloc(sizeof(DevUnion) * xf86EntityPrivateCount, 1);
428 pEnt = xnfcalloc(1,sizeof(EntityInfoRec));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dgeneric.c144 pInt = (xf86Int10InfoPtr)xnfcalloc(1, sizeof(xf86Int10InfoRec));
150 pInt->private = (pointer)xnfcalloc(1, sizeof(genericInt10Priv));
151 INTPriv(pInt)->alloc = (pointer)xnfcalloc(1, ALLOC_ENTRIES(getpagesize()));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c146 pInt = (xf86Int10InfoPtr)xnfcalloc(1, sizeof(xf86Int10InfoRec));
155 pInt->private = (pointer)xnfcalloc(1, sizeof(linuxInt10Priv));
158 (pointer)xnfcalloc(1, ALLOC_ENTRIES(pagesize));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Bus.c303 xf86Entities[xf86NumEntities - 1] = xnfcalloc(1, sizeof(EntityRec));
305 xnfcalloc(xf86EntityPrivateCount, sizeof(DevUnion));
504 pEnt = xnfcalloc(1, sizeof(EntityInfoRec));
H A Dxf86Config.c184 dir_elem = xnfcalloc(1, strlen(path_elem) + 1);
334 xf86configptr->conf_modules = xnfcalloc(1, sizeof(XF86ConfModuleRec));
1360 indp = xnfcalloc((count + 1), sizeof(InputInfoPtr));
1444 slp = xnfcalloc((count + 1), sizeof(screenLayoutRec));
1454 slp[count].screen = xnfcalloc(1, sizeof(confScreenRec));
1508 slp[0].screen = xnfcalloc(1, sizeof(confScreenRec));
1636 slp = xnfcalloc(1, 2 * sizeof(screenLayoutRec));
1637 slp[0].screen = xnfcalloc(1, sizeof(confScreenRec));
1645 servlayoutp->inactives = xnfcalloc(1, sizeof(GDevRec));
1730 screenp->monitor = xnfcalloc(
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dgeneric.c135 pInt = (xf86Int10InfoPtr) xnfcalloc(1, sizeof(xf86Int10InfoRec));
140 pInt->private = (void *) xnfcalloc(1, sizeof(genericInt10Priv));
141 INTPriv(pInt)->alloc = (void *) xnfcalloc(1, ALLOC_ENTRIES(getpagesize()));
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_dga.c77 mode = xnfcalloc(sizeof(DGAModeRec), 1);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c142 if (!(pConfigs = (__GLXvisualConfig*)xnfcalloc(sizeof(__GLXvisualConfig),
146 if (!(pXGIConfigs = (XGIConfigPrivPtr)xnfcalloc(sizeof(XGIConfigPrivRec),
151 if (!(pXGIConfigPtrs = (XGIConfigPrivPtr*)xnfcalloc(sizeof(XGIConfigPrivPtr),
319 if (!(pXGIDRI = (XGIDRIPtr)xnfcalloc(sizeof(XGIDRIRec),1))) {
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_probe.c218 pPriv->ptr = xnfcalloc(sizeof(RADEONEntRec), 1);

Completed in 26 milliseconds

1234567