Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 31) sorted by relevance

12

/scripts/coccinelle/api/
A Dkstrdup.cocci18 expression from,to;
24 + to = kstrdup(from, flag);
28 - strcpy(to, from);
31 expression x,from,to;
36 - x = strlen(from) + 1;
43 - memcpy(to, from, x);
48 expression from,to;
58 * strcpy@p2(to, from);
61 expression x,from,to;
67 * x = strlen(from) + 1;
[all …]
A Dmemdup.cocci18 expression from,to;
23 to = \(kmalloc@p\|kzalloc@p\)(strlen(from) + 1,flag);
26 expression x,from,to;
31 x = strlen(from) + 1;
32 ... when != \( x = E1 \| from = E1 \)
36 expression from,to,size,flag;
42 + to = kmemdup(from,size,flag);
44 - memcpy(to, from, size);
47 expression from,to,size,flag;
54 * memcpy(to, from, size);
A Dmemdup_user.cocci26 expression from,to,size;
34 + to = memdup_user(from,size);
44 - if (copy_from_user(to, from, size) != 0) {
51 expression from,to,size;
57 + to = vmemdup_user(from,size);
67 - if (copy_from_user(to, from, size) != 0) {
74 expression from,to,size;
83 if (copy_from_user(to, from, size) != 0)
87 expression from,to,size;
94 if (copy_from_user(to, from, size) != 0)
/scripts/kconfig/tests/err_recursive_inc/
A Dexpected_stderr4 included from: Kconfig.inc3:2
5 included from: Kconfig.inc2:4
6 included from: Kconfig.inc1:5
/scripts/
A Dgenerate_rust_target.rs69 fn from(value: bool) -> Self { in from() method
75 fn from(value: i32) -> Self { in from() method
81 fn from(value: String) -> Self { in from() method
87 fn from(value: &str) -> Self { in from() method
93 fn from(object: Object) -> Self { in from() method
99 fn from(i: [T; N]) -> Self { in from() method
A Dconfig15 Manipulate options in a .config file from the command line.
A Dhead-object-list.txt12 # the entry from this file.
A Dget_dvb_firmware863 my ($from, $to) = @_;
865 system("cp -f \"$from\" \"$to\"") and die ("cp failed");
/scripts/atomic/kerneldoc/
A Dread10 * Return: The value loaded from @v.
/scripts/gcc-plugins/
A DKconfig26 extract some entropy from both original and artificially created
35 This plugin was ported from grsecurity/PaX. More information at:
/scripts/kconfig/lxdialog/
A DBIG.FAT.WARNING2 significantly modified from the original. It is for use by the Linux
/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci2 /// list_for_each_entry uses its first argument to get from one element of
5 /// that there is a path from the reassignment back to the top of the loop.
A Duse_after_iter.cocci3 /// variable ends up pointing to an address at an offset from the list head,
/scripts/package/
A DPKGBUILD15 # Running scripts/build-version from here would introduce inconsistencies.
39 # MAKEFLAGS from makepkg.conf override the ones inherited from kbuild.
A Dmkdebian233 This package provides userspaces headers from the Linux kernel. These headers
/scripts/ksymoops/
A DREADME1 ksymoops has been removed from the kernel. It was always meant to be a
/scripts/dtc/
A Ddtx_diff52 If this script is not run from the root of the linux source tree,
301 Preferred 'dtc' (built from Linux kernel source tree) was not found or
306 If it does not exist, create it from the root of the Linux source tree:
317 this script from the root of the Linux kernel source tree is required.
A Dupdate-dtc-source.sh74 This adds the following commits from upstream:
/scripts/coccinelle/misc/
A Dadd_namespace.cocci5 /// This script is usually called from scripts/nsdeps with -D ns=<namespace> to
A Duninitialized_var.cocci18 /// this kind were cleaned-up from the kernel. This cocci rule checks that
A Dcond_no_effect.cocci23 // have to come from a module built for SHcompact. */
/scripts/coccinelle/locks/
A Dflags.cocci80 msg="ERROR: nested lock+irqsave that reuses flags from line %s." % (p1[0].line)
A Dmini_lock.cocci3 /// where the unlock is missing from an if branch, and there is a lock
/scripts/coccinelle/free/
A Ddevm_free.cocci9 /// function might be called from a different function than the one
/scripts/gdb/linux/
A Dconstants.py.in4 * Kernel constants derived from include files.

Completed in 12 milliseconds

12