/openbmc/linux/lib/ |
H A D | Kconfig.kcsan | 173 conflicting access is of unknown origin. This type of race is 211 If enabled and a conflicting write is observed via a watchpoint, but 226 notice that data races between two conflicting plain aligned writes 234 additional filtering. Conflicting marked atomic reads and plain 242 accesses, conflicting marked atomic reads and plain writes will not 244 due to two conflicting plain writes will be reported (aligned and
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 172 | 139 # Conflicting, -fdX wins 153 # Conflicting 165 # Conflicting 176 # Conflicting
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | features_check.bbclass | 1 # Allow checking of required and conflicting features 52 raise bb.parse.SkipRecipe("conflicting %s feature%s '%s' (in %s_FEATURES)"
|
/openbmc/u-boot/net/ |
H A D | link_local.c | 134 /* timeouts in the PROBE state mean no conflicting ARP packets in link_local_timeout() 156 /* timeouts in the RATE_LIMIT_PROBE state mean no conflicting in link_local_timeout() 167 /* timeouts in the ANNOUNCE state mean no conflicting ARP in link_local_timeout() 220 conflicting packet. */ in link_local_receive_arp()
|
/openbmc/linux/fs/overlayfs/ |
H A D | params.c | 791 /* Don't allow explicit specified conflicting combinations */ in ovl_fs_params_verify() 793 pr_err("conflicting options: metacopy=off,verity=%s\n", in ovl_fs_params_verify() 811 pr_err("conflicting options: metacopy=on,redirect_dir=%s\n", in ovl_fs_params_verify() 816 pr_err("conflicting options: verity=%s,redirect_dir=%s\n", in ovl_fs_params_verify() 841 pr_err("conflicting options: nfs_export=on,index=off\n"); in ovl_fs_params_verify() 859 pr_err("conflicting options: nfs_export=on,metacopy=on\n"); in ovl_fs_params_verify() 892 pr_err("conflicting options: userxattr,redirect_dir=%s\n", in ovl_fs_params_verify() 897 pr_err("conflicting options: userxattr,metacopy=on\n"); in ovl_fs_params_verify() 901 pr_err("conflicting options: userxattr,verity=%s\n", in ovl_fs_params_verify()
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | empty.py | 18 # Conflicting or missing options throw errors. 58 raise WicError("Conflicting source parameters 'fill' and 'size' specified, exiting.")
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | flags.hpp | 43 /** Static check to determine if any conflicting flags are found in a flag set. 49 "Conflicting flags found for value type."); in one_from_set()
|
/openbmc/docs/designs/ |
H A D | uart-mux-support.md | 72 conflicting connections 73 3. The mux state can always change and has no impact on existing conflicting 102 | E | Mux port (1.2) | Connection-based (2.3) | Conflicting connections prevent mux … 105 | H | Mux port | Out-of-band command | Conflicting connections prevent mux … 368 (connection-based mux control which disconnects conflicting clients) allows us 371 conflicting clients are disconnected and the mux is switched. This may be 379 and any conflicting clients are disconnected. This is design option `F` in the
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | checkroot.sh | 61 # Check for conflicting configurations 65 echo "WARN: conflicting configurations in /etc/fstab and /etc/default/rcS"
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | bad-if-keys.err | 2 bad-if-keys.json:2: 'if' condition of struct has conflicting keys
|
/openbmc/linux/kernel/kcsan/ |
H A D | report.c | 181 * 1. read watchpoint, conflicting write (value_change==TRUE): report; in skip_report() 182 * 2. read watchpoint, conflicting write (value_change==MAYBE): skip; in skip_report() 183 * 3. write watchpoint, conflicting write (value_change==TRUE): report; in skip_report() 184 * 4. write watchpoint, conflicting write (value_change==MAYBE): skip; in skip_report() 185 * 5. write watchpoint, conflicting read (value_change==MAYBE): skip; in skip_report() 186 * 6. write watchpoint, conflicting read (value_change==TRUE): report; in skip_report()
|
/openbmc/linux/drivers/char/mwave/ |
H A D | smapi.c | 291 "smapi::smapi_set_DSP_cfg Disabling conflicting serial port\n"); in smapi_set_DSP_cfg() 312 "smapi::smapi_set_DSP_cfg Disabling conflicting serial port A\n"); in smapi_set_DSP_cfg() 344 "smapi::smapi_set_DSP_cfg Disabling conflicting serial port B\n"); in smapi_set_DSP_cfg() 365 "smapi::smapi_set_DSP_cfg Disabling conflicting serial port B\n"); in smapi_set_DSP_cfg() 399 "smapi::smapi_set_DSP_cfg Disabling conflicting IR port\n"); in smapi_set_DSP_cfg() 426 "smapi::smapi_set_DSP_cfg Disabling conflicting IR port\n"); in smapi_set_DSP_cfg()
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 606 """Look for conflicting declarations that would make it unsafe to add new ones""" 607 conflicting: List[FileMatch] = [] 609 conflicting.extend(chain(self.file.find_matches(DefineDirective, uppercase), 615 …conflicting.extend(o for o in chain(self.allfiles.find_matches(DeclareInstanceChecker, uppercase, … 624 if conflicting: 626 c.warn("skipping due to conflicting %s macro", uppercase) 627 for o in conflicting: 630 o.warn("conflicting %s macro is here", uppercase)
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | memtype_interval.c | 25 * physical memory areas. Without proper tracking, conflicting memory 109 pr_info("x86/PAT: %s:%d conflicting memory types %Lx-%Lx %s<->%s\n", in memtype_check_conflict()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libev/ |
H A D | libev_4.33.bb | 15 # Avoid conflicting with libevent. The provided compatibility layer is
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/ |
H A D | wxwidgets_3.2.6.bb | 65 # * 'no_gui' overrides some configs below so they are marked as conflicting 68 # as conflicting
|
/openbmc/phosphor-pid-control/ipmi/ |
H A D | dbus_mode.hpp | 30 * avoid including a header with conflicting types.
|
/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/ |
H A D | texinfo-dummy-native.bb | 17 # To avoid texinfo-dummy-native and texinfo-native conflicting we install to base_bindir
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | agp.h | 11 * region is mapped uncacheable. Make sure there are no conflicting
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0012-purgatory-string.c-avoid-inclusion-of-string.h.patch | 8 purgatory/string.c:39:5: error: conflicting types for 'memcmp'
|
/openbmc/linux/include/uapi/linux/ |
H A D | libc-compat.h | 10 * conflict with userspace definitions. If a UAPI header has such conflicting 31 * (d) Back in the UAPI header with the conflicting definitions, guard the
|
/openbmc/linux/drivers/gpu/drm/vgem/ |
H A D | vgem_fence.c | 114 * completion. Note that if a conflicting fence is already on the dma-buf (i.e. 153 /* Check for a conflicting fence */ in vgem_fence_attach_ioctl()
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-start.rst | 59 - This error code indicates that there are conflicting requests.
|
H A D | dmx-set-pes-filter.rst | 58 - This error code indicates that there are conflicting requests.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/sethdlc/files/ |
H A D | sethdlc-fix-host-contamination.patch | 13 error: conflicting types for '__kernel_fsid_t'
|