Searched refs:getSetProperties (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserClient.h86 { return ((AppleRAIDUserClient *)target)->getSetProperties(args); };
106 virtual IOReturn getSetProperties(IOExternalMethodArguments * args);
H A DAppleRAIDMirrorSet.h78 virtual OSDictionary * getSetProperties(void);
H A DAppleRAID.h136 IOReturn getSetProperties(char * setString, uint32_t setStringSize, char * outProp, uint32_t * outPropSize);
H A DAppleRAIDUserClient.cpp243 AppleRAIDUserClient::getSetProperties(IOExternalMethodArguments * arguments) function in class:AppleRAIDUserClient
245 IOLogUC("AppleRAIDUserClient::getSetProperties()\n");
252 return ucController->getSetProperties((char *)arguments->structureInput, arguments->structureInputSize,
H A DAppleLVMGroup.h105 virtual OSDictionary * getSetProperties(void);
H A DAppleRAIDSet.h155 virtual OSDictionary * getSetProperties(void);
H A DAppleRAID.cpp614 IOReturn AppleRAID::getSetProperties(char * setString, uint32_t setStringSize, char * outProp, uint32_t * outPropSize) function in class:AppleRAID
622 IOLog1("AppleRAID::getSetProperties(%s) entered\n", setString);
643 props = set->getSetProperties();
653 IOLog("AppleRAID::getSetProperties() return buffer too small, need %d bytes, received %d.\n",
H A DAppleRAIDMirrorSet.cpp194 OSDictionary * AppleRAIDMirrorSet::getSetProperties(void) function in class:AppleRAIDMirrorSet
196 OSDictionary * props = super::getSetProperties();
H A DAppleLVMGroup.cpp354 OSDictionary * AppleLVMGroup::getSetProperties(void)
356 OSDictionary * props = super::getSetProperties();
H A DAppleRAIDSet.cpp1422 OSDictionary * AppleRAIDSet::getSetProperties(void) function in class:AppleRAIDSet

Completed in 178 milliseconds