/openbmc/u-boot/env/ |
H A D | attr.c | 202 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 D | local.py | 50 searched = [] 61 searched.extend(hist) 62 return searched
|
/openbmc/linux/fs/omfs/ |
H A D | file.c | 195 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 D | image-postinst-intercepts.bbclass | 17 searched = oe.path.which_wild('*', ':'.join(search_paths), candidates=True) 19 for pathname, candidates in searched:
|
H A D | siteinfo.bbclass | 200 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 D | image_types_wic.bbclass | 56 searched = bb.utils.which(search_path, f) 57 if searched: 58 return searched
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-ide-support.bb | 18 sitefiles, searched = siteinfo_get_files(d, sysrootcache=False) 20 d.appendVarFlag("do_populate_ide_support", "file-checksums", " " + " ".join(searched))
|
H A D | meta-environment.bb | 50 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 D | kdb_io.c | 541 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 D | multi_spl.its | 8 * 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 D | sec_firmware_ppa.its | 6 * For booting PPA (SEC Firmware), "firmware" is searched and loaded.
|
/openbmc/linux/Documentation/security/keys/ |
H A D | request-key.rst | 179 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 D | bno055.rst | 38 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 D | memchr.S | 72 # Deal with the case where at most 8 bytes remain to be searched 104 # searched. $16 may not be aligned.
|
H A D | ev6-memchr.S | 72 # 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 D | obmc-phosphor-ipmiprovider-symlink.bbclass | 5 # This LIBDIR is searched for the libraries.
|
/openbmc/linux/Documentation/driver-api/firmware/ |
H A D | fw_search_path.rst | 25 You would echo into it your custom path and firmware requested will be searched
|
/openbmc/openbmc/poky/meta/recipes-core/zlib/ |
H A D | zlib_1.3.1.bb | 19 # to PREMIRRORS so it is also searched automatically.
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | perl-dynloader.patch | 8 Allow the location that .so files are searched for for dynamic
|
/openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
H A D | buildstats-plot.sh | 57 -r recipe The recipe mask to be searched
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/ |
H A D | 0001-cmake-Use-idirafter-instead-of-isystem.patch | 6 isystem dirs are searched before the regular system dirs
|
/openbmc/linux/arch/arc/lib/ |
H A D | strchr-700.S | 68 ; Found searched-for character. r0 has already advanced to next word.
|
/openbmc/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 343 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 D | README | 33 They're searched in the order listed above, trying both the
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-cross.inc | 93 …# Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones a…
|