Searched refs:myResult (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DDINetBootHook.cpp115 OSNumber * myResult = 0; local
161 myResult = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageResultKey));
163 if (myResult)
164 res = myResult->unsigned32BitValue();
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c554 int myResult; local
560 myResult = 0; /* default to "no access" */
563 myResult = 1; /* allow access */
590 myResult = 0;
598 myResult = 0;
605 myResult = 0;
636 myResult = 1; /* allow access */
643 return ( myResult );
H A Dhfs_readwrite.c865 int myResult; local
877 myResult = 0; /* default to "no access" */
895 myResult = (myErr == 0) ? 1 : 0;
930 myResult = 1;
941 myResult = 0;
957 myResult = 0;
973 myResult = 0;
984 myResult = 1;
992 myResult = 0;
1005 return (myResult);
[all...]

Completed in 18 milliseconds