Searched refs:missing (Results 1 - 25 of 43) sorted by relevance

12

/linux-master/kernel/gcov/
H A DMakefile6 CFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations
8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
/linux-master/tools/tracing/latency/
H A DMakefile.config16 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
25 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
/linux-master/tools/tracing/rtla/
H A DMakefile.config26 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
42 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
/linux-master/tools/verification/rv/
H A DMakefile.config26 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
42 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
/linux-master/arch/parisc/math-emu/
H A DMakefile9 -Wno-implicit-int -Wno-missing-prototypes -Wno-missing-declarations \
/linux-master/scripts/
H A DMakefile.modpost103 missing-input := vmlinux.o
123 missing-input := Module.symvers
135 $(if $(missing-input), \
136 echo >&2 "WARNING: $(missing-input) is missing."; \
H A Drust_is_available_test.py78 cls.missing = pathlib.Path(cls.tempdir.name) / "missing"
161 result = self.run_script(self.Expected.FAILURE, { "RUSTC": self.missing })
162 self.assertIn(f"Rust compiler '{self.missing}' could not be found.", result.stderr)
165 result = self.run_script(self.Expected.FAILURE, { "BINDGEN": self.missing })
166 self.assertIn(f"Rust bindings generator '{self.missing}' could not be found.", result.stderr)
236 { "LLVM_CONFIG_PATH": self.missing },
237 { "LIBCLANG_PATH": self.missing },
238 { "CLANG_PATH": self.missing },
267 result = self.run_script(self.Expected.FAILURE, { "PATH": os.environ["PATH"], "RUSTC": "rustc", "KRUSTFLAGS": f"--sysroot={self.missing}" })
[all...]
H A Dsphinx-pre-install19 my %missing;
92 foreach my $prog (sort keys %missing) {
93 my $is_optional = $missing{$prog};
128 $missing{$package} = $is_optional;
692 print "There are likely missing dependencies.\n";
872 %missing = ();
965 die "Can't build as $need mandatory dependency is missing";
967 die "Can't build as $need mandatory dependencies are missing";
983 die "Can't build as $need mandatory dependency is missing";
985 die "Can't build as $need mandatory dependencies are missing";
[all...]
H A Dspdxcheck.py34 self.missing = 0
40 self.missing += miss
78 raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))
84 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
399 if not di.missing:
428 if di.missing:
429 valid = di.total - di.missing
H A DMakefile.extrawarn161 KBUILD_CFLAGS += -Wno-missing-field-initializers
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbind6_prog.c34 char missing[IFNAMSIZ] = "nonexistent_dev"; local
52 &missing, sizeof(missing)) != -ENODEV)
H A Dbind4_prog.c28 char missing[IFNAMSIZ] = "nonexistent_dev"; local
46 &missing, sizeof(missing)) != -ENODEV)
H A Dconnect4_prog.c91 char missing[IFNAMSIZ] = "nonexistent_dev"; local
101 &missing, sizeof(missing)) != -ENODEV)
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py118 missing = False variable
121 print(f'Required command "{cmd}" is missing', file=sys.stderr)
122 missing = True
123 if missing:
/linux-master/arch/riscv/kernel/
H A Dsys_hwprobe.c63 u64 missing = 0; local
87 missing |= RISCV_HWPROBE_EXT_##ext; \
138 /* Now turn off reporting features if any CPU is missing it. */
139 pair->value &= ~missing;
/linux-master/include/uapi/linux/
H A Dauto_fs.h167 /* Indirect mount missing and expire requests. */
171 /* Direct mount missing and expire requests */
185 struct autofs_packet_missing missing; member in union:autofs_packet_union
/linux-master/net/ceph/
H A Dauth_x.c25 int missing; local
26 int need; /* missing + need renewal */
29 missing = ac->want_keys & ~xi->have_keys;
30 WARN_ON((need & missing) != missing);
31 dout("%s want 0x%x have 0x%x missing 0x%x -> %d\n", __func__,
32 ac->want_keys, xi->have_keys, missing, !missing);
33 return !missing;
/linux-master/drivers/spi/
H A Dspidev.c171 unsigned long missing; local
173 missing = copy_to_user(buf, spidev->rx_buffer, status);
174 if (missing == status)
177 status = status - missing;
191 unsigned long missing; local
200 missing = copy_from_user(spidev->tx_buffer, buf, count);
201 if (missing == 0)
/linux-master/drivers/rtc/
H A Dinterface.c218 enum { none, day, month, year } missing = none; local
234 * a current RTC timestamp for any missing (-1) values. The
276 /* full-function RTCs won't have such missing fields */
293 /* Fill in the missing alarm fields using the timestamp; we
306 missing = day;
310 if (missing == none)
311 missing = month;
315 if (missing == none)
316 missing = year;
320 * missing field
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_fib.sh63 fib saddr . iif oif missing counter log prefix "$netns nft_rpfilter: " drop
90 ip daddr 1.1.1.1 fib saddr . iif oif missing counter drop
91 ip6 daddr 1c3::c01d fib saddr . iif oif missing counter drop
/linux-master/fs/btrfs/
H A DMakefile18 subdir-ccflags-y += -Wno-missing-field-initializers
/linux-master/fs/ubifs/
H A Dorphan.c216 ubifs_err(c, "missing orphan ino %lu", (unsigned long)inum);
848 unsigned long missing; member in struct:check_info
943 ubifs_err(c, "missing orphan, ino %lu",
945 ci->missing += 1;
1019 ci.missing = 0;
1038 if (ci.missing) {
1039 ubifs_err(c, "%lu missing orphan(s)", ci.missing);
/linux-master/fs/bcachefs/
H A Dbackpointers.c372 "backpointer for missing device:\n%s",
570 goto missing;
583 goto missing;
602 goto missing;
611 goto missing;
630 missing:
632 prt_printf(&buf, "missing backpointer for btree=%s l=%u ",
919 "backpointer for missing %s\n %s",
/linux-master/drivers/vdpa/
H A Dvdpa.c632 u64 missing = 0x0ULL; local
638 missing |= BIT_ULL(VIRTIO_NET_F_MAC);
641 missing |= BIT_ULL(VIRTIO_NET_F_MTU);
645 missing |= BIT_ULL(VIRTIO_NET_F_MQ);
646 if (missing) {
649 missing);
/linux-master/drivers/vdpa/pds/
H A Dvdpa_dev.c305 u64 missing; local
314 missing = features & ~nego_features;
315 if (missing) {
316 dev_err(dev, "Can't support all requested features in %#llx, missing %#llx features\n",
317 features, missing);

Completed in 222 milliseconds

12