| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_device_path.c | 19 static const struct efi_device_path END = { variable 22 .length = sizeof(END), 261 size_t sz = efi_dp_size(dp) + sizeof(END); in efi_dp_dup() 281 ret = efi_dp_dup(&END); in efi_dp_append() 290 void *p = dp_alloc(sz1 + sz2 + sizeof(END)); in efi_dp_append() 295 memcpy(p + sz1, dp2, sz2 + sizeof(END)); in efi_dp_append() 308 ret = efi_dp_dup(&END); in efi_dp_append_node() 313 void *p = dp_alloc(sz + sizeof(END)); in efi_dp_append_node() 317 memcpy(p + sz, &END, sizeof(END)); in efi_dp_append_node() 322 void *p = dp_alloc(sz + node->length + sizeof(END)); in efi_dp_append_node() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx-cross.patch | 43 - cat << END >> $NGX_AUTO_CONFIG_H 45 + cat << END >> $NGX_AUTO_CONFIG_H 52 END 54 + cat << END >> $NGX_AUTO_CONFIG_H 60 +END 65 @@ -86,7 +104,7 @@ END 97 @@ -568,6 +580,17 @@ cat << END 112 END 130 END 135 -cat << END > $NGX_AUTOTEST.c [all …]
|
| H A D | 0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch | 20 END 23 -cat << END > $NGX_AUTOTEST.c 30 + cat << END > $NGX_AUTOTEST.c 36 END
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | event_notification_utils.robot | 14 END 25 END 39 END 54 END 55 END
|
| H A D | certificate_utils.robot | 39 END 45 END 62 ... ${output} -----END CERTIFICATE----- 75 END 106 ${result}= Fetch From Left ${file_content} -----END CERTIFICATE----- 109 ${result}= Fetch From Left ${file_content} -----END PRIVATE KEY----- 123 … ${file_content} ${private_key_content} -----BEGIN PRIVATE KEY----- -----END PRIVATE KEY----- 125 … ${cert_content} ${private_key_content} -----BEGIN PRIVATE KEY----- -----END PRIVATE KEY----- 128 END 145 ${result}= Fetch From Left ${file_content} -----END CERTIFICATE----- [all …]
|
| H A D | bmc_ipv6_utils.robot | 42 END 75 END 115 END 116 END 134 END 156 END 188 END 203 END 207 END 218 END [all …]
|
| H A D | bios_attr_utils.robot | 37 END 40 END 50 END 67 END 83 END 111 END
|
| H A D | bmc_network_utils.robot | 35 END 86 END 143 END 197 END 215 END 216 END 265 END 321 END 326 END 398 END [all …]
|
| /openbmc/u-boot/include/linux/ |
| H A D | linkage.h | 61 #ifndef END 62 #define END(name) \ 69 END(name)
|
| /openbmc/qemu/include/qemu/ |
| H A D | bswap.h | 390 #define DO_STN_LDN_P(END) \ argument 391 static inline void stn_## END ## _p(void *ptr, int sz, uint64_t v) \ 398 stw_ ## END ## _p(ptr, v); \ 401 stl_ ## END ## _p(ptr, v); \ 404 stq_ ## END ## _p(ptr, v); \ 410 static inline uint64_t ldn_## END ## _p(const void *ptr, int sz) \ 416 return lduw_ ## END ## _p(ptr); \ 418 return (uint32_t)ldl_ ## END ## _p(ptr); \ 420 return ldq_ ## END ## _p(ptr); \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | es-Asturias | 26 # END CANGAS DE NARCEA Y LLANES 88 # END GIJÓN 126 # END OVIEDO 140 # END INFIESTO 166 # END MIERES 180 # END AVILÉS 194 # END LUARCA-VALDÉS
|
| /openbmc/u-boot/scripts/ |
| H A D | gcc-stack-usage.sh | 9 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \ heredoc 15 END
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_fru.robot | 36 END 60 END 92 END 93 END 94 END 95 END
|
| /openbmc/openbmc-test-automation/xcat/ |
| H A D | test_xcat_group.robot | 29 END 39 END 49 END 59 END 81 END 102 END 120 END 143 END 161 END 176 END [all …]
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_bmc_dhcp_conf.robot | 70 END 71 END 80 END 81 END 124 END 149 END
|
| /openbmc/openbmc-test-automation/ipmi/dcmi/ |
| H A D | test_dcmi_get_capabilities.robot | 41 END 47 END 51 END 61 END
|
| /openbmc/openbmc-test-automation/openpower/vpd/ |
| H A D | test_vpd_tool.robot | 40 END 56 END 57 END 73 END
|
| /openbmc/openbmc-test-automation/systest/ |
| H A D | htx_softbootme_test.robot | 79 END 97 END 114 END 121 END 132 END 165 END 174 END
|
| /openbmc/u-boot/test/trace/ |
| H A D | test-trace.sh | 15 ./${OUTPUT_DIR}/u-boot <<END heredoc 27 END
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_sensor_monitoring.robot | 68 END 103 END 143 END 168 END 190 END 191 END 230 END 231 END
|
| /openbmc/qemu/accel/tcg/ |
| H A D | atomic_template.h | 73 # define END macro 75 # define END _be macro 77 # define END _le macro 193 #undef END 200 # define END _le macro 202 # define END _be 322 #undef END
|
| /openbmc/u-boot/board/imgtec/boston/ |
| H A D | lowlevel_init.S | 37 END(lowlevel_init) 54 END(lowlevel_display)
|
| /openbmc/u-boot/tools/patman/test/ |
| H A D | test01.txt | 20 END 25 END 56 END
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_connections.robot | 70 END 71 END 90 END 127 END 128 END 155 END 157 END 185 END 189 END 190 END [all …]
|
| /openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
| H A D | Redfish_JsonSchema_ResponseValidator.robot | 42 END 46 END 66 END
|