/openbmc/linux/drivers/iommu/intel/ |
H A D | cap_audit.c | 76 bool mismatch = false; in cap_audit_hotplug() local 120 MINIMAL_FEATURE_HOTPLUG(iommu, cap, max_amask_val, CAP_MAMV_MASK, mismatch); in cap_audit_hotplug() 121 MINIMAL_FEATURE_HOTPLUG(iommu, cap, num_fault_regs, CAP_NFR_MASK, mismatch); in cap_audit_hotplug() 122 MINIMAL_FEATURE_HOTPLUG(iommu, cap, super_page_val, CAP_SLLPS_MASK, mismatch); in cap_audit_hotplug() 123 MINIMAL_FEATURE_HOTPLUG(iommu, cap, fault_reg_offset, CAP_FRO_MASK, mismatch); in cap_audit_hotplug() 124 MINIMAL_FEATURE_HOTPLUG(iommu, cap, mgaw, CAP_MGAW_MASK, mismatch); in cap_audit_hotplug() 125 MINIMAL_FEATURE_HOTPLUG(iommu, cap, sagaw, CAP_SAGAW_MASK, mismatch); in cap_audit_hotplug() 126 MINIMAL_FEATURE_HOTPLUG(iommu, cap, ndoms, CAP_NDOMS_MASK, mismatch); in cap_audit_hotplug() 127 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, pss, ECAP_PSS_MASK, mismatch); in cap_audit_hotplug() 128 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, max_handle_mask, ECAP_MHMV_MASK, mismatch); in cap_audit_hotplug() [all …]
|
H A D | cap_audit.h | 93 #define MINIMAL_FEATURE_HOTPLUG(iommu, cap, feature, MASK, mismatch) \ argument 97 mismatch = true; \
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 048.out | 18 Warning: Image size mismatch! 21 Strict mode: Image size mismatch! 26 Content mismatch at offset 1228800! 31 Content mismatch at offset 0! 40 Content mismatch at offset 512!
|
H A D | 071.out | 15 blkverify: read offset=0 bytes=512 contents mismatch at offset 0 29 blkverify: read offset=0 bytes=512 contents mismatch at offset 0 59 blkverify: read offset=0 bytes=512 contents mismatch at offset 0 69 blkverify: read offset=0 bytes=512 contents mismatch at offset 0
|
H A D | 074.out | 14 Warning: Image size mismatch!
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
H A D | 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch | 23 banner size 0 mismatch 27 banner size 100 mismatch 53 - fail "banner size $s mismatch" 56 + fail "banner size $s mismatch" )
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | hw_breakpoint.h | 13 mismatch : 1, member 30 return (ctrl.mismatch << 22) | (ctrl.len << 5) | (ctrl.type << 3) | in encode_ctrl_reg() 45 ctrl->mismatch = reg & 0x1; in decode_ctrl_reg()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_cmp.c | 37 goto mismatch; in nft_cmp_eval() 41 goto mismatch; in nft_cmp_eval() 45 goto mismatch; in nft_cmp_eval() 49 goto mismatch; in nft_cmp_eval() 53 goto mismatch; in nft_cmp_eval() 57 goto mismatch; in nft_cmp_eval() 62 mismatch: in nft_cmp_eval()
|
/openbmc/linux/lib/ |
H A D | globtest.c | 29 static char const mismatch[] __initconst = "mismatch"; in test() local 39 printk(message, pat, str, mismatch + 3*match); in test()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | w83791d.rst | 158 in1 (VINR0) 0x000002 0x002000 <== mismatch 164 in7 (VSB) 0x080000 0x010000 <== mismatch 165 in8 (VBAT) 0x100000 0x020000 <== mismatch 169 temp3 0x002000 0x000002 <== mismatch 175 tart1 0x010000 0x040000 <== mismatch 176 tart2 0x020000 0x080000 <== mismatch 177 tart3 0x040000 0x100000 <== mismatch
|
/openbmc/linux/fs/nfsd/ |
H A D | nfssvc.c | 859 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request() 863 ret->mismatch.lovers = i; in nfsd_acl_init_request() 867 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request() 869 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request() 873 ret->mismatch.hivers = i; in nfsd_acl_init_request() 903 ret->mismatch.lovers = NFSD_NRVERS; in nfsd_init_request() 906 ret->mismatch.lovers = i; in nfsd_init_request() 910 if (ret->mismatch.lovers == NFSD_NRVERS) in nfsd_init_request() 912 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request() 915 ret->mismatch.hivers = i; in nfsd_init_request()
|
/openbmc/openbmc-test-automation/gui/test/gui_header/ |
H A D | test_obmc_gui_ip_refresh_check.robot | 71 Should Contain ${date_info_1st_read} ${mmmdd} msg=Month and day mismatch. 72 Should Contain ${date_info_1st_read} ${yyyy} msg=Year mismatch. 83 Should Contain ${date_info_1st_read} ${mmmdd} msg=Month and day mismatch. 84 Should Contain ${date_info_1st_read} ${yyyy} msg=Year mismatch.
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 816 enum mismatch { enum 843 enum mismatch mismatch; member 853 .mismatch = TEXT_TO_ANY_INIT, 858 .mismatch = DATA_TO_ANY_INIT, 863 .mismatch = TEXTDATA_TO_ANY_EXIT, 869 .mismatch = ANY_INIT_TO_ANY_EXIT, 875 .mismatch = ANY_EXIT_TO_ANY_INIT, 880 .mismatch = ANY_INIT_TO_ANY_EXIT, 889 .mismatch = EXTABLE_TO_NON_TEXT, 1052 const struct sectioncheck* const mismatch, in default_mismatch_handler() argument [all …]
|
/openbmc/linux/drivers/s390/cio/ |
H A D | device_pgid.c | 302 int *mismatch, u8 *reserved, u8 *reset) in pgid_analyze() argument 309 *mismatch = 0; in pgid_analyze() 326 *mismatch = 1; in pgid_analyze() 384 int mismatch = 0; in snid_done() local 391 pgid_analyze(cdev, &pgid, &mismatch, &reserved, &reset); in snid_done() 394 else if (mismatch) in snid_done() 408 cdev->private->pgid_todo_mask, mismatch, reserved, reset); in snid_done()
|
/openbmc/linux/Documentation/networking/ |
H A D | xfrm_proc.rst | 50 State has mismatch option 51 e.g. UDP encapsulation type is mismatch
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-bad-symbol.json | 1 # Documentation symbol mismatch with expression
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-qemuarm64.txt | 5 irq: type mismatch, failed to map hwirq-27 for /intc
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ |
H A D | ftgl_2.4.0.bb | 18 file://0001-Fix-type-mismatch-with-latest-FreeType.patch"
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | runtime-wrappers.c | 150 unsigned long cur_flags, mismatch; in efi_call_virt_check_flags() local 154 mismatch = flags ^ cur_flags; in efi_call_virt_check_flags() 155 if (!WARN_ON_ONCE(mismatch & ARCH_EFI_IRQ_FLAGS_MASK)) in efi_call_virt_check_flags()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
H A D | libsdl-ttf_2.0.11.bb | 22 # Removing these files fixes a libtool version mismatch.
|
H A D | libsdl2-image_2.8.4.bb | 22 # Removing these files fixes a libtool version mismatch.
|
H A D | libsdl2-ttf_2.20.2.bb | 28 # Removing these files fixes a libtool version mismatch.
|
H A D | libsdl-image_1.2.12.bb | 24 # Removing these files fixes a libtool version mismatch.
|
/openbmc/linux/tools/lib/bpf/ |
H A D | linker.c | 1500 goto mismatch; in map_defs_match() 1506 goto mismatch; in map_defs_match() 1510 goto mismatch; in map_defs_match() 1517 goto mismatch; in map_defs_match() 1523 goto mismatch; in map_defs_match() 1527 goto mismatch; in map_defs_match() 1534 goto mismatch; in map_defs_match() 1539 goto mismatch; in map_defs_match() 1543 goto mismatch; in map_defs_match() 1547 goto mismatch; in map_defs_match() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/ |
H A D | 0001-Fix-type-mismatch-with-latest-FreeType.patch | 4 Subject: [PATCH] Fix type mismatch with latest FreeType
|