OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:masterPort
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/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 103 milliseconds