Home
last modified time | relevance | path

Searched full:conflicting (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/openbmc/linux/lib/
H A DKconfig.kcsan173 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 D172139 # Conflicting, -fdX wins
153 # Conflicting
165 # Conflicting
176 # Conflicting
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfeatures_check.bbclass1 # 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 Dlink_local.c134 /* 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 Dparams.c791 /* 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 Dempty.py18 # 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 Dflags.hpp43 /** 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 Duart-mux-support.md72 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 Dcheckroot.sh61 # Check for conflicting configurations
65 echo "WARN: conflicting configurations in /etc/fstab and /etc/default/rcS"
/openbmc/qemu/tests/qapi-schema/
H A Dbad-if-keys.err2 bad-if-keys.json:2: 'if' condition of struct has conflicting keys
/openbmc/linux/kernel/kcsan/
H A Dreport.c181 * 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 Dsmapi.c291 "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 Dqom_macros.py606 """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),
615conflicting.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 Dmemtype_interval.c25 * 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 Dlibev_4.33.bb15 # Avoid conflicting with libevent. The provided compatibility layer is
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/
H A Dwxwidgets_3.2.6.bb65 # * 'no_gui' overrides some configs below so they are marked as conflicting
68 # as conflicting
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.hpp30 * avoid including a header with conflicting types.
/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/
H A Dtexinfo-dummy-native.bb17 # To avoid texinfo-dummy-native and texinfo-native conflicting we install to base_bindir
/openbmc/linux/arch/x86/include/asm/
H A Dagp.h11 * region is mapped uncacheable. Make sure there are no conflicting
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0012-purgatory-string.c-avoid-inclusion-of-string.h.patch8 purgatory/string.c:39:5: error: conflicting types for 'memcmp'
/openbmc/linux/include/uapi/linux/
H A Dlibc-compat.h10 * 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 Dvgem_fence.c114 * 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 Ddmx-start.rst59 - This error code indicates that there are conflicting requests.
H A Ddmx-set-pes-filter.rst58 - This error code indicates that there are conflicting requests.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/sethdlc/files/
H A Dsethdlc-fix-host-contamination.patch13 error: conflicting types for '__kernel_fsid_t'

12345678910>>...13