Home
last modified time | relevance | path

Searched full:find (Results 1 – 25 of 4383) sorted by relevance

12345678910>>...176

/Linux-v5.4/tools/perf/
Dperf-with-kcore.sh24 echo "Failed to find perf" >&2
28 echo "Failed to find perf" >&2
62 echo "Failed to find kcore" >&2
109find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
110find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
111find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE…
114find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
115find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
116find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID…
128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit)
[all …]
/Linux-v5.4/arch/powerpc/boot/
Dcuboot-hotfoot.c53 fatal("Can't find node for /plb/opb/serial@ef600300"); in hotfoot_fixups()
58 fatal("Can't find node for /plb/opb/ethernet@ef600900"); in hotfoot_fixups()
69 fatal("Can't find FDT node for nor_flash!??"); in hotfoot_fixups()
83 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups()
90 fatal("Can't find FDT node for partition@1"); in hotfoot_fixups()
97 fatal("Can't find FDT node for partition@2"); in hotfoot_fixups()
104 fatal("Can't find FDT node for partition@3"); in hotfoot_fixups()
111 fatal("Can't find FDT node for partition@4"); in hotfoot_fixups()
118 fatal("Can't find FDT node for partition@6"); in hotfoot_fixups()
126 fatal("Can't find FDT node for partition@5"); in hotfoot_fixups()
Dsimpleboot.c36 /* Find the #address-cells and #size-cells properties */ in platform_init()
39 fatal("Cannot find root node\n"); in platform_init()
42 fatal("Cannot find #address-cells property"); in platform_init()
45 fatal("Cannot find #size-cells property"); in platform_init()
47 /* Find the memory range */ in platform_init()
51 fatal("Cannot find memory node\n"); in platform_init()
72 fatal("Cannot find cpu node\n"); in platform_init()
80 /* prepare the device tree and find the console */ in platform_init()
/Linux-v5.4/kernel/
Dgen_kheaders.sh24 # find $src_file_list -name "*.h" | xargs ls -l > /tmp/src-ls-$iter
25 # find $obj_file_list -name "*.h" | xargs ls -l > /tmp/obj-ls-$iter
31 src_files_md5="$(find $dir_list -name "*.h" |
36 obj_files_md5="$(find $dir_list -name "*.h" |
60 do find "$f" -name "*.h";
67 do find "$f" -name "*.h";
71 find $cpio_dir -type f -print0 |
77 find $cpio_dir -printf "./%P\n" | LC_ALL=C sort | \
/Linux-v5.4/Documentation/admin-guide/aoe/
Dudev-install.sh7 # find udev.conf, often /etc/udev/udev.conf
8 # (or environment can specify where to find udev.conf)
14 conf="`find /etc -type f -name udev.conf 2> /dev/null`"
22 # find the directory where udev rules are stored, often
30 echo "$me Error: cannot find udev rules directory" 1>&2
/Linux-v5.4/tools/testing/selftests/tc-testing/tc-tests/filters/
Dconcurrency.json15 "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"",
40 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"",
65 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
90 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
115 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -f -b\"",
137 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
141 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
163 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
167 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
/Linux-v5.4/tools/perf/tests/
Dexpr.c54 TEST_ASSERT_VAL("find other", in test__expr()
56 TEST_ASSERT_VAL("find other", num_other == 3); in test__expr()
57 TEST_ASSERT_VAL("find other", !strcmp(other[0], "BAR")); in test__expr()
58 TEST_ASSERT_VAL("find other", !strcmp(other[1], "BAZ")); in test__expr()
59 TEST_ASSERT_VAL("find other", !strcmp(other[2], "BOZO")); in test__expr()
60 TEST_ASSERT_VAL("find other", other[3] == NULL); in test__expr()
/Linux-v5.4/scripts/
Ddocumentation-file-ref-check43 # Step 1: find broken references
190 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
194 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
202 $f=qx(find $basedir -iname $new) if ($new);
208 $f=qx(find $basedir -iname $new) if ($new);
213 $f = qx(find $basedir -iname $new) if ($new);
216 my @find = split /\s+/, $f;
219 print STDERR "ERROR: Didn't find a replacement for $ref\n";
220 } elsif (scalar(@find) > 1) {
222 foreach my $j (@find) {
[all …]
Dfind-unused-docs.sh8 # usage: Run 'scripts/find-unused-docs.sh directory' from top level of kernel
11 # example: $scripts/find-unused-docs.sh drivers/scsi
21 echo "Usage: scripts/find-unused-docs.sh directory"
52 for file in `find $1 -name '*.c'`; do
/Linux-v5.4/arch/ia64/kernel/
Dcyclone.c51 /* find base address */ in init_cyclone_clock()
55 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
63 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
73 printk(KERN_ERR "Summit chipset: Could not find valid PMCC" in init_cyclone_clock()
85 printk(KERN_ERR "Summit chipset: Could not find valid MPCS" in init_cyclone_clock()
97 printk(KERN_ERR "Summit chipset: Could not find valid MPMC" in init_cyclone_clock()
/Linux-v5.4/arch/arm/mach-socfpga/
Dl2_cache.c30 pr_err("Unable to find socfpga-l2-ecc in dtb\n"); in socfpga_init_l2_ecc()
37 pr_err("Unable to find L2 ECC mapping in dtb\n"); in socfpga_init_l2_ecc()
51 /* Find the L2 EDAC device tree node */ in socfpga_init_arria10_l2_ecc()
54 pr_err("Unable to find socfpga-a10-l2-ecc in dtb\n"); in socfpga_init_arria10_l2_ecc()
61 pr_err("Unable to find L2 ECC mapping in dtb\n"); in socfpga_init_arria10_l2_ecc()
/Linux-v5.4/drivers/staging/rtl8723bs/
DTODO2 - find and remove code blocks guarded by never set CONFIG_FOO defines
3 - find and remove remaining code valid only for 5 GHz. Most of the obvious
5 - find and remove any code for other chips that is left over
7 - find codes that can use %pM and %Nph formatting
/Linux-v5.4/fs/btrfs/tests/
Dqgroup-tests.c92 test_err("couldn't find extent ref"); in add_tree_ref()
142 test_err("didn't find our key %d", ret); in remove_extent_item()
176 test_err("couldn't find extent ref"); in remove_extent_ref()
198 test_err("couldn't find backref %d", ret); in remove_extent_ref()
234 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
248 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
271 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
284 test_err("couldn't find old roots: %d", ret); in test_no_shared_qgroup()
335 test_err("couldn't find old roots: %d", ret); in test_multiple_refs()
349 test_err("couldn't find old roots: %d", ret); in test_multiple_refs()
[all …]
/Linux-v5.4/scripts/package/
Dbuilddeb35 sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' \
114 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
168 (cd $srctree; find . -name Makefile\* -o -name Kconfig\* -o -name \*.pl) > "$objtree/debian/hdrsrcf…
169 (cd $srctree; find arch/*/include include scripts -type f -o -type l) >> "$objtree/debian/hdrsrcfil…
170 (cd $srctree; find arch/$SRCARCH -name module.lds -o -name Kbuild.platforms -o -name Platform) >> "…
171 (cd $srctree; find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f) >> "$objtr…
173 (cd $objtree; find tools/objtool -type f -executable) >> "$objtree/debian/hdrobjfiles"
175 (cd $objtree; find arch/$SRCARCH/include Module.symvers include scripts -type f) >> "$objtree/debia…
177 …(cd $objtree; find scripts/gcc-plugins -name \*.so -o -name gcc-common.h) >> "$objtree/debian/hdro…
/Linux-v5.4/tools/include/asm-generic/bitops/
Dfind.h7 * find_next_bit - find the next set bit in a memory region
21 * find_next_and_bit - find the next set bit in both memory regions
38 * find_next_zero_bit - find the next cleared bit in a memory region
53 * find_first_bit - find the first set bit in a memory region
68 * find_first_zero_bit - find the first cleared bit in a memory region
/Linux-v5.4/arch/mips/lib/
Dbitops.c16 * set_bit() if it cannot find a faster solution.
38 * it cannot find a faster solution.
60 * if it cannot find a faster solution.
82 * called by test_and_set_bit() if it cannot find a faster solution.
108 * called by test_and_set_bit_lock() if it cannot find a faster solution.
134 * called by test_and_clear_bit() if it cannot find a faster solution.
159 * called by test_and_change_bit() if it cannot find a faster solution.
/Linux-v5.4/fs/befs/
Ddatastream.c41 * @ds: datastream to find data with
83 * @fblock: the blocknumber with the file position to find
112 "befs_fblock2brun() was asked to find block %lu, " in befs_fblock2brun()
222 * befs_find_brun_direct - find a direct block run in the datastream
225 * @blockno: the blocknumber to find
258 befs_debug(sb, "---> %s, find %lu", __func__, (unsigned long)blockno); in befs_find_brun_direct()
276 befs_error(sb, "%s failed to find file block %lu", __func__, in befs_find_brun_direct()
283 * befs_find_brun_indirect - find a block run in the datastream
286 * @blockno: the blocknumber to find
321 befs_debug(sb, "---> %s, find %lu", __func__, (unsigned long)blockno); in befs_find_brun_indirect()
[all …]
/Linux-v5.4/include/asm-generic/bitops/
Dfind.h7 * find_next_bit - find the next set bit in a memory region
21 * find_next_and_bit - find the next set bit in both memory regions
37 * find_next_zero_bit - find the next cleared bit in a memory region
52 * find_first_bit - find the first set bit in a memory region
63 * find_first_zero_bit - find the first cleared bit in a memory region
/Linux-v5.4/drivers/base/
Ddevcon.c61 * fwnode_connection_find_match - Find connection from a device node
67 * Find a connection with unique identifier @con_id between @fwnode and another
89 * device_connection_find_match - Find physical connection to a device
95 * Find a connection with unique identifier @con_id between @dev and another
170 /* This tries to find the device from the most common bus types by name. */
193 * device_connection_find - Find two devices connected together
197 * Find a connection with unique identifier @con_id between @dev and
/Linux-v5.4/arch/c6x/include/asm/
Dbitops.h22 * __ffs - find first bit in word.
40 * ffz - find first zero in word.
48 * fls - find last (most-significant) bit set
65 * ffs - find first bit set
83 #include <asm-generic/bitops/find.h>
/Linux-v5.4/include/linux/
Dexportfs.h136 * @fh_to_dentry: find the implied object and get a dentry for it
137 * @fh_to_parent: find the implied object's parent and get a dentry for it
138 * @get_name: find the name for a given inode in a given directory
139 * @get_parent: find the parent of a given directory
150 * attempt can be made to find not only the file but also it's place in the
166 * created with d_alloc_root. The caller can then find any other extant
174 * @get_name should find a name for the given @child in the given @parent
181 * @get_parent should find the parent directory for the given @child which
/Linux-v5.4/net/ncsi/
Dncsi-rsp.c131 /* Find the package */ in ncsi_rsp_handler_dp()
155 /* Find the package and channel */ in ncsi_rsp_handler_ec()
182 /* Find the package and channel */ in ncsi_rsp_handler_dc()
204 /* Find the package and channel */ in ncsi_rsp_handler_rc()
226 /* Find the package and channel */ in ncsi_rsp_handler_ecnt()
248 /* Find the package and channel */ in ncsi_rsp_handler_dcnt()
271 /* Find the package and channel */ in ncsi_rsp_handler_ae()
300 /* Find the package and channel */ in ncsi_rsp_handler_sl()
323 /* Find the package and channel */ in ncsi_rsp_handler_gls()
356 /* Find the package and channel */ in ncsi_rsp_handler_svf()
[all …]
/Linux-v5.4/Documentation/filesystems/nfs/
Dexporting.rst21 string for any dentry, and how to find an appropriate dentry for any
127 to find or create a dentry for the same object. The default
133 Given a filehandle fragment, this should find the implied object and
137 Given a filehandle fragment, this should find the parent of the
150 When given a parent dentry and a child dentry, this should find a name
154 to find potential names, and matches inode numbers to find the correct
/Linux-v5.4/tools/perf/util/
Dprobe-finder.h41 /* Find probe_trace_events specified by perf_probe_event from debuginfo */
46 /* Find a perf_probe_point from debuginfo */
53 /* Find a line range */
56 /* Find available variables */
61 /* Find a src file from a DWARF tag path */
/Linux-v5.4/arch/mips/generic/
Dyamon-dt.c24 /* find or add chosen node */ in yamon_dt_append_cmdline()
29 pr_err("Unable to find or add DT chosen node: %d\n", in yamon_dt_append_cmdline()
86 /* find memory size from the bootloader environment */ in yamon_dt_append_memory()
121 /* find or add a memory node */ in yamon_dt_append_memory()
126 pr_err("Unable to find or add memory DT node: %d\n", mem_off); in yamon_dt_append_memory()
215 /* find or add chosen node */ in yamon_dt_serial_config()
220 pr_err("Unable to find or add DT chosen node: %d\n", in yamon_dt_serial_config()

12345678910>>...176