HomeSort by relevance Sort by last modified time
    Searched defs:InterfaceInfo (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/IR/
PassRegistry.cpp 80 PassInfo *InterfaceInfo = const_cast<PassInfo *>(getPassInfo(InterfaceID));
81 if (!InterfaceInfo) {
84 InterfaceInfo = &Registeree;
98 ImplementationInfo->addInterfaceImplemented(InterfaceInfo);
101 assert(InterfaceInfo->getNormalCtor() == nullptr &&
106 InterfaceInfo->setNormalCtor(ImplementationInfo->getNormalCtor());
107 InterfaceInfo->setTargetMachineCtor(
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassRegistry.cpp 149 PassInfo *InterfaceInfo = const_cast<PassInfo*>(getPassInfo(InterfaceID));
150 if (InterfaceInfo == 0) {
153 InterfaceInfo = &Registeree;
167 ImplementationInfo->addInterfaceImplemented(InterfaceInfo);
171 Impl->AnalysisGroupInfoMap[InterfaceInfo];
176 assert(InterfaceInfo->getNormalCtor() == 0 &&
180 InterfaceInfo->setNormalCtor(ImplementationInfo->getNormalCtor());
  /system/connectivity/wificond/net/
netlink_utils.h 32 struct InterfaceInfo {
33 InterfaceInfo() = default;
34 InterfaceInfo(uint32_t index_,
158 // |interface_info| returns a vector of InterfaceInfo structs with
162 std::vector<InterfaceInfo>* interface_info);
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.c 169 @param InterfaceInfo Pointer to the EFI_IP4_CONFIG2_INTERFACE_INFO instance.
175 IN EFI_IP4_CONFIG2_INTERFACE_INFO *InterfaceInfo
188 Header->HwType = InterfaceInfo->IfType;
189 Header->HwAddrLen = (UINT8) InterfaceInfo->HwAddressSize;
190 CopyMem (Header->ClientHwAddr, &(InterfaceInfo->HwAddress), Header->HwAddrLen);
427 EFI_IP4_CONFIG2_INTERFACE_INFO *InterfaceInfo;
448 InterfaceInfo = NULL;
571 InterfaceInfo = (EFI_IP4_CONFIG2_INTERFACE_INFO *)Data;
600 CopyMem (&(Token.ListenPoints[0].ListenAddress), &(InterfaceInfo->StationAddress), sizeof (EFI_IPv4_ADDRESS));
601 CopyMem (&(Token.ListenPoints[0].SubnetMask), &(InterfaceInfo->SubnetMask), sizeof (EFI_IPv4_ADDRESS));
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.h 186 NT_NET_INTERFACE_INFO InterfaceInfo;
  /external/selinux/python/sepolicy/
sepolicy.py 220 class InterfaceInfo(argparse.Action):
592 action=InterfaceInfo,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.h 183 EFI_IP4_CONFIG2_INTERFACE_INFO InterfaceInfo;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.h 192 EFI_IP6_CONFIG_INTERFACE_INFO InterfaceInfo;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wlanapi.h 243 WLAN_INTERFACE_INFO InterfaceInfo[];
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go 771 type InterfaceInfo struct {
  /prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go 771 type InterfaceInfo struct {

Completed in 395 milliseconds