Home
last modified time | relevance | path

Searched refs:HeaderType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Dpci22.h48 UINT8 HeaderType; member
109 #define IS_PCI_BRIDGE(_p) ((((_p)->Hdr.HeaderType) & HEADER_LAYOUT_CODE) == HEADER_TYPE_PCI_TO_PCI_…
110 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION)
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsniffer470 # HeaderType; exact type of this header; probably always 0x4000
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp3617 const types::ID HeaderType = lookupHeaderTypeForSourceType(InputType); in handleArguments() local
3619 Action *ClangClPch = C.MakeAction<InputAction>(*InputArg, HeaderType); in handleArguments()
3620 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments()