Searched refs:ints (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp329 IOInterruptState ints; local
331 ints = IOSimpleLockLockDisableInterrupt( lock );
343 IOSimpleLockUnlockEnableInterrupt( lock, ints );
351 IOInterruptState ints; local
353 ints = IOSimpleLockLockDisableInterrupt( lock );
368 IOSimpleLockUnlockEnableInterrupt( lock, ints );
375 IOInterruptState ints; local
377 ints = IOSimpleLockLockDisableInterrupt( lock );
389 IOSimpleLockUnlockEnableInterrupt( lock, ints );
397 IOInterruptState ints; local
421 IOInterruptState ints; local
443 IOInterruptState ints; local
911 IOInterruptState ints = 0; local
934 IOInterruptState ints = 0; local
961 IOInterruptState ints = 0; local
984 IOInterruptState ints = 0; local
1011 IOInterruptState ints = 0; local
1034 IOInterruptState ints = 0; local
1094 IOInterruptState ints = 0; local
1461 IOInterruptState ints; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMMtest.c117 fprintf(stderr, " -numints num\tnumber of 32-bit ints to send in messages\n");
391 void *ints = malloc(sizeof(u_int32_t) * num_ints); local
433 ((ipc_complex_message *)req)->descriptor.address = ints;
484 free(ints);
H A DMPMMtest.c110 fprintf(stderr, " -numints num\tnumber of 32-bit ints to send in messages\n");
490 void *ints = malloc(sizeof(u_int32_t) * num_ints); local
549 ((ipc_complex_message *)req)->descriptor.address = ints;
598 free(ints);

Completed in 31 milliseconds