Searched refs:masterPort (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10.1/IOKitUser-1050.1.21/
H A Dtermclass.c34 mach_port_t masterPort; local
47 status = IOMasterPort(bootstrap_port, &masterPort);
52 status = IOCatalogueTerminate( masterPort, 0, argv[arg] );
H A DionotifyCB.c37 mach_port_t masterPort; variable
46 assert( refcon == (void *) masterPort );
91 &ServiceInterestCallback, (void *) masterPort,
110 notify = IONotificationPortCreate( masterPort )
119 // IOBSDNameMatching( masterPort, 0, arg ),
130 obj = IORegistryEntryFromPath( masterPort, kIOServicePlane ":/");
136 &ServiceInterestCallback, (void *) masterPort,
160 &masterPort)
H A DIOKitLib.c106 mach_port_t masterPort; local
108 kern_return_t result = IOMasterPort(MACH_PORT_NULL, &masterPort);
110 masterPort = MACH_PORT_NULL;
112 return( masterPort );
117 IOMasterPort( mach_port_t bootstrapPort, mach_port_t * masterPort )
119 IOMasterPort( mach_port_t bootstrapPort __unused, mach_port_t * masterPort )
148 return bootstrap_look_up(bootstrapPort, "com.apple.iokitsimd", masterPort);
153 result = host_get_io_master(host_port, masterPort);
159 kr = io_server_version(*masterPort, &gIOKitLibServerVersion);
255 mach_port_t masterPort local
260 mach_port_deallocate(mach_task_self(), masterPort); local
288 mach_port_t masterPort = __IOGetDefaultMasterPort(); local
293 mach_port_deallocate(mach_task_self(), masterPort); local
405 mach_port_t masterPort; local
457 mach_port_deallocate(mach_task_self(), masterPort); local
474 mach_port_t masterPort; local
524 mach_port_deallocate(mach_task_self(), masterPort); local
596 mach_port_t masterPort; local
652 mach_port_deallocate(mach_task_self(), masterPort); local
1222 mach_port_t masterPort; local
1239 mach_port_deallocate(mach_task_self(), masterPort); local
1269 mach_port_t masterPort; local
1287 mach_port_deallocate(mach_task_self(), masterPort); local
2020 mach_port_t masterPort; local
2031 mach_port_deallocate(mach_task_self(), masterPort); local
2069 mach_port_t masterPort; local
2081 mach_port_deallocate(mach_task_self(), masterPort); local
2091 mach_port_t masterPort; local
2104 mach_port_deallocate(mach_task_self(), masterPort); local
2414 IOServiceOFPathToBSDName(mach_port_t masterPort, const io_name_t openFirmwarePath, io_name_t bsdName) argument
2478 mach_port_t masterPort; local
2491 mach_port_deallocate(mach_task_self(), masterPort); local
2503 mach_port_t masterPort; local
2513 mach_port_deallocate(mach_task_self(), masterPort); local
2526 mach_port_t masterPort; local
2536 mach_port_deallocate(mach_task_self(), masterPort); local
2547 mach_port_t masterPort; local
2557 mach_port_deallocate(mach_task_self(), masterPort); local
2568 mach_port_t masterPort; local
2578 mach_port_deallocate(mach_task_self(), masterPort); local
2589 mach_port_t masterPort; local
2599 mach_port_deallocate(mach_task_self(), masterPort); local
2614 mach_port_t masterPort; local
2625 mach_port_deallocate(mach_task_self(), masterPort); local
[all...]
H A Dalloccount.c49 mach_port_t masterPort; local
56 status = IOMasterPort(bootstrap_port, &masterPort);
61 root = IORegistryGetRootEntry(masterPort);
H A Dclasscount.c37 mach_port_t masterPort; local
54 status = IOMasterPort(bootstrap_port, &masterPort);
59 root = IORegistryGetRootEntry(masterPort);
H A Dclockfreq.c37 mach_port_t masterPort; variable
82 root = IORegistryEntryFromPath( masterPort,
101 if( (cpus = IORegistryEntryFromPath( masterPort,
155 &masterPort)
H A Dionotify.c36 mach_port_t masterPort; variable
95 kr = IOServiceAddNotification( masterPort, type,
97 // IOBSDNameMatching( masterPort, 0, arg ),
108 kr = IOServiceAddNotification( masterPort, type,
117 obj = IORegistryEntryFromPath( masterPort, kIOServicePlane ":/");
171 &masterPort)
H A DIOKitLib.h109 @param masterPort The master port is returned.
114 mach_port_t * masterPort );
120 @param masterPort The master port obtained from IOMasterPort(). Pass kIOMasterPortDefault to look up the default master port.
125 mach_port_t masterPort );
379 @param masterPort The master port obtained from IOMasterPort(). Pass kIOMasterPortDefault to look up the default master port.
386 mach_port_t masterPort,
392 @param masterPort The master port obtained from IOMasterPort(). Pass kIOMasterPortDefault to look up the default master port.
399 mach_port_t masterPort,
406 mach_port_t masterPort,
500 @param masterPort Th
[all...]
H A DIOKitLibPrivate.h29 mach_port_t masterPort; member in struct:IONotificationPort
H A DTests.c52 mach_port_t masterPort; variable
86 root = IORegistryEntryFromPath( masterPort, "IODeviceTree:/" )
130 kr = IOServiceGetMatchingServices( masterPort,
226 kr = IOServiceGetMatchingServices( masterPort,
351 kr = IOServiceGetMatchingServices( masterPort,
447 root = IORegistryEntryFromPath( masterPort, kIODeviceTreePlane ":/" )
468 kr = IORegistryCreateIterator( masterPort, kIOServicePlane, TRUE, &iter )
493 &masterPort)
/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLGetPreBootEnvironmentType.c57 mach_port_t masterPort; local
64 ret = IOMasterPort( MACH_PORT_NULL, &masterPort );
69 entry = IORegistryEntryFromPath(masterPort, path);
74 entry = IORegistryEntryFromPath(masterPort, path);
79 entry = IORegistryEntryFromPath(masterPort, path);
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDAMenu/
H A DUtilityRoutines.h28 io_object_t getInterfaceWithName(mach_port_t masterPort, char *className);
H A DUtilityRoutines.c44 io_object_t getInterfaceWithName(mach_port_t masterPort, char *className) argument
50 kr = IORegistryCreateIterator(masterPort, kIOServicePlane, true, &ite);
/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForDevice.c49 mach_port_t masterPort,
61 mach_port_t masterPort; local
72 kret = IOMasterPort(MACH_PORT_NULL, &masterPort);
80 ret = addMatchingInfoForBSDName(context, masterPort, dict, bsdName, shortForm);
H A DBLCreateEFIXMLRepresentationForLegacyDevice.c61 mach_port_t masterPort,
69 mach_port_t masterPort; local
91 kret = IOMasterPort(MACH_PORT_NULL, &masterPort);
182 masterPort,
218 mach_port_t masterPort,
231 media = IOServiceGetMatchingService(masterPort,
232 IOBSDNameMatching(masterPort, 0, bsdName));
217 addLegacyTypeForBSDName(BLContextPtr context, mach_port_t masterPort, CFMutableDictionaryRef dict, const char *bsdName) argument
H A DBLCreateEFIXMLRepresentationForNetworkPath.c56 mach_port_t masterPort; local
69 kret = IOMasterPort(MACH_PORT_NULL, &masterPort);
79 matchDict = IOBSDNameMatching(masterPort, 0, interface);
83 iface = IOServiceGetMatchingService(masterPort,
H A DBLCreateEFIXMLRepresentationForPath.c52 mach_port_t masterPort,
68 mach_port_t masterPort; local
81 kret = IOMasterPort(MACH_PORT_NULL, &masterPort);
134 ret = addMatchingInfoForBSDName(context, masterPort, dict, sb.f_mntfromname+strlen("/dev/"), shortForm);
195 mach_port_t masterPort,
210 propDict = IOBSDNameMatching(masterPort, 0, bsdName);
213 media = IOServiceGetMatchingService(masterPort,
332 checkMedia = IOServiceGetMatchingService(masterPort,
194 addMatchingInfoForBSDName(BLContextPtr context, mach_port_t masterPort, CFMutableDictionaryRef dict, const char *bsdName, bool shortForm) argument
/macosx-10.10.1/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDeviceForNetworkPath.c57 mach_port_t masterPort; local
66 kret = IOMasterPort(MACH_PORT_NULL, &masterPort);
70 matchDict = IOBSDNameMatching(masterPort, 0, interface);
74 iface = IOServiceGetMatchingService(masterPort,
/macosx-10.10.1/IOKitUser-1050.1.21/hidsystem.subproj/
H A DHIDParamTest.c31 mach_port_t masterPort; variable
39 kr = IOServiceGetMatchingServices( masterPort,
102 &masterPort)
/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIClient.c16 void Test( mach_port_t masterPort, io_service_t service );
22 mach_port_t masterPort; local
29 kr = IOMasterPort( MACH_PORT_NULL, &masterPort);
36 kr = IOServiceGetMatchingServices( masterPort,
79 Test( masterPort, service );
89 void Test( mach_port_t masterPort, io_service_t service ) argument
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c54 mach_port_t masterPort; variable
86 root = IORegistryEntryFromPath( masterPort, "IODeviceTree:/" )
130 kr = IOServiceGetMatchingServices( masterPort,
279 kr = IORegistryCreateEnumerator( masterPort,
297 kr = IOServiceGetMatchingServices( masterPort,
443 kr = IOServiceGetMatchingServices( masterPort,
540 root = IORegistryEntryFromPath( masterPort, kIODeviceTreePlane ":/" )
561 kr = IORegistryCreateIterator( masterPort, kIOServicePlane, TRUE, &iter )
586 &masterPort)
/macosx-10.10.1/IOKitUser-1050.1.21/network.subproj/
H A Dmonitorlink.c142 getInterfaceWithBSDName(mach_port_t masterPort, CFStringRef ifname) argument
149 kr = IORegistryCreateIterator(masterPort,
324 mach_port_t masterPort; local
359 kr = IOMasterPort(bootstrap_port, &masterPort);
377 netif = getInterfaceWithBSDName(masterPort, ifname);
H A Denetstat.c347 io_object_t getInterfaceWithBSDName(mach_port_t masterPort, CFStringRef ifname) argument
354 kr = IORegistryCreateIterator(masterPort,
402 mach_port_t masterPort; local
448 kr = IOMasterPort(bootstrap_port, &masterPort);
456 netif = getInterfaceWithBSDName(masterPort, ifname);
/macosx-10.10.1/bless-103/libbless/
H A Dbless_private.h100 int setit(BLContextPtr context, mach_port_t masterPort, const char *bootvar,
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DDeviceOnHold.c168 static mach_port_t masterPort = MACH_PORT_NULL; local
176 if (masterPort == MACH_PORT_NULL) {
177 kr = IOMasterPort(MACH_PORT_NULL, &masterPort);
188 kr = IOServiceGetMatchingServices(masterPort, deviceToMatch, &matchingServices);

Completed in 152 milliseconds

123