Searched refs:mpContext (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOKitUser-1050.1.21/ps.subproj/
H A DIOPowerSources.c410 CFMachPortContext mpContext; local
426 bzero(&mpContext, sizeof(mpContext));
427 mpContext.info = (void *)ioContext;
428 mpContext.release = IOPSRLSMachPortRelease;
438 mpRef = CFMachPortCreateWithPort(0, mp, IOPSRLSMachPortCallback, &mpContext, &isReused);
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.c973 CFMachPortContext mpContext = { 1, (void *)connection, NULL, NULL, NULL }; local
985 &mpContext, NULL);

Completed in 175 milliseconds