Searched refs:entity (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DTextSrc.c344 XawTextEntity *entity, *enext; local in function:XawTextSrcDestroy
348 entity = src->textSrc.anchors[i]->entities;
349 while (entity) {
350 enext = entity->next;
351 XtFree((XtPointer)entity);
352 entity = enext;
996 XawTextEntity *eprev, *entity, *enext; local in function:XawTextSourceReplace
1004 eprev = entity = anchor->cache;
1006 eprev = entity = anchor->entities;
1007 while (entity) {
1617 XawTextEntity *pentity, *entity; local in function:XawTextSourceAddAnchor
1714 XawTextEntity *pentity, *entity; local in function:XawTextSourceAnchorAndEntity
1813 XawTextEntity *entity, *eprev; local in function:XawTextSourceAddEntity
1910 XawTextEntity *entity, *eprev, *enext; local in function:XawTextSourceClearEntities
[all...]
H A DAsciiSink.c342 XawTextEntity *entity; local in function:CalculateBearing
349 &anchor, &entity) &&
351 entity->property)) != NULL &&
443 XawTextEntity *entity; local in function:AsciiPreparePaint
462 &anchor, &entity)) {
464 entity->property)) != NULL &&
470 pos = anchor->position + entity->offset + entity->length;
479 while (entity && pos < right) {
481 if ((pos = anchor->position + entity
1150 XawTextEntity *entity; local in function:GetCursorBounds
1196 XawTextEntity *entity; local in function:FindCursorY
1265 XawTextEntity *entity; local in function:InsertCursor
1375 XawTextEntity *entity; local in function:FindDistance
1486 XawTextEntity *entity; local in function:FindPosition
[all...]
H A DAsciiSrc.c364 XawTextEntity *entity; local in function:ReadText
369 while ((state = XawTextSourceAnchorAndEntity(w, pos, &anchor, &entity)) &&
370 (entity->flags & XAW_TENTF_HIDE))
371 pos = anchor->position + entity->offset + entity->length;
373 !(entity->flags & XAW_TENTF_REPLACE)) {
374 while (entity) {
375 offset = anchor->position + entity->offset;
379 (entity->flags & (XAW_TENTF_HIDE | XAW_TENTF_REPLACE))) {
383 if ((entity
484 XawTextEntity *entity; local in function:ReplaceText
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86platformBus.c356 const EntityPtr entity = xf86Entities[entityIndex]; local in function:xf86MergeOutputClassOptions
362 switch (entity->bus.type) {
364 dev = entity->bus.id.plat;
370 entity->bus.id.pci)) {
379 entity->bus.type);
450 int entity; local in function:doPlatformProbe
455 entity = xf86ClaimPlatformSlot(dev, drvp, 0,
458 if ((entity == -1) && gdev && (gdev->screen > 0)) {
467 entity = nent;
473 if (entity !
698 EntityPtr entity; local in function:xf86platformRemoveDevice
[all...]
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dalp.h6 extern ScrnInfoPtr AlpProbe(int entity);
H A Dlg.h17 extern ScrnInfoPtr LgProbe(int entity);
H A Dalp_driver.c195 AlpProbe(int entity) argument
199 if ((pScrn = xf86ConfigPciEntity(pScrn, 0, entity, CIRPciChipsets,
500 /* Get the entity, and make sure it is PCI. */
H A Dlg_driver.c254 LgProbe(int entity) argument
257 if ((pScrn = xf86ConfigPciEntity(pScrn, 0, entity,
444 * Get the entity, and make sure it is PCI.
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware_bootstrap.c422 VMwarePlatformProbe(DriverPtr drv, int entity, int flags, argument
438 if (xf86IsEntitySharable(entity))
439 xf86SetEntityShared(entity);
441 xf86AddEntityToScreen(pScrn, entity);
/xsrc/external/mit/xedit/dist/lisp/
H A Dxedit.c129 {LispFunction, Xedit_AddEntity, "add-entity offset length identifier"},
573 XawTextEntity *entity; local in function:XeditInteractiveCallback
610 if (XawTextSourceAnchorAndEntity(w, position, &anchor, &entity))
619 if (XawTextSourceAnchorAndEntity(w, right, &anchor, &entity))
636 entity = anchor->entities; \
637 /* Find first entity in the region to parse */ \
638 while (entity && \
639 anchor->position + entity->offset + entity->length <= \
641 entity
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_driver.c1069 qxl->entity = xf86GetEntityInfo (pScrn->entityList[0]);
1074 qxl->pci = xf86GetPciInfoForEntity (qxl->entity->index);
1382 qxl_pci_probe (DriverPtr drv, int entity, struct pci_device *dev, intptr_t match) argument
1385 ScrnInfoPtr pScrn = xf86ConfigPciEntity (NULL, 0, entity, NULL, NULL,
1414 qxl_platform_probe(DriverPtr driver, int entity, int flags, argument
1431 if (xf86IsEntitySharable(entity))
1432 xf86SetEntityShared(entity);
1434 xf86AddEntityToScreen(pScrn, entity);
H A Dqxl.h269 EntityInfoPtr entity; member in struct:_qxl_screen_t
H A Dqxl_kms.c161 qxl->entity = xf86GetEntityInfo (pScrn->entityList[0]);
166 qxl->pci = xf86GetPciInfoForEntity (qxl->entity->index);
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c251 int i, fd, entity, wstype; local in function:NGLEProbe
301 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE);
302 pScrn = xf86ConfigFbEntity(NULL, 0, entity,
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_driver.c353 int i, chipset, entity; local in function:IgsProbe
382 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE);
383 pScrn = xf86ConfigFbEntity(NULL, 0, entity, NULL, NULL,
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_driver.c308 int i, fd, entity, wstype; local in function:CrimeProbe
354 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE);
355 pScrn = xf86ConfigFbEntity(NULL, 0, entity,
/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_driver.c255 int entity; local in function:NewportProbe
258 entity = xf86ClaimNoSlot(drv, 0, dev, TRUE);
266 xf86AddEntityToScreen(pScrn, entity);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_driver.c47 static Bool NVPciProbe(DriverPtr, int entity, struct pci_device*, intptr_t data);
907 NVPciProbe(DriverPtr drv, int entity, struct pci_device *dev, intptr_t data) argument
956 return G80GetScrnInfoRec(NULL, entity);
958 return RivaGetScrnInfoRec(NULL, entity);
960 return NVGetScrnInfoRec(NULL, entity);
1396 /* Get the entity, and make sure it is PCI. */
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb_driver.c325 int i, fd, entity; local in function:WsfbProbe
346 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE);
347 pScrn = xf86ConfigFbEntity(NULL,0,entity,
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_driver.c456 EntityInfoPtr entity; local in function:via_pci_probe
467 entity = xf86GetEntityInfo(entity_num);
562 /* CLE266 supports dual-head; mark the entity as sharable. */
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_driver.c448 EntityInfoPtr entity; local in function:intel_pci_probe
460 entity = xf86GetEntityInfo (entity_num);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c539 int entity; local in function:GLINTProbe
540 entity = xf86ClaimPciSlot(bus,device,func,drv,
543 pScrn = xf86ConfigPciEntity(pScrn,0,entity,
680 /* Allocate an entity private if necessary */
694 * Set the entity instance for this instance of the driver.
877 /* Allocate an entity private if necessary */
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c822 * For cards that can do dual head per entity, mark the entity
830 /* Allocate an entity private if necessary */
842 * Set the entity instance for this instance of the driver. For
864 int i, chipset, entity; local in function:CHIPSProbe
893 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE);
894 pScrn = xf86ConfigFbEntity(NULL, 0, entity, NULL, NULL,
1127 /* Make sure entity is PCI for now, though this might not be needed. */
1131 /* Allocate an entity private if necessary */
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.conf.in737 # then it will generate one additional man file for each entity

Completed in 47 milliseconds