Home
last modified time | relevance | path

Searched refs:mismatch (Results 1 – 25 of 138) sorted by relevance

123456

/openbmc/linux/drivers/iommu/intel/
H A Dcap_audit.c76 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()
129 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, iotlb_offset, ECAP_IRO_MASK, mismatch); in cap_audit_hotplug()
[all …]
H A Dcap_audit.h93 #define MINIMAL_FEATURE_HOTPLUG(iommu, cap, feature, MASK, mismatch) \ argument
97 mismatch = true; \
/openbmc/qemu/tests/qemu-iotests/
H A D048.out18 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 D071.out15 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 D074.out14 Warning: Image size mismatch!
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h13 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/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A D0001-regress-banner.sh-log-input-and-output-files-on-erro.patch23 banner size 0 mismatch
27 banner size 100 mismatch
52 - fail "banner size $s mismatch"
55 + fail "banner size $s mismatch" )
/openbmc/linux/net/netfilter/
H A Dnft_cmp.c37 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 Dglobtest.c29 static char const mismatch[] __initconst = "mismatch"; in test() local
39 printk(message, pat, str, mismatch + 3*match); in test()
/openbmc/openbmc-test-automation/gui/test/gui_header/
H A Dtest_obmc_gui_ip_refresh_check.robot71 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/Documentation/hwmon/
H A Dw83791d.rst158 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 Dnfssvc.c859 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/linux/scripts/mod/
H A Dmodpost.c831 enum mismatch { enum
858 enum mismatch mismatch; member
868 .mismatch = TEXT_TO_ANY_INIT,
873 .mismatch = DATA_TO_ANY_INIT,
878 .mismatch = TEXTDATA_TO_ANY_EXIT,
884 .mismatch = XXXINIT_TO_SOME_INIT,
890 .mismatch = ANY_INIT_TO_ANY_EXIT,
896 .mismatch = ANY_EXIT_TO_ANY_INIT,
910 .mismatch = EXTABLE_TO_NON_TEXT,
1105 if (mismatch->mismatch == EXTABLE_TO_NON_TEXT) { in default_mismatch_handler()
[all …]
/openbmc/linux/drivers/s390/cio/
H A Ddevice_pgid.c302 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/qemu/tests/qapi-schema/
H A Ddoc-bad-symbol.json1 # Documentation symbol mismatch with expression
/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp871 string mismatch = "NO"; // no mismatch in fixSystemVPD() local
913 mismatch = "YES"; in fixSystemVPD()
924 mismatch = "YES"; in fixSystemVPD()
929 make_tuple(++num, record, keyword, busStr, hwValStr, mismatch)); in fixSystemVPD()
935 << hwValStr << left << setw(14) << mismatch << '\n' in fixSystemVPD()
1269 string mismatch = "NO"; in fixSystemBackupVPD() local
1321 mismatch = "YES"; in fixSystemBackupVPD()
1328 mismatch = "YES"; in fixSystemBackupVPD()
1337 primaryValStr, mismatch)); in fixSystemBackupVPD()
1344 << mismatch << '\n' in fixSystemBackupVPD()
/openbmc/linux/Documentation/networking/
H A Dxfrm_proc.rst50 State has mismatch option
51 e.g. UDP encapsulation type is mismatch
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-qemuarm64.txt5 irq: type mismatch, failed to map hwirq-27 for /intc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl-ttf_2.0.11.bb23 # Removing these files fixes a libtool version mismatch.
H A Dlibsdl2-image_2.0.5.bb23 # Removing these files fixes a libtool version mismatch.
H A Dlibsdl-image_1.2.12.bb24 # Removing these files fixes a libtool version mismatch.
H A Dlibsdl2-ttf_2.20.2.bb28 # Removing these files fixes a libtool version mismatch.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0005-stackdriver-Fix-return-type-mismatch.patch4 Subject: [PATCH 5/5] stackdriver: Fix return type mismatch
/openbmc/linux/drivers/firmware/efi/
H A Druntime-wrappers.c150 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-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0008-configure-Disable-incompatible-function-pointer-type.patch19 +dnl disable clang from erroring on function pointer protype mismatch, vlc seems to rely on that

123456