Lines Matching refs:allocatedInstances
389 int allocatedInstances = 0; in xf86MatchSbusInstances() local
408 ++allocatedInstances; in xf86MatchSbusInstances()
410 allocatedInstances, sizeof(struct Inst)); in xf86MatchSbusInstances()
411 instances[allocatedInstances - 1].sbus = psdp; in xf86MatchSbusInstances()
412 instances[allocatedInstances - 1].dev = NULL; in xf86MatchSbusInstances()
413 instances[allocatedInstances - 1].claimed = FALSE; in xf86MatchSbusInstances()
422 if (allocatedInstances <= 0) { in xf86MatchSbusInstances()
434 for (i = 0; i < allocatedInstances; i++) { in xf86MatchSbusInstances()
452 DebugF("%s instances found: %d\n", driverName, allocatedInstances); in xf86MatchSbusInstances()
454 for (i = 0; i < allocatedInstances; i++) { in xf86MatchSbusInstances()
523 for (i = 0; i < allocatedInstances && numClaimedInstances > 0; i++) { in xf86MatchSbusInstances()