Searched refs:ok (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMPE.cpp59 bool ok = false; local
62 ok = (0 != prop);
64 if( ok )
90 bool ok = false; local
94 ok = (0 != prop);
96 if( ok )
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp763 bool ok; local
785 ok = true;
789 if (iter == 0) ok = false;
791 while (ok) {
801 ok = convertObjectToProp(tmpBuffer, &length, tmpSymbol, tmpObject);
802 if (ok) {
809 if (ok) {
815 if (!ok) return kIOReturnBadArgument;
830 ok = true;
832 while (ok) {
1401 bool ok; local
1447 bool ok = true; local
1567 bool ok = true; local
[all...]
H A DIOKitDebug.cpp165 bool ok; local
178 ok = dict->serialize( s );
182 return( ok );
H A DIORangeAllocator.cpp191 bool ok = false; local
212 ok = (dataEnd <= thisEnd);
213 if( ok) {
221 ok = false;
230 if( ok)
238 return( ok );
H A DIODeviceTreeSupport.cpp465 bool ok; local
468 ok = GetUInt32( regEntry, gIODTPHandleKey, &phandle);
469 assert( ok );
471 if( ok) {
502 bool cmp, ok = false; local
532 ok = (*spec && *controller);
604 return( ok ? original_icells : 0 );
658 bool ok, nw; local
681 ok = (mapped && controllers);
683 if( ok) d
969 bool ok = true; local
[all...]
H A DIOService.cpp450 bool ok; local
460 ok = false;
462 ok = attachToParent( provider, gIOServicePlane);
467 ok = attachToParent( getRegistryRoot(), gIOServicePlane);
470 if (ok && !__provider) (void) getProvider();
472 return( ok );
589 bool ok; local
634 ok = (0 != _IOServiceJob::startJob( this, kMatchNubJob, options ));
1690 bool ok; local
1693 ok
1713 bool ok; local
2000 bool ok; local
2313 bool ok; local
2357 bool ok; local
2416 bool ok; local
2431 bool ok; local
2910 bool ok; local
3042 bool ok; local
4334 bool ok = false; local
4521 bool ok; local
4537 bool ok; local
4553 bool ok = true; local
[all...]
H A DIORegistryEntry.cpp138 bool ok; local
157 ok = gRegistryRoot->init();
159 if (ok)
166 assert( ok && gIONameKey && gIOLocationKey );
311 // ok for OSSymbol too
476 bool ok = snapshotProperties->serialize( s ); local
478 return( ok );
894 bool ok; local
913 ok = (maxLength > len);
915 if( ok)
992 bool ok; local
1894 bool ok; local
[all...]
H A DIOPlatformExpert.cpp1110 bool ok = true; local
1124 return( ok );
1190 bool ok = false; local
1212 ok = true;
1214 return( ok );
1220 bool ok = false; local
1224 ok = (0 != prop);
1226 if( ok )
1229 return( ok );
1372 bool ok; local
[all...]
H A DIOServicePM.cpp874 bool ok = true; local
898 ok = false;
904 if (!ok)
7244 bool ok = false; local
7277 ok = true;
7282 return ok;
7442 bool ok = false; local
7457 ok = true;
7459 return ok;
7464 bool ok local
7486 bool ok = false; local
7508 bool ok = false; local
7897 bool ok = false; local
[all...]
H A DIOPMrootDomain.cpp4035 bool ok = getSleepOption(kIOHibernateModeKey, hibernateModePtr); local
4043 return ok;
4052 bool ok = false; local
4069 ok = true;
4086 bool ok; local
4101 ok = evaluateSystemSleepPolicy(&params, kIOPMSleepPhase0, &hibMode);
4102 if (ok)
6767 bool ok = false; local
6771 ok = pciDeviceBitMappings->serialize(s);
6774 return ok;
7116 bool ok; local
[all...]
H A DIOUserClient.cpp1057 bool ok; local
1059 ok = super::init( properties );
1060 ok &= initWithTask( owningTask, securityID, type );
1062 return( ok );
/darwin-on-arm/xnu/libkern/stdio/
H A Dscanf.c435 * Switch on the character; `goto ok'
461 goto ok;
468 goto ok;
470 /* digits 8 and 9 ok iff decimal or hex */
476 goto ok;
478 /* letters ok iff hex */
487 goto ok;
489 /* sign ok only as first character */
493 goto ok;
497 /* x ok if
[all...]
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp178 bool ok = false; local
238 for ( i = 0; (!ok) && (i < 3); i++ )
252 ok = true;
262 return ok;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c243 goto ok;
266 goto ok;
308 goto ok;
318 goto ok;
354 ok:
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c2753 goto ok; /* no need to check replay. */
2768 goto ok;
2813 ok:
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c7678 int ok = 0, notflag = 0;
7701 ok++;
7705 ok++;
7714 ok++;
7718 ok++;
7725 if (ok)

Completed in 150 milliseconds