HomeSort by relevance Sort by last modified time
    Searched refs:masterPort (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 573 mach_port_t masterPort = 0;
587 result = IOMasterPort (bootstrap_port, &masterPort);
618 result = IOServiceGetMatchingServices (masterPort, hidMatchDictionary, &hidObjectIterator);
  /external/qemu/block/
raw-posix.c 771 mach_port_t masterPort;
774 kernResult = IOMasterPort( MACH_PORT_NULL, &masterPort );
785 kernResult = IOServiceGetMatchingServices( masterPort, classesToMatch, mediaIterator );
    [all...]

Completed in 644 milliseconds