Searched refs:ourIOKitPort (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLGetIOServiceForDeviceName.c56 mach_port_t ourIOKitPort; local
61 if((kret = IOMasterPort(bootstrap_port, &ourIOKitPort)) != KERN_SUCCESS) {
66 kret = IOServiceGetMatchingServices(ourIOKitPort,
67 IOBSDNameMatching(ourIOKitPort,
/macosx-10.10.1/bless-103/libbless/RAID/
H A DBLGetRAIDBootDataForDevice.c57 mach_port_t ourIOKitPort; local
69 if((kret = IOMasterPort(bootstrap_port, &ourIOKitPort)) != KERN_SUCCESS) {
73 kret = IOServiceGetMatchingServices(ourIOKitPort,
74 IOBSDNameMatching(ourIOKitPort,
H A DBLUpdateRAIDBooters.c84 mach_port_t ourIOKitPort; local
98 if((kret = IOMasterPort(bootstrap_port, &ourIOKitPort)) != KERN_SUCCESS) {
158 ret = updateRAIDMember(context, ourIOKitPort, dict, xmlData,
174 ret = updateRAIDMember(context, ourIOKitPort,
/macosx-10.10.1/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDevice.c77 mach_port_t ourIOKitPort; local
95 if((kret = IOMasterPort(bootstrap_port, &ourIOKitPort)) != KERN_SUCCESS) {
144 service = IORegistryEntryFromPath(ourIOKitPort, iostring );
228 mach_port_t ourIOKitPort; local
237 status = IOMasterPort(bootstrap_port, &ourIOKitPort);
244 status = IOServiceGetMatchingServices(ourIOKitPort,
245 IOBSDNameMatching(ourIOKitPort,

Completed in 118 milliseconds