/openbmc/linux/fs/nfs/ |
H A D | nfs4namespace.c | 130 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath() argument 149 fs_path = nfs4_pathname_string(&locations->fs_path, &len); in nfs4_validate_fspath() 365 * @locations: array of NFSv4 server location information 369 const struct nfs4_fs_locations *locations) in nfs_follow_referral() argument 374 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral() 380 error = nfs4_validate_fspath(ctx->clone_data.dentry, locations, ctx); in nfs_follow_referral() 385 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral() 386 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral() 425 /* Get locations */ in nfs_do_refmount() 428 dprintk("%s: getting locations for %pd2\n", in nfs_do_refmount() [all …]
|
/openbmc/u-boot/common/ |
H A D | splash_source.c | 268 * @locations: An array of supported splash locations. 271 * @return: If a null set of splash locations is given, or 280 struct splash_location *locations, uint size) in select_splash_location() argument 285 if (!locations || size == 0) in select_splash_location() 290 return &locations[0]; in select_splash_location() 293 if (!strcmp(locations[i].name, env_splashsource)) in select_splash_location() 294 return &locations[i]; in select_splash_location() 376 * variable and the board supported splash source locations, and load a 379 * @locations: An array of supported splash locations. 384 int splash_source_load(struct splash_location *locations, uint size) in splash_source_load() argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0010-oprofile-Determine-the-root-home-directory-dynamical.patch | 28 - of <filename>/root</filename> to avoid storing sample data files in locations accessible by regu… 30 + of <filename>~root</filename> to avoid storing sample data files in locations accessible by regu… 41 - of <code class="filename">/root</code> to avoid storing sample data files in locations accessibl… 43 + of <code class="filename">~root</code> to avoid storing sample data files in locations accessibl…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/ |
H A D | systemctl | 23 locations = list() variable 32 for location in locations: 124 for location in locations: 175 for location in locations: 256 for location in locations: 306 locations.append(SYSCONFDIR / "systemd") 309 locations.append(BASE_LIBDIR / "systemd") 310 locations.append(LIBDIR / "systemd")
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/ |
H A D | systemctl | 24 locations = list() variable 36 for location in locations: 140 for location in locations: 191 for location in locations: 278 for location in locations: 328 locations.append(SYSCONFDIR / "systemd") 331 locations.append(BASE_LIBDIR / "systemd") 332 locations.append(LIBDIR / "systemd")
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.20.rst | 72 - Download Locations: 84 - Download Locations: 96 - Download Locations: 108 - Download Locations: 120 - Download Locations:
|
H A D | release-notes-3.4.4.rst | 100 - Download Locations: 112 - Download Locations: 124 - Download Locations: 136 - Download Locations: 148 - Download Locations:
|
H A D | release-notes-4.0.18.rst | 133 - Download Locations: 145 - Download Locations: 157 - Download Locations: 169 - Download Locations: 181 - Download Locations:
|
H A D | release-notes-5.0.1.rst | 88 - Download Locations: 100 - Download Locations: 112 - Download Locations: 124 - Download Locations:
|
H A D | release-notes-4.0.5.rst | 140 - Download Locations: 152 - Download Locations: 164 - Download Locations: 176 - Download Locations: 188 - Download Locations:
|
H A D | release-notes-4.0.11.rst | 156 - Download Locations: 168 - Download Locations: 180 - Download Locations: 192 - Download Locations: 204 - Download Locations:
|
H A D | release-notes-4.0.15.rst | 131 - Download Locations: 143 - Download Locations: 155 - Download Locations: 167 - Download Locations: 179 - Download Locations:
|
H A D | release-notes-4.0.16.rst | 133 - Download Locations: 145 - Download Locations: 157 - Download Locations: 169 - Download Locations: 181 - Download Locations:
|
H A D | release-notes-4.0.23.rst | 150 - Download Locations: 162 - Download Locations: 174 - Download Locations: 186 - Download Locations: 198 - Download Locations:
|
H A D | release-notes-3.4.3.rst | 142 - Download Locations: 154 - Download Locations: 166 - Download Locations: 178 - Download Locations: 190 - Download Locations:
|
H A D | release-notes-4.0.8.rst | 159 - Download Locations: 171 - Download Locations: 183 - Download Locations: 195 - Download Locations: 207 - Download Locations:
|
H A D | release-notes-4.0.4.rst | 63 - create-spdx: handle links to inaccessible locations 244 - Download Locations: 256 - Download Locations: 268 - Download Locations: 280 - Download Locations: 292 - Download Locations:
|
/openbmc/linux/fs/nfsd/ |
H A D | export.c | 319 struct nfsd4_fs_location *locations = fsloc->locations; in svc_expkey_update() 322 if (!locations) 326 kfree(locations[i].path); in nfsd4_fslocs_free() 327 kfree(locations[i].hosts); in nfsd4_fslocs_free() 330 kfree(locations); in nfsd4_fslocs_free() 331 fsloc->locations = NULL; in nfsd4_fslocs_free() 458 if (fsloc->locations) in check_export() 470 fsloc->locations = kcalloc(fsloc->locations_count, 473 if (!fsloc->locations) in fsloc_parse() 328 struct nfsd4_fs_location *locations = fsloc->locations; nfsd4_fslocs_free() local [all...] |
/openbmc/linux/Documentation/hwmon/ |
H A D | nct6683.rst | 36 Limit register locations on Intel boards with EC firmware version 1.0 37 build date 04/03/13 do not match the register locations in the Nuvoton 43 Some of the register locations can be reverse engineered; others are too
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | local.py | 73 locations = [] 76 locations = filespath.split(":") 77 … to " + urldata.localpath + ". The paths that were searched were:\n " + "\n ".join(locations)
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | sun3xprom.h | 2 /* Useful PROM locations */ 17 /* interesting hardware locations */
|
/openbmc/u-boot/include/configs/ |
H A D | rk3399_common.h | 33 /* RAW SD card / eMMC locations. */ 36 /* FAT sd card locations. */
|
H A D | rk3288_common.h | 32 /* RAW SD card / eMMC locations. */ 35 /* FAT sd card locations. */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/files/ |
H A D | fixup-install-docdir.patch | 6 header files in locations not consistent with the OE filesystem layout. 7 So here we specify new locations which are consistent with OE filesystems.
|
/openbmc/u-boot/doc/ |
H A D | README.splashprepare | 13 board specific splash image locations, routines for loading splash image from 14 supported locations, and a way of controlling the selected splash location
|