Home
last modified time | relevance | path

Searched full:locations (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/openbmc/linux/fs/nfs/
H A Dnfs4namespace.c130 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 Dsplash_source.c268 * @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 D0010-oprofile-Determine-the-root-home-directory-dynamical.patch28 - 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 Dsystemctl23 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 Dsystemctl24 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 Drelease-notes-4.0.20.rst72 - Download Locations:
84 - Download Locations:
96 - Download Locations:
108 - Download Locations:
120 - Download Locations:
H A Drelease-notes-3.4.4.rst100 - Download Locations:
112 - Download Locations:
124 - Download Locations:
136 - Download Locations:
148 - Download Locations:
H A Drelease-notes-4.0.18.rst133 - Download Locations:
145 - Download Locations:
157 - Download Locations:
169 - Download Locations:
181 - Download Locations:
H A Drelease-notes-5.0.1.rst88 - Download Locations:
100 - Download Locations:
112 - Download Locations:
124 - Download Locations:
H A Drelease-notes-4.0.5.rst140 - Download Locations:
152 - Download Locations:
164 - Download Locations:
176 - Download Locations:
188 - Download Locations:
H A Drelease-notes-4.0.11.rst156 - Download Locations:
168 - Download Locations:
180 - Download Locations:
192 - Download Locations:
204 - Download Locations:
H A Drelease-notes-4.0.15.rst131 - Download Locations:
143 - Download Locations:
155 - Download Locations:
167 - Download Locations:
179 - Download Locations:
H A Drelease-notes-4.0.16.rst133 - Download Locations:
145 - Download Locations:
157 - Download Locations:
169 - Download Locations:
181 - Download Locations:
H A Drelease-notes-4.0.23.rst150 - Download Locations:
162 - Download Locations:
174 - Download Locations:
186 - Download Locations:
198 - Download Locations:
H A Drelease-notes-3.4.3.rst142 - Download Locations:
154 - Download Locations:
166 - Download Locations:
178 - Download Locations:
190 - Download Locations:
H A Drelease-notes-4.0.8.rst159 - Download Locations:
171 - Download Locations:
183 - Download Locations:
195 - Download Locations:
207 - Download Locations:
H A Drelease-notes-4.0.4.rst63 - 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 Dexport.c319 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 Dnct6683.rst36 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 Dlocal.py73 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 Dsun3xprom.h2 /* Useful PROM locations */
17 /* interesting hardware locations */
/openbmc/u-boot/include/configs/
H A Drk3399_common.h33 /* RAW SD card / eMMC locations. */
36 /* FAT sd card locations. */
H A Drk3288_common.h32 /* RAW SD card / eMMC locations. */
35 /* FAT sd card locations. */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/files/
H A Dfixup-install-docdir.patch6 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 DREADME.splashprepare13 board specific splash image locations, routines for loading splash image from
14 supported locations, and a way of controlling the selected splash location

12345678910>>...33