Searched refs:Filter (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/ |
D | SmbiosMeasurementDxe.c | 43 SMBIOS_FILTER_TABLE *Filter; // NULL means all fields member 267 SMBIOS_FILTER_TABLE *Filter; in FilterSmbiosEntry() local 278 if (FilterStruct->Filter == NULL || FilterStruct->FilterCount == 0) { in FilterSmbiosEntry() 282 Filter = FilterStruct->Filter; in FilterSmbiosEntry() 284 if ((Filter[Index].Flags & SMBIOS_FILTER_TABLE_FLAG_IS_STRING) != 0) { in FilterSmbiosEntry() 285 CopyMem (&StringId, (UINT8 *)TableEntry + Filter[Index].Offset, sizeof(StringId)); in FilterSmbiosEntry() 295 ZeroMem ((UINT8 *)TableEntry + Filter[Index].Offset, Filter[Index].Size); in FilterSmbiosEntry()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformIntelBdsLib/ |
D | IntelBdsPlatform.c | 227 IN FILTER_FUNCTION Filter OPTIONAL, in FilterAndProcess() 264 if (Filter == NULL || Filter (Handles[Idx], DevicePathText)) { in FilterAndProcess()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
D | Elf64Convert.c | 565 BOOLEAN (*Filter)(Elf_Shdr *); in WriteSections64() local 572 Filter = IsTextShdr; in WriteSections64() 575 Filter = IsHiiRsrcShdr; in WriteSections64() 578 Filter = IsDataShdr; in WriteSections64() 589 if ((*Filter)(Shdr)) { in WriteSections64() 635 if (RelShdr->sh_type == SHT_RELA && (*Filter)(SecShdr)) { in WriteSections64()
|
D | Elf32Convert.c | 569 BOOLEAN (*Filter)(Elf_Shdr *); in WriteSections32() local 576 Filter = IsTextShdr; in WriteSections32() 579 Filter = IsHiiRsrcShdr; in WriteSections32() 582 Filter = IsDataShdr; in WriteSections32() 593 if ((*Filter)(Shdr)) { in WriteSections32() 638 if (RelShdr->sh_type == SHT_REL && (*Filter)(SecShdr)) { in WriteSections32()
|
/device/google/marlin/ |
D | WCNSS_qcom_cfg.ini | 278 # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter 378 # Value 0: No filtering, 1: Filter all Multicast. 379 # 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
|
/device/lge/bullhead/wifi/ |
D | WCNSS_qcom_cfg.ini | 25 # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter 83 # Value 0: No filtering, 1: Filter all Multicast. 85 # 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_logging.py | 283 filter_ = logging.Filter("spam.eggs") 343 class GarrulousFilter(logging.Filter): 350 class VerySpecificFilter(logging.Filter):
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
D | Pxe.h | 443 IN UINT8 Filter; ///< In: Receive filter value. member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
D | config.py | 669 result = logging.Filter(name)
|
D | __init__.py | 532 class Filter(object): class
|