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

123

/macosx-10.9.5/IOKitUser-907.100.13/
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.c103 mach_port_t masterPort; local
105 kern_return_t result = IOMasterPort(MACH_PORT_NULL, &masterPort);
107 masterPort = MACH_PORT_NULL;
109 return( masterPort );
114 IOMasterPort( mach_port_t bootstrapPort, mach_port_t * masterPort )
116 IOMasterPort( mach_port_t bootstrapPort __unused, mach_port_t * masterPort )
142 return bootstrap_look_up(bootstrapPort, "com.apple.iokitsimd", masterPort);
147 result = host_get_io_master(host_port, masterPort);
239 mach_port_t masterPort = __IOGetDefaultMasterPort(); local
241 kr = io_object_get_superclass(masterPort, orig_nam
244 mach_port_deallocate(mach_task_self(), masterPort); local
272 mach_port_t masterPort = __IOGetDefaultMasterPort(); local
277 mach_port_deallocate(mach_task_self(), masterPort); local
389 mach_port_t masterPort; local
421 mach_port_deallocate(mach_task_self(), masterPort); local
438 mach_port_t masterPort; local
469 mach_port_deallocate(mach_task_self(), masterPort); local
521 mach_port_t masterPort; local
556 mach_port_deallocate(mach_task_self(), masterPort); local
1134 mach_port_t masterPort; local
1151 mach_port_deallocate(mach_task_self(), masterPort); local
1181 mach_port_t masterPort; local
1199 mach_port_deallocate(mach_task_self(), masterPort); local
1744 mach_port_t masterPort; local
1755 mach_port_deallocate(mach_task_self(), masterPort); local
1793 mach_port_t masterPort; local
1805 mach_port_deallocate(mach_task_self(), masterPort); local
1815 mach_port_t masterPort; local
1828 mach_port_deallocate(mach_task_self(), masterPort); local
2167 IOServiceOFPathToBSDName(mach_port_t masterPort, const io_name_t openFirmwarePath, io_name_t bsdName) argument
2231 mach_port_t masterPort; local
2244 mach_port_deallocate(mach_task_self(), masterPort); local
2256 mach_port_t masterPort; local
2266 mach_port_deallocate(mach_task_self(), masterPort); local
2279 mach_port_t masterPort; local
2289 mach_port_deallocate(mach_task_self(), masterPort); local
2300 mach_port_t masterPort; local
2310 mach_port_deallocate(mach_task_self(), masterPort); local
2321 mach_port_t masterPort; local
2331 mach_port_deallocate(mach_task_self(), masterPort); local
2342 mach_port_t masterPort; local
2352 mach_port_deallocate(mach_task_self(), masterPort); local
2367 mach_port_t masterPort; local
2378 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.9.5/bless-98/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.9.5/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.9.5/bless-98/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.9.5/bless-98/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.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A DHIDParamTest.c31 mach_port_t masterPort; variable
39 kr = IOServiceGetMatchingServices( masterPort,
102 &masterPort)
/macosx-10.9.5/IOPCIFamily-224.92.1/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.9.5/IOKitUser-907.100.13/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.9.5/IOKitUser-907.100.13/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.9.5/bless-98/libbless/
H A Dbless_private.h100 int setit(BLContextPtr context, mach_port_t masterPort, const char *bootvar,
/macosx-10.9.5/configd-596.15/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 118 milliseconds

123