• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching defs:count

598     unsigned int	count;
605 count = newSet->getCount();
606 if( count < kMaxOutstanding) {
609 if( (sendPing = (armed && (0 == count))))
638 unsigned int count;
646 count = newSet->getCount();
647 if( count ) {
648 result = newSet->getObject( count - 1 );
650 newSet->removeObject( count - 1);
855 mach_msg_type_number_t count;
865 count = TASK_SECURITY_TOKEN_COUNT;
866 kr = task_info( task, TASK_SECURITY_TOKEN, (task_info_t) &token, &count );
2813 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
2818 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3045 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3050 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3155 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3161 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3228 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3234 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3327 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3333 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3404 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3410 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3500 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3506 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3554 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3560 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3968 uint32_t count;
3969 count = dispatch->checkScalarInputCount;
3970 if ((kIOUCVariableStructureSize != count) && (count != args->scalarInputCount))
3975 count = dispatch->checkStructureInputSize;
3976 if ((kIOUCVariableStructureSize != count)
3977 && (count != ((args->structureInputDescriptor)
3983 count = dispatch->checkScalarOutputCount;
3984 if ((kIOUCVariableStructureSize != count) && (count != args->scalarOutputCount))
3989 count = dispatch->checkStructureOutputSize;
3990 if ((kIOUCVariableStructureSize != count)
3991 && (count != ((args->structureOutputDescriptor)