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

/xnu-2422.115.4/iokit/Kernel/
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 DIONVRAM.cpp806 bool ok;
828 ok = true;
832 if (iter == 0) ok = false;
834 while (ok) {
844 ok = convertObjectToProp(tmpBuffer, &length, tmpSymbol, tmpObject);
845 if (ok) {
852 if (ok) {
858 if (!ok) return kIOReturnBadArgument;
873 ok = true;
875 while (ok) {
[all...]
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
998 bool ok = true; local
[all...]
H A DIOService.cpp451 bool ok; local
461 ok = false;
463 ok = attachToParent( provider, gIOServicePlane);
468 ok = attachToParent( getRegistryRoot(), gIOServicePlane);
471 if (ok && !__provider) (void) getProvider();
473 return( ok );
590 bool ok; local
635 ok = (0 != _IOServiceJob::startJob( this, kMatchNubJob, options ));
1691 bool ok; local
1694 ok
1714 bool ok; local
2021 bool ok; local
2342 bool ok; local
2386 bool ok; local
2445 bool ok; local
2460 bool ok; local
2939 bool ok; local
3071 bool ok; local
4389 bool ok = true; local
4572 bool ok; local
4588 bool ok; local
4604 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)
987 bool ok; local
1892 bool ok; local
[all...]
H A DIOPlatformExpert.cpp1094 bool ok = true; local
1108 return( ok );
1174 bool ok = false; local
1196 ok = true;
1198 return( ok );
1204 bool ok = false; local
1208 ok = (0 != prop);
1210 if( ok )
1213 return( ok );
1355 bool ok; local
[all...]
H A DIOServicePM.cpp755 bool ok = true; local
779 ok = false;
785 if (!ok)
7776 bool ok = false; local
7809 ok = true;
7814 return ok;
7980 bool ok = false; local
7995 ok = true;
7997 return ok;
8002 bool ok local
8024 bool ok = false; local
8046 bool ok = false; local
8435 bool ok = false; local
[all...]
H A DIOPMrootDomain.cpp4186 bool ok = getSleepOption(kIOHibernateModeKey, hibernateModePtr); local
4194 return ok;
4203 bool ok = false; local
4220 ok = true;
4237 bool ok; local
4252 ok = evaluateSystemSleepPolicy(&params, kIOPMSleepPhase0, &hibMode);
4253 if (ok)
7391 bool ok = false; local
7395 ok = pciDeviceBitMappings->serialize(s);
7398 return ok;
7748 bool ok; local
[all...]
H A DIOUserClient.cpp1072 bool ok; local
1074 ok = super::init( properties );
1075 ok &= initWithTask( owningTask, securityID, type );
1077 return( ok );
/xnu-2422.115.4/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...]
/xnu-2422.115.4/bsd/netinet6/
H A Din6_ifattach.c811 boolean_t ok = TRUE; local
816 ok = FALSE;
817 if (ok && (in6->s6_addr16[0] != htons(0xfe80)))
818 ok = FALSE;
819 if (ok) {
824 ok = FALSE;
827 ok = FALSE;
829 if (ok && (in6->s6_addr32[1] != 0))
830 ok = FALSE;
831 if (!ok)
[all...]
H A Dipsec.c2924 goto ok; /* no need to check replay. */
2939 goto ok;
2984 ok:
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf2.c244 goto ok;
267 goto ok;
309 goto ok;
319 goto ok;
355 ok:
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c2747 static const char *ok = "OK"; local
2769 ((before < after) ? ok : nok),
2770 ((before < after) ? nok : ok));
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c7696 int ok = 0, notflag = 0;
7719 ok++;
7723 ok++;
7732 ok++;
7736 ok++;
7743 if (ok)

Completed in 158 milliseconds