Home
last modified time | relevance | path

Searched refs:External (Results 1 – 25 of 87) sorted by relevance

1234

/trueos/sys/contrib/dev/acpica/common/
HDdmextern.c912 ACPI_EXTERNAL_LIST *External = AcpiGbl_ExternalList; in AcpiDmAddExternalsToNamespace() local
915 while (External) in AcpiDmAddExternalsToNamespace()
919 Status = AcpiNsLookup (NULL, External->InternalPath, External->Type, in AcpiDmAddExternalsToNamespace()
928 External->Path)); in AcpiDmAddExternalsToNamespace()
931 else switch (External->Type) in AcpiDmAddExternalsToNamespace()
938 ObjDesc->Method.ParamCount = (UINT8) External->Value; in AcpiDmAddExternalsToNamespace()
956 External = External->Next; in AcpiDmAddExternalsToNamespace()
982 ACPI_EXTERNAL_LIST *External = AcpiGbl_ExternalList; in AcpiDmGetExternalMethodCount() local
986 while (External) in AcpiDmGetExternalMethodCount()
988 if (External->Type == ACPI_TYPE_METHOD) in AcpiDmGetExternalMethodCount()
[all …]
HDadisasm.c859 BOOLEAN External) in AdParseTable() argument
951 if (External) in AdParseTable()
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseAST.cpp130 ExternalASTSource *External = S.getASTContext().getExternalSource(); in ParseAST() local
131 if (External) in ParseAST()
132 External->StartTranslationUnit(Consumer); in ParseAST()
135 if (!External && !S.getLangOpts().CPlusPlus) in ParseAST()
/trueos/contrib/llvm/include/llvm/ADT/
HDDepthFirstIterator.h46 template<class SetType, bool External> // Non-external set
231 bool External = false>
232 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> {
233 idf_iterator(const df_iterator<Inverse<T>, SetTy, External> &V) in idf_iterator()
234 : df_iterator<Inverse<T>, SetTy, External>(V) {} in idf_iterator()
HDPostOrderIterator.h53 template<class SetType, bool External>
199 bool External = false>
200 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External > {
201 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) : in ipo_iterator()
202 po_iterator<Inverse<T>, SetType, External> (V) {} in ipo_iterator()
/trueos/sys/gnu/dts/arm/
HDimx6q-gk802.dts70 /* External I2C via HDMI */
147 /* External USB-A port (USBOTG) */
159 /* External microSD */
HDste-ccu9540.dts36 // External Micro SD slot
HDste-hrefprev60.dtsi64 // External Micro SD slot
HDste-hrefv60plus.dtsi21 // External Micro SD slot
HDste-href.dtsi114 // External Micro SD slot
HDintegratorcp.dts68 * External oscillator on the core module, usually used
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDsh_wasted_example.txt15 External command elapsed times,
36 External command elapsed times,
/trueos/contrib/llvm/lib/MC/
HDWinCOFFStreamer.cpp48 unsigned ByteAlignment, bool External);
137 unsigned ByteAlignment, bool External) { in AddCommonSymbol() argument
162 SymbolData.setExternal(External); in AddCommonSymbol()
/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDHeaderSearch.h52 unsigned External : 1; member
103 External(false), isModuleHeader(false), isCompilingModuleHeader(false), in HeaderFileInfo()
110 const IdentifierInfo *getControllingMacro(ExternalIdentifierLookup *External);
/trueos/sys/netgraph/bluetooth/drivers/h4/
HDTODO10 External code now uses ng_send_fn to inject data into Netgraph, but
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp33 HeaderFileInfo::getControllingMacro(ExternalIdentifierLookup *External) { in getControllingMacro() argument
37 if (!ControllingMacroID || !External) in getControllingMacro()
40 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()
855 if (OtherHFI.External) { in mergeHeaderFileInfo()
857 HFI.External = OtherHFI.External; in mergeHeaderFileInfo()
/trueos/sys/netgraph/bluetooth/hci/
HDTODO10 External code now uses ng_send_fn to inject data into Netgraph, so
/trueos/sys/contrib/dev/acpica/include/
HDacapps.h161 BOOLEAN External);
/trueos/sys/netgraph/bluetooth/l2cap/
HDTODO10 External code now uses ng_send_fn to inject data into Netgraph, so
/trueos/contrib/wpa/wpa_supplicant/
HDREADME-WPS96 External operations
229 wpa_supplicant as WPS External Registrar (ER)
247 device_name=WPS External Registrar
281 - accept an Enrollee PBC using External Registrar
284 - add an Enrollee PIN to External Registrar
/trueos/contrib/file/magic/Magdir/
HDdyadic9 # .DXV Dyalog APL External Variable
/trueos/contrib/ipfilter/rules/
HDnat-setup25 <External Network>
/trueos/crypto/heimdal/lib/hx509/
HDhx509_err.et56 error_code EXTERNAL_ERROR, "External error in the crypto engine"
/trueos/sys/dev/aic7xxx/
HDaic7xxx.reg486 field EXT_BRDCTL 0x10 /* External Board control */
487 field SEEPROM 0x08 /* External serial eeprom logic */
563 field XCVR 0x01 /* External transceiver active */
698 field EXTREQLCK 0x10 /* External Request Lock */
701 field RAMPS 0x04 /* External SCB RAM Present */
/trueos/sys/dev/usb/
HDusbdevs3458 product PHILIPS SPE3030CC 0x083a USB 2.0 External Disk
4505 product WESTERN EXTHDD 0x0400 External HDD
4507 product WESTERN MYBOOK 0x0901 MyBook External HDD
4508 product WESTERN MYPASSPORT_00 0x0704 MyPassport External HDD
4509 product WESTERN MYPASSPORT_11 0x0741 MyPassport External HDD
4510 product WESTERN MYPASSPORT_01 0x0746 MyPassport External HDD
4511 product WESTERN MYPASSPORT_02 0x0748 MyPassport External HDD
4512 product WESTERN MYPASSPORT_03 0x074A MyPassport External HDD
4513 product WESTERN MYPASSPORT_04 0x074C MyPassport External HDD
4514 product WESTERN MYPASSPORT_05 0x074E MyPassport External HDD
[all …]

1234