Searched refs:fType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dc++rem3.c292 unsigned int fType:4; // Must fit a NameType member in struct:BaseTypeData
633 if (bSP->fType != bIP->fType)
636 switch (bSP->fType) {
670 if (numE == 1 && kNTBuiltIn == c->fInEntries[entry].fType)
688 if (kNTClass != iP->fType || iP->fLen != len)
721 sP->fType = kNTClass;
747 oP->fType = kNTSubstitute; // Assume complete substitution
753 oP->fType = kNTSubQualClass; // Re-characterise as 2 part sub
760 oP->fType
[all...]
H A Dkld_patch.c198 enum patchState fType; member in struct:patchRecord
1804 curPatch->fType = kSymbolLocal;
1816 curPatch->fType = kSymbolLocal;
2105 curPatch->fType = symbolCompare(file, symbol, supername);
2106 switch (curPatch->fType) {
2142 curPatch->fType = kSymbolLocal;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h478 IOOptionBits fType; // request type member in class:IOPMRequest
509 return fType;
514 return (fType > kIOPMRequestTypeReplyStart);
H A DIOServicePM.cpp5751 fType = type;
5767 fType = kIOPMRequestTypeInvalid;

Completed in 42 milliseconds