Searched refs:setRef (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.h195 @param setRef A handle for finding the RAID set.
198 CFMutableDictionaryRef AppleRAIDGetSetProperties(AppleRAIDSetRef setRef);
303 @param setRef The handle for the RAID set.
306 bool AppleRAIDDestroySet(AppleRAIDSetRef setRef);
354 @param setRef The handle for the logical volume group returned from AppleRAIDCreateSet().
358 CFMutableArrayRef AppleLVMGetVolumesForGroup(AppleRAIDSetRef setRef, AppleRAIDMemberRef member);
404 @param setRef The handle for the logical volume group returned from AppleRAIDCreateSet().
410 CFMutableDictionaryRef AppleLVMCreateVolume(AppleRAIDSetRef setRef, CFStringRef volumeType, UInt64 volumeSize, CFStringRef volumeLocation);
507 @param setRef A handle for the logical volume group being added to.
511 AppleLVMVolumeRef AppleLVMMergeGroups(AppleRAIDSetRef setRef, AppleRAIDSetRe
[all...]
H A DAppleRAIDUserLib.c564 getSetInfo(AppleRAIDSetRef setRef) argument
569 setInfo->setProps = AppleRAIDGetSetProperties(setRef);
2228 AppleLVMGetVolumesForGroup(AppleRAIDSetRef setRef, AppleRAIDMemberRef member) argument
2236 if (!CFStringGetCString(setRef, buffer, kAppleRAIDMaxUUIDStringSize, kCFStringEncodingUTF8)) {
2488 AppleLVMCreateVolume(AppleRAIDSetRef setRef, CFStringRef volumeType, UInt64 volumeSize, CFStringRef volumeLocation) argument
2492 if (!setRef || !volumeType || !volumeSize || !volumeLocation) return NULL;
2494 setInfo_t * lvgInfo = getSetInfo(setRef);
2512 AppleRAIDExtentOnDisk * lvgExtentList = getVolumeExtents(setRef, &lvgExtentCount);
2828 AppleRAIDSetRef setRef = (CFStringRef)CFDictionaryGetValue(lvProps, CFSTR(kAppleLVMGroupUUIDKey)); local
2829 if (!setRef) retur
2942 AppleLVMMergeGroups(AppleRAIDSetRef setRef, AppleRAIDSetRef donorSetRef) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Drbbisetb.cpp446 RBBINode *setRef = usetNode->fParent; local
447 if (setRef != NULL) {
448 RBBINode *varRef = setRef->fParent;
486 RBBINode *setRef = usetNode->fParent; local
487 if (setRef != NULL) {
488 RBBINode *varRef = setRef->fParent;
526 RBBINode *setRef; local
537 setRef = usetNode->fParent;
538 if (setRef != NULL) {
539 varRef = setRef
677 RBBINode *setRef = usetNode->fParent; local
[all...]
H A Drbbinode.cpp112 case setRef:
208 // flattenSets Walk the parse tree, replacing any nodes of type setRef
215 U_ASSERT(fType != setRef);
218 if (fLeftChild->fType==setRef) {
231 if (fRightChild->fType==setRef) {
277 "setRef",
H A Drbbinode.h28 setRef, enumerator in enum:RBBINode::NodeType
H A Drbbistbl.cpp86 if (exprNode->fType == RBBINode::setRef) {
H A Drbbiscan.cpp422 n = pushNewNode(RBBINode::setRef);
433 n = pushNewNode(RBBINode::setRef);
595 // An entry on the stack may be as small as a single setRef node,
658 // - Set fLeftChild of the caller's node (should be a setRef node)
1055 RBBINode *operand = pushNewNode(RBBINode::setRef);
1196 n = pushNewNode(RBBINode::setRef);
H A Drbbitblb.cpp204 if (n->fType == RBBINode::setRef ||

Completed in 192 milliseconds