Searched full:footer (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/subsys/net/ip/ |
D | tp.c | 49 sizeof(*mem->footer)); in tp_malloc() 59 mem->footer = (void *) ((uint8_t *) &mem->mem + size); in tp_malloc() 60 *mem->footer = TP_MEM_FOOTER_COOKIE; in tp_malloc() 89 *mem->footer != TP_MEM_FOOTER_COOKIE) { in tp_mem_chk() 96 dump(mem->footer, sizeof(*mem->footer)); in tp_mem_chk() 103 tp_assert(*mem->footer == TP_MEM_FOOTER_COOKIE, in tp_mem_chk() 104 "%s:%d %s() %p Corrupt footer cookie: 0x%x", in tp_mem_chk() 106 *mem->footer); in tp_mem_chk() 121 memset(mem, 0, sizeof(tp_mem) + mem->size + sizeof(*mem->footer)); in tp_free()
|
D | tp_priv.h | 45 uint32_t *footer; member
|
/Zephyr-latest/ |
D | .codecov.yml | 29 layout: "reach, diff, flags, files, footer"
|
/Zephyr-latest/doc/_templates/ |
D | footer.html | 1 {% extends "!footer.html" %}
|
D | gsearch.html | 8 {% block footer %}
|
/Zephyr-latest/drivers/ethernet/ |
D | oa_tc6.h | 63 /* OA Data footer */ 211 * @param ftr poniter to OA TC6 data received footer 223 * @param ftr poniter to OA TC6 data received footer
|
D | oa_tc6.c | 268 LOG_DBG("OA Status Update: Footer parity error!"); in oa_tc6_update_status() 371 LOG_ERR("OA RX: Footer parity error!"); in oa_tc6_read_chunks()
|
/Zephyr-latest/dts/bindings/retention/ |
D | zephyr,retention.yaml | 62 valid (appended to the footer of the data, reduces the available user
|
/Zephyr-latest/doc/_static/css/ |
D | dark.css | 50 --search-credits-color: #6b6b6b; /* derived from --footer-color */ 95 --footer-color: #aaa;
|
D | light.css | 49 --search-credits-color: #b3b3b3; /* derived from --footer-color */ 93 --footer-color: #808080;
|
D | custom.css | 132 color: var(--footer-color); 211 footer, selector 213 color: var(--footer-color); 1006 /* Make actual document take all vertical space available so that footer is always at the bottom */
|
/Zephyr-latest/subsys/dfu/ |
D | Kconfig | 56 hex "Estimated update footer size"
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc13xx_cc26xx.h | 37 /* ACK is 2 bytes for PHY header + 2 bytes MAC header + 2 bytes MAC footer */
|
/Zephyr-latest/doc/services/pm/images/ |
D | devr-sync-ops.svg | 52 footer { 109 skinparam Footer {
|
D | devr-async-ops.svg | 58 footer { 115 skinparam Footer {
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_printouts.py | 501 # Header and footer should be the most constant out of the report format. 509 assert res, 'No stdout size report footer found.'
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 1357 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1359 # footer. See HTML_HEADER for more information on how to generate a default 1360 # footer and what special commands can be used inside the footer. See also 1361 # section "Doxygen usage" for information on how to generate the default footer 2078 # commands have a special meaning inside the header (and footer): For a 2084 # The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for 2085 # the generated LaTeX document. The footer should contain everything after the 2086 # last chapter. If it is left blank Doxygen will generate a standard footer. See 2087 # LATEX_HEADER for more information on how to generate a default footer and what 2088 # special commands can be used inside the footer. See also section "Doxygen [all …]
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | arch.h | 236 * It's likely possible to add logic to ARCH_ISR_DIRECT_HEADER/FOOTER to do
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_frame.h | 211 /** MAC header and footer, see section 7.2.1 */
|
/Zephyr-latest/subsys/retention/ |
D | retention.c | 312 /* Write optional header and footer information, these are done last to ensure data in retention_write()
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 746 footer = """%% variable 883 fp.write(footer)
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll.h | 339 /* Footer of node_rx_hdr */
|
/Zephyr-latest/tests/lib/heap/src/ |
D | main.c | 254 * - f: end marker / footer
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 2151 Footer and nav-path 2169 img.footer { 2173 .navpath li.footer { 2177 address.footer {
|
/Zephyr-latest/include/zephyr/internal/ |
D | syscall_handler.h | 113 * the gperf script footer, see gen_kobject_list.py
|
12