/src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
msan_chained_origin_depot.cc | 111 bool inserted; local in function:__msan::ChainedOriginDepotPut 112 ChainedOriginDepotNode::Handle h = chainedOriginDepot.Put(desc, &inserted); 114 return inserted;
|
msan_origin.h | 132 bool inserted = ChainedOriginDepotPut(h.id(), prev.raw_id(), &chained_id); local in function:__msan::Origin::CreateChainedOrigin 135 if (inserted && flags()->origin_history_per_stack_limit > 0)
|
/src/sys/arch/evbmips/alchemy/ |
omsal400.c | 235 uint16_t inserted = 0; local in function:omsal400_slot_status 239 inserted = !AUGPIO_READ(5); /* pin 5 */ 243 return inserted;
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_stackdepotbase.h | 30 handle_type Put(args_type args, bool *inserted = nullptr); 99 bool *inserted) { 100 if (inserted) *inserted = false; 132 if (inserted) *inserted = true;
|
/src/sys/dev/fdt/ |
fdt_memory.c | 184 bool inserted = false; local in function:fdt_memory_add_range 199 inserted = true; 202 if (!inserted)
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
rk3288-veyron-sdmmc.dtsi | 37 * think there's a card inserted
|
sun8i-h2-plus-bananapi-m2-zero.dts | 140 * high active (card inserted), although on the early samples it's
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_lrc.c | 213 bool inserted; member in struct:virtual_engine::ve_node 1862 container_of(rb, struct ve_node, rb)->inserted = 1975 container_of(rb, struct ve_node, rb)->inserted = 2010 container_of(rb, struct ve_node, rb)->inserted = 3732 container_of(rb, struct ve_node, rb)->inserted = false; 4717 if (!ve->nodes[sibling->id].inserted) 4723 if (ve->nodes[sibling->id].inserted) { 4725 ve->nodes[sibling->id].inserted = false; 4874 if (node->inserted) { 4878 node->inserted = false [all...] |
/src/usr.sbin/sysinst/ |
README.md_defs | 34 The boot partition is always inserted at the front of the suggested default
|
/src/share/mk/ |
bsd.man.mk | 58 # make MANCOMPRESS a filter, so it can be inserted on an as-needed basis
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
msm8916-huawei-g7.dts | 255 * "UIM2_PRESENT", i.e. to check if a second SIM card is inserted.
|
/src/sys/arch/mac68k/obio/ |
iwm.s | 289 * with capabilities (SS/DS, disk inserted, ...) 293 * 1 - 0 = Disk inserted 341 moveq #diskInserted,%d0 | Disk inserted? 403 moveq #diskInserted,%d0 | Disk inserted?
|
/src/usr.bin/make/unit-tests/ |
directive-for-escape.mk | 85 # Each of these words is now inserted in the body of the .for loop.
|
directive-for.mk | 89 # were simply inserted as plain text and then parsed as usual, which made it
|
/src/games/gomoku/ |
pickmove.c | 1248 goto inserted; 1253 inserted:
|
/src/sys/dev/audio/ |
audio.c | 2340 bool inserted; local in function:audio_open 2355 inserted = false; 2584 inserted = true; 2603 if (inserted) { 3931 * Silence is inserted for missing channels.
|
/src/sys/arch/mips/mips/ |
mipsX_subr.S | 2187 li v0, 1 # found or inserted
|
/src/sys/external/isc/libsodium/dist/test/default/ |
Makefile.in | 601 # To be inserted before the command running the test. Creates the
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 588 # file executable. If COMMENT is supplied, it is inserted after the
|
/src/sys/arch/m68k/060sp/dist/ |
fpsp.s | 3979 # type is inserted into the FPU state frame using the "frestore" # 4132 # this catches a problem with the case where an exception will be re-inserted
|