Home
last modified time | relevance | path

Searched full:location (Results 1 – 25 of 1655) sorted by relevance

12345678910>>...67

/openbmc/libcper/include/libcper/generator/sections/
H A Dgen-section.h15 size_t generate_section_generic(void **location,
17 size_t generate_section_ia32x64(void **location,
19 size_t generate_section_arm(void **location,
21 size_t generate_section_memory(void **location,
23 size_t generate_section_memory2(void **location,
25 size_t generate_section_pcie(void **location,
27 size_t generate_section_pci_bus(void **location,
29 size_t generate_section_pci_dev(void **location,
31 size_t generate_section_firmware(void **location,
33 size_t generate_section_dmar_generic(void **location,
[all …]
/openbmc/u-boot/common/
H A Dsplash_source.c63 static int splash_storage_read_raw(struct splash_location *location, in splash_storage_read_raw() argument
68 if (!location) in splash_storage_read_raw()
71 offset = location->offset; in splash_storage_read_raw()
72 switch (location->storage) { in splash_storage_read_raw()
78 printf("Unknown splash location\n"); in splash_storage_read_raw()
84 static int splash_load_raw(struct splash_location *location, u32 bmp_load_addr) in splash_load_raw() argument
93 res = splash_storage_read_raw(location, bmp_load_addr, bmp_header_size); in splash_load_raw()
103 return splash_storage_read_raw(location, bmp_load_addr, bmp_size); in splash_load_raw()
111 static int splash_select_fs_dev(struct splash_location *location) in splash_select_fs_dev() argument
115 switch (location->storage) { in splash_select_fs_dev()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/files/
H A Dlocation.patch20 # If you want to specify the location of any of the files, specify them here
21 -# EXECDIR=/opt/nikto # Location of Nikto
22 -# PLUGINDIR=/opt/nikto/plugins # Location of plugin dir
23 -# DBDIR=/opt/nikto/databases # Location of database dir
24 -# TEMPLATEDIR=/opt/nikto/templates # Location of template dir
25 -# DOCDIR=/opt/nikto/docs # Location of docs dir
26 +EXECDIR=/usr/bin/nikto # Location of Nikto
27 +PLUGINDIR=/etc/nikto/plugins # Location of plugin dir
28 +DBDIR=/etc/nikto/databases # Location of database dir
29 +TEMPLATEDIR=/etc/nikto/templates # Location of template dir
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0004-load.py-retry-to-invoke-request-with-timeout.patch39 is_url = lambda location: '://' in location # RFC 3986
42 @@ -71,6 +75,29 @@ def load_to_file(location, destination):
43 _copy_file(location, destination)
46 +def _access_url(location):
54 + request = requests.get(location, verify=SSL_VERIFY, timeout=2)
56 + log.info("Try '%s' %d times, %s" % (location, i, str(e)))
69 def _get_auth(location, user=None, passwd=None):
72 @@ -93,6 +120,9 @@ def _get_auth(location, user=None, passwd=None):
73 def _load_url(location, user=None, passwd=None):
74 '''Load a location (URL or filename) and return contents as string'''
[all …]
H A D0001-support-authentication-for-kickstart.patch73 @@ -28,7 +30,7 @@ is_url = lambda location: '://' in location # RFC 3986
77 -def load_to_str(location):
78 +def load_to_str(location, user=None, passwd=None):
82 @@ -39,7 +41,7 @@ def load_to_str(location):
85 if is_url(location):
86 - return _load_url(location)
87 + return _load_url(location, user=user, passwd=passwd)
89 return _load_file(location)
91 @@ -69,11 +71,32 @@ def load_to_file(location, destination):
92 _copy_file(location, destination)
[all …]
/openbmc/qemu/util/
H A Derror-report.c43 static Location std_loc = {
46 static Location *cur_loc = &std_loc;
49 * Push location saved in LOC onto the location stack, return it.
50 * The top of that stack is the current location.
53 Location *loc_push_restore(Location *loc) in loc_push_restore()
62 * Initialize *LOC to "nowhere", push it onto the location stack.
63 * The top of that stack is the current location.
67 Location *loc_push_none(Location *loc) in loc_push_none()
75 * Pop the location stack.
76 * LOC must be the current location, i.e. the top of the stack.
[all …]
/openbmc/qemu/include/qemu/
H A Derror-report.h16 typedef struct Location { struct
21 struct Location *prev; argument
22 } Location; typedef
24 Location *loc_push_restore(Location *loc);
25 Location *loc_push_none(Location *loc);
26 Location *loc_pop(Location *loc);
27 Location *loc_save(Location *loc);
28 void loc_restore(Location *loc);
/openbmc/u-boot/doc/
H A DREADME.mpc85xx48 Location : Label "_start_e500"
54 Location : Label "create_init_ram_area"
60 Location : Lable "create_init_ram_area"
66 Location : cpu_init_early_f
72 Location : cpu_init_early_f
76 Location : cpu_init_early_f --> init_tlbs()
81 Location : cpu_init_f --> disable_tlb()
85 Location : Board_init_r
94 Location : Label "_start_e500"
105 Location : Label "create_init_ram_area"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-fix-incorrect-preprocessor-line-numbers.patch74 /* The location of the end of the just-closed map. */
121 FAIL: gcc.dg/plugin/location-overflow-test-pr116047.c -fplugin=./location_overflow_plugin.so scan-…
123 FAIL: gcc.dg/plugin/location-overflow-test-pr116047.c -fplugin=./location_overflow_plugin.so scan-…
124 FAIL: gcc.dg/plugin/location-overflow-test-pr120061.c -fplugin=./location_overflow_plugin.so scan-…
130 boundaries, so that the location is not on the line after the #include
155 and map[-1].included_from is the correct location of column 0 on
239 * gcc.dg/plugin/plugin.exp: Add location-overflow-test-pr116047.c
240 and location-overflow-test-pr120061.c.
244 * gcc.dg/plugin/location-overflow-test-pr116047.c: New test.
245 * gcc.dg/plugin/location-overflow-test-pr116047-1.h: New test.
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dnfsrootfs12 local location
21 location="${bootparam_nfsroot%%,*}"
22 if [ "${location#*:}" = "${location}" ]; then
32 location=${server_ip}:${location}
46 mount -t nfs ${flags} ${nfs_opts} ${location} ${ROOTFS_DIR}
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand_ecc.h122 u32 elcfg; /* 0x00 Error Location Configuration Register */
123 u32 elprim; /* 0x04 Error Location Primitive Register */
124 u32 elen; /* 0x08 Error Location Enable Register */
125 u32 eldis; /* 0x0C Error Location Disable Register */
126 u32 elsr; /* 0x10 Error Location Status Register */
127 u32 elier; /* 0x14 Error Location Interrupt Enable Register */
128 u32 elidr; /* 0x08 Error Location Interrupt Disable Register */
129 u32 elimr; /* 0x0C Error Location Interrupt Mask Register */
130 u32 elisr; /* 0x20 Error Location Interrupt Status Register */
133 u32 sigma[33]; /* 0x28-0xA8 Error Location Sigma Registers */
[all …]
/openbmc/u-boot/env/
H A Denv.c41 if (loc == entry->location) in _env_driver_lookup()
88 static bool env_has_inited(enum env_location location) in env_has_inited() argument
90 return gd->env_has_init & BIT(location); in env_has_inited()
93 static void env_set_inited(enum env_location location) in env_set_inited() argument
102 gd->env_has_init |= BIT(location); in env_set_inited()
106 * env_get_location() - Returns the best env location for a board
116 * the fact that the lowest prority (0) is the most important location
135 * env_driver_lookup() - Finds the most suited environment location
156 debug("%s: No environment driver for location %d\n", __func__, in env_driver_lookup()
189 if (!env_has_inited(drv->location)) in env_load()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dmanager.hpp140 * @brief Get expanded location code.
142 * API to get expanded location code from the unexpanded location code.
144 * @param[in] i_unexpandedLocationCode - Unexpanded location code.
151 * @return Location code of the FRU.
158 * @brief Get D-Bus object path of FRUs from expanded location code.
161 * location code.
163 * @param[in] i_expandedLocationCode - Expanded location code.
168 * @return List of FRUs D-Bus object paths for the given location code.
174 * @brief Get D-Bus object path of FRUs from unexpanded location code.
177 * location code.
[all …]
/openbmc/libcper/generator/sections/
H A Dgen-section-dmar.c13 //location. Returns the size of the newly created section.
14 size_t generate_section_dmar_generic(void **location, in generate_section_dmar_generic() argument
34 *location = bytes; in generate_section_dmar_generic()
39 //location. Returns the size of the newly created section.
40 size_t generate_section_dmar_vtd(void **location, in generate_section_dmar_vtd() argument
60 *location = bytes; in generate_section_dmar_vtd()
65 //location. Returns the size of the newly created section.
66 size_t generate_section_dmar_iommu(void **location, in generate_section_dmar_iommu() argument
85 *location = bytes; in generate_section_dmar_iommu()
H A Dgen-section-generic.c13 //location. Returns the size of the newly created section.
14 size_t generate_section_generic(void **location, in generate_section_generic() argument
18 size_t size = generate_random_section(location, 192); in generate_section_generic()
21 UINT8 *start_byte = (UINT8 *)*location; in generate_section_generic()
22 UINT64 *validation = (UINT64 *)*location; in generate_section_generic()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp116 * location code of the FRU.
352 * @brief Get the location code for an inventory item.
356 * @return std::string - The location code
369 * @brief Fills in the placeholder 'Ufcs' in the passed in location
371 * is needed to create a valid location code.
373 * @param[in] locationCode - Location code value starting with Ufcs-, and
376 * @param[in] node - The node number the location is on.
378 * @return std::string - The expanded location code
384 * @brief Returns the inventory paths for the FRU that the location
387 * @param[in] locationCode - If an expanded location code, then the
[all …]
H A Dcallout.hpp26 * The callout priority and location code are in this structure.
76 * @param[in] locationCode - The location code of the callout
93 * @param[in] locationCode - The location code of the callout
141 * @param[in] locationCode - The location code of the callout
142 * @param[in] trustedLocationCode - If the location is trusted
157 * @param[in] locationCode - The location code of the callout
158 * @param[in] trustedLocationCode - If the location is trusted
213 * @brief Returns the location code of the callout
215 * @return std::string - The location code
229 * @brief Returns the location code size
[all …]
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A D0002-apr-Remove-workdir-path-references-from-installed-ap.patch29 - if test "$location" = "installed"; then
31 - elif test "$location" = "crosscompile"; then
33 - elif test "$location" = "source"; then
46 - if test "$location" = "installed"; then
47 - ### avoid using -L if libdir is a "standard" location like /usr/lib
49 - elif test "$location" = "crosscompile"; then
64 - elif test "$location" = "installed"; then
65 - ### avoid using -L if libdir is a "standard" location like /usr/lib
69 - elif test "$location" = "crosscompile"; then
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js39 location: `${await this.dispatch( property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0201
46 location: '/redfish/v1/AccountService/LDAP/Certificates/', property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0301
51 location: `${await this.dispatch( property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0401
74 const promises = certificateLocations.map((location) =>
75 api.get(location),
89 location: data['@odata.id'],
117 getCertificateProp(getters['certificateTypes'], type, 'location'),
142 { certificateString, location, type },
147 data.CertificateUri = { '@odata.id': location };
171 async deleteCertificate({ dispatch, getters }, { type, location }) {
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/
H A DManager.interface.yaml107 location code.
112 An un-expanded Location code.
122 List of all the FRUs D-Bus object paths for the given location
130 location code.
135 Location code in expanded format.
140 List of all the FRUs D-Bus object path for the given location
147 An api to get expanded location code corresponding to a given
148 un-expanded location code. Expanded location codes gives the location
154 Location code in un-expanded format.
164 Location code in expanded format.
/openbmc/phosphor-fan-presence/docs/presence/
H A DREADME.md8 - [System Config Location](#system-config-location)
32 ## System Config Location
41 directory location as part of the firmware image install. This is where the
44 #### Default Location
51 #### Compatible System Type Location
53 The config file location can also be based on a system type. This is necessary
86 writable directory location. This avoids the need to build and install a new
102 - Default location
103 - Compatible System Type location
206 appropriate location within the supported directory.
/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/
H A Ddropbear_%.bbappend9 file://dropbear-migrate-key-location.service \
10 file://migrate-key-location \
24 install -m 0644 ${UNPACKDIR}/dropbear-migrate-key-location.service \
28 install -m 0755 ${UNPACKDIR}/migrate-key-location ${D}${libexecdir}/${BPN}
30 SYSTEMD_SERVICE:${PN}:append = " dropbear-migrate-key-location.service"
/openbmc/openpower-vpd-parser/configuration/ibm/
H A D50001002.json49 "com.ibm.ipzvpd.Location": {
89 "com.ibm.ipzvpd.Location": {
106 "com.ibm.ipzvpd.Location": {
124 "com.ibm.ipzvpd.Location": {
142 "com.ibm.ipzvpd.Location": {
160 "com.ibm.ipzvpd.Location": {
178 "com.ibm.ipzvpd.Location": {
196 "com.ibm.ipzvpd.Location": {
213 "com.ibm.ipzvpd.Location": {
227 "com.ibm.ipzvpd.Location": {
[all …]
H A D60001002.json49 "com.ibm.ipzvpd.Location": {
89 "com.ibm.ipzvpd.Location": {
106 "com.ibm.ipzvpd.Location": {
124 "com.ibm.ipzvpd.Location": {
142 "com.ibm.ipzvpd.Location": {
160 "com.ibm.ipzvpd.Location": {
178 "com.ibm.ipzvpd.Location": {
196 "com.ibm.ipzvpd.Location": {
213 "com.ibm.ipzvpd.Location": {
227 "com.ibm.ipzvpd.Location": {
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D207.out3 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"path": "TEST_…
21 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
32 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
43 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
49 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
60 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
66 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
77 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
83 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
94 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
[all …]

12345678910>>...67