Searched refs:getValue (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSBoolean.h166 * @function getValue
174 virtual bool getValue() const;
251 * <code>booleanObject->getValue() == true</code>.
267 * <code>booleanObject->getValue() == <code>false</code>.
/darwin-on-arm/xnu/libkern/c++/
H A DOSBoolean.cpp95 bool OSBoolean::getValue() const { return value; } function in class:OSBoolean
H A DOSKext.cpp3287 delayAutounload = delayAutounloadBool->getValue();
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp798 ret = (int)ejectable->getValue();
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp841 if (tmpBoolean->getValue()) owHeader->owFlags |= tmpOffset;
1128 if (tmpBoolean->getValue()) {

Completed in 48 milliseconds