HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceInfo (Results 1 - 21 of 21) 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(
  /system/connectivity/wificond/tests/
server_unittest.cpp 65 const vector<InterfaceInfo>& mock_response,
68 vector<InterfaceInfo>* response) {
98 const vector<InterfaceInfo> mock_interfaces = {
100 InterfaceInfo(
107 InterfaceInfo(
mock_netlink_utils.h 50 std::vector<InterfaceInfo>* interfaces));
netlink_utils_unittest.cpp 302 vector<InterfaceInfo> interfaces;
344 vector<InterfaceInfo> interfaces;
397 vector<InterfaceInfo> interfaces;
417 vector<InterfaceInfo> interfaces;
  /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/
server.h 42 struct InterfaceInfo;
87 bool SetupInterface(InterfaceInfo* interface);
114 std::vector<InterfaceInfo> interfaces_;
server.cpp 98 InterfaceInfo interface;
117 InterfaceInfo interface;
208 vector<InterfaceInfo> interfaces;
211 for (InterfaceInfo& interface : interfaces) {
223 bool Server::SetupInterface(InterfaceInfo* interface) {
  /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);
netlink_utils.cpp 94 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.c 448 } // InterfaceInfo
705 Instance->InterfaceInfo.InterfaceIndex,
    [all...]
SnpNt32.h 186 NT_NET_INTERFACE_INFO InterfaceInfo;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.h 183 EFI_IP4_CONFIG2_INTERFACE_INFO InterfaceInfo;
Ip4Config2Impl.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
routprot.h 175 typedef DWORD (WINAPI *PADD_INTERFACE)(LPWSTR InterfaceName,ULONG InterfaceIndex,NET_INTERFACE_TYPE InterfaceType,DWORD MediaType,WORD AccessType,WORD ConnectionType,PVOID InterfaceInfo,ULONG StructureVersion,ULONG StructureSize,ULONG StructureCount);
178 typedef DWORD (WINAPI *PGET_INTERFACE_INFO)(ULONG InterfaceIndex,PVOID InterfaceInfo,PULONG BufferSize,PULONG StructureVersion,PULONG StructureSize,PULONG StructureCount);
179 typedef DWORD (WINAPI *PSET_INTERFACE_INFO)(ULONG InterfaceIndex,PVOID InterfaceInfo,ULONG StructureVersion,ULONG StructureSize,ULONG StructureCount);
wlanapi.h 243 WLAN_INTERFACE_INFO InterfaceInfo[];
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.h 192 EFI_IP6_CONFIG_INTERFACE_INFO InterfaceInfo;
Ip6ConfigImpl.c     [all...]
  /external/selinux/python/sepolicy/
sepolicy.py 220 class InterfaceInfo(argparse.Action):
592 action=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 465 milliseconds