HomeSort by: relevance | last modified time | path
    Searched refs:entity (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
TextSrc.c 344 XawTextEntity *entity, *enext; local
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
1004 eprev = entity = anchor->cache;
1006 eprev = entity = anchor->entities;
1007 while (entity) {
1617 XawTextEntity *pentity, *entity; local
1714 XawTextEntity *pentity, *entity; local
1813 XawTextEntity *entity, *eprev; local
1910 XawTextEntity *entity, *eprev, *enext; local
    [all...]
AsciiSink.c 342 XawTextEntity *entity; local
349 &anchor, &entity) &&
351 entity->property)) != NULL &&
443 XawTextEntity *entity; local
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->offset) < tmp
1150 XawTextEntity *entity; local
1196 XawTextEntity *entity; local
1265 XawTextEntity *entity; local
1375 XawTextEntity *entity; local
1486 XawTextEntity *entity; local
    [all...]
AsciiSrc.c 364 XawTextEntity *entity; local
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 = entity->next) == NULL &
484 XawTextEntity *entity; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86platformBus.c 356 const EntityPtr entity = xf86Entities[entityIndex]; local
362 switch (entity->bus.type) {
364 dev = entity->bus.id.plat;
370 entity->bus.id.pci)) {
379 entity->bus.type);
450 int entity; local
455 entity = xf86ClaimPlatformSlot(dev, drvp, 0,
458 if ((entity == -1) && gdev && (gdev->screen > 0)) {
467 entity = nent;
473 if (entity != -1)
698 EntityPtr entity; local
    [all...]
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
alp.h 6 extern ScrnInfoPtr AlpProbe(int entity);
lg.h 17 extern ScrnInfoPtr LgProbe(int entity);
alp_driver.c 195 AlpProbe(int entity)
199 if ((pScrn = xf86ConfigPciEntity(pScrn, 0, entity, CIRPciChipsets,
500 /* Get the entity, and make sure it is PCI. */
lg_driver.c 254 LgProbe(int entity)
257 if ((pScrn = xf86ConfigPciEntity(pScrn, 0, entity,
444 * Get the entity, and make sure it is PCI.
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 129 {LispFunction, Xedit_AddEntity, "add-entity offset length identifier"},
573 XawTextEntity *entity; local
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 = entity->next;
    [all...]
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmware_bootstrap.c 422 VMwarePlatformProbe(DriverPtr drv, int entity, int flags,
438 if (xf86IsEntitySharable(entity))
439 xf86SetEntityShared(entity);
441 xf86AddEntityToScreen(pScrn, entity);
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_driver.c 1069 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)
1385 ScrnInfoPtr pScrn = xf86ConfigPciEntity (NULL, 0, entity, NULL, NULL,
1414 qxl_platform_probe(DriverPtr driver, int entity, int flags,
1431 if (xf86IsEntitySharable(entity))
1432 xf86SetEntityShared(entity);
1434 xf86AddEntityToScreen(pScrn, entity);
qxl.h 269 EntityInfoPtr entity; member in struct:_qxl_screen_t
qxl_kms.c 161 qxl->entity = xf86GetEntityInfo (pScrn->entityList[0]);
166 qxl->pci = xf86GetPciInfoForEntity (qxl->entity->index);
  /xsrc/external/mit/xf86-video-ngle/dist/src/
ngle_driver.c 252 int i, fd, entity, wstype; local
302 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE);
303 pScrn = xf86ConfigFbEntity(NULL, 0, entity,
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime_driver.c 308 int i, fd, entity, wstype; local
354 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE);
355 pScrn = xf86ConfigFbEntity(NULL, 0, entity,
  /xsrc/external/mit/xf86-video-igs/dist/src/
igs_driver.c 353 int i, chipset, entity; local
382 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE);
383 pScrn = xf86ConfigFbEntity(NULL, 0, entity, NULL, NULL,
  /xsrc/external/mit/xf86-video-newport/dist/src/
newport_driver.c 257 int entity; local
260 entity = xf86ClaimNoSlot(drv, 0, dev, TRUE);
268 xf86AddEntityToScreen(pScrn, entity);
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_driver.c 47 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)
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/
wsfb_driver.c 325 int i, fd, entity; local
346 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE);
347 pScrn = xf86ConfigFbEntity(NULL,0,entity,
  /xsrc/external/mit/fontconfig/dist/doc/
fcconfig.fncs 366 Given the specified external entity name, return the associated filename.
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_driver.c 456 EntityInfoPtr entity; local
467 entity = xf86GetEntityInfo(entity_num);
562 /* CLE266 supports dual-head; mark the entity as sharable. */
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_driver.c 448 EntityInfoPtr entity; local
460 entity = xf86GetEntityInfo (entity_num);
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint_driver.c 539 int entity; local
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/
ct_driver.c 207 * Index of Entity
822 * 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
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 *
    [all...]

Completed in 31 milliseconds