/openbmc/libcper/include/libcper/generator/sections/ |
H A D | gen-section.h | 15 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/linux/drivers/video/fbdev/via/ |
D | hw.h |
|
/openbmc/linux/arch/xtensa/kernel/ |
D | module.c |
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
D | tsnep_rxnfc.c |
|
/openbmc/u-boot/common/ |
H A D | splash_source.c | 63 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/qemu/util/ |
H A D | error-report.c | 43 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/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
H A D | 0004-load.py-retry-to-invoke-request-with-timeout.patch | 39 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 D | 0001-support-authentication-for-kickstart.patch | 73 @@ -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/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/files/ |
H A D | location.patch | 20 # 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/u-boot/doc/ |
H A D | README.mpc85xx | 48 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/linux/arch/microblaze/kernel/ |
D | module.c |
|
/openbmc/qemu/include/qemu/ |
H A D | error-report.h | 16 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/linux/arch/csky/kernel/ |
D | module.c |
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0026-fix-incorrect-preprocessor-line-numbers.patch | 74 /* 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/linux/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_filters.c |
|
/openbmc/linux/arch/hexagon/kernel/ |
D | module.c |
|
/openbmc/linux/arch/powerpc/kernel/ |
D | module_32.c |
|
/openbmc/linux/include/linux/ |
D | hp_sdc.h |
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | atmel_nand_ecc.h | 122 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/linux/arch/alpha/kernel/ |
D | module.c |
|
/openbmc/linux/arch/m68k/kernel/ |
D | module.c |
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | manager.hpp | 140 * @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/u-boot/env/ |
H A D | env.c | 41 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/linux/Documentation/devicetree/bindings/powerpc/nintendo/ |
D | wii.txt |
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | nfsrootfs | 12 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}
|