Home
last modified time | relevance | path

Searched refs:searched (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/u-boot/env/
H A Dattr.c202 static int reverse_name_search(const char *searched, const char *search_for, in reverse_name_search() argument
206 const char *cur_searched = searched; in reverse_name_search()
213 *result = searched; in reverse_name_search()
214 return strlen(searched); in reverse_name_search()
230 while (*prevch == ' ' && prevch >= searched) in reverse_name_search()
238 if (match != searched && in reverse_name_search()
240 prevch != searched - 1) in reverse_name_search()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dlocal.py50 searched = []
61 searched.extend(hist)
62 return searched
/openbmc/linux/fs/omfs/
H A Dfile.c195 sector_t searched = 0; in find_block() local
200 if (block >= searched && in find_block()
201 block < searched + numblocks) { in find_block()
206 *left = numblocks - (block - searched); in find_block()
209 block - searched; in find_block()
211 searched += numblocks; in find_block()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-postinst-intercepts.bbclass17 searched = oe.path.which_wild('*', ':'.join(search_paths), candidates=True)
19 for pathname, candidates in searched:
H A Dsiteinfo.bbclass200 searched = []
205 searched.append(filename + ":True")
208 searched.append(filename + ":False")
214 for s in searched:
216 searched = searched2
222 searched = []
224 return sitefiles, searched
H A Dimage_types_wic.bbclass56 searched = bb.utils.which(search_path, f)
57 if searched:
58 return searched
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-ide-support.bb18 sitefiles, searched = siteinfo_get_files(d, sysrootcache=False)
20 d.appendVarFlag("do_populate_ide_support", "file-checksums", " " + " ".join(searched))
H A Dmeta-environment.bb50 sitefiles, searched = siteinfo_get_files(d, sysrootcache=False)
51 d.appendVarFlag("do_generate_content", "file-checksums", " " + " ".join(searched))
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_io.c541 static int kdb_search_string(char *searched, char *searchfor) in kdb_search_string() argument
547 len1 = strlen(searched)-1; in kdb_search_string()
554 if (!strncmp(searched, searchfor, len2)) in kdb_search_string()
557 if (!strncmp(searched+len1-len2, searchfor, len2)) in kdb_search_string()
561 cp = searched; in kdb_search_string()
/openbmc/u-boot/doc/uImage.FIT/
H A Dmulti_spl.its8 * For booting U-Boot, "firmware" is searched first. If not found, "loadables"
10 * enabled, "kernel" is searched first. If not found, it falls back to the
H A Dsec_firmware_ppa.its6 * For booting PPA (SEC Firmware), "firmware" is searched and loaded.
/openbmc/linux/Documentation/security/keys/
H A Drequest-key.rst179 1) If extant, the process's thread keyring is searched.
181 2) If extant, the process's process keyring is searched.
183 3) The process's session keyring is searched.
188 a) If extant, the calling process's thread keyring is searched.
190 b) If extant, the calling process's process keyring is searched.
192 c) The calling process's session keyring is searched.
/openbmc/linux/Documentation/iio/
H A Dbno055.rst38 serial_number) is searched for; this is useful when there is more than one
40 is searched for (which can be used when only one IMU is present, without
/openbmc/linux/arch/alpha/lib/
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
104 # searched. $16 may not be aligned.
H A Dev6-memchr.S72 # Deal with the case where at most 8 bytes remain to be searched
124 # searched. $16 may not be aligned.
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-ipmiprovider-symlink.bbclass5 # This LIBDIR is searched for the libraries.
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfw_search_path.rst25 You would echo into it your custom path and firmware requested will be searched
/openbmc/openbmc/poky/meta/recipes-core/zlib/
H A Dzlib_1.3.1.bb19 # to PREMIRRORS so it is also searched automatically.
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-dynloader.patch8 Allow the location that .so files are searched for for dynamic
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbuildstats-plot.sh57 -r recipe The recipe mask to be searched
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-cmake-Use-idirafter-instead-of-isystem.patch6 isystem dirs are searched before the regular system dirs
/openbmc/linux/arch/arc/lib/
H A Dstrchr-700.S68 ; Found searched-for character. r0 has already advanced to next word.
/openbmc/linux/Documentation/crypto/
H A Dasymmetric-keys.rst343 The kernel builtin trusted keyring will be searched for the signing key.
353 The kernel builtin and secondary trusted keyrings will be searched for the
367 a group of keys may be searched for the signing key by providing the
371 within the destination keyring will also be searched for signing keys.
/openbmc/u-boot/board/boundary/nitrogen6x/
H A DREADME33 They're searched in the order listed above, trying both the
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-cross.inc93 …# Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones a…

1234