/Zephyr-Core-2.7.6/subsys/net/lib/coap/ |
D | coap_link_format.c | 135 static bool match_attributes(const char * const *attributes, in match_attributes() argument 144 for (attr = attributes; attr && *attr; attr++) { in match_attributes() 164 const char * const *attributes = NULL; in match_queries_resource() local 171 if (meta && meta->attributes) { in match_queries_resource() 172 attributes = meta->attributes; in match_queries_resource() 175 if (!attributes) { in match_queries_resource() 188 return match_attributes(attributes, query); in match_queries_resource() 324 static int format_attributes(const char * const *attributes, in format_attributes() argument 332 if (!attributes) { in format_attributes() 337 for (attr = attributes; *attr; attr++) { in format_attributes() [all …]
|
/Zephyr-Core-2.7.6/scripts/footprint/ |
D | size_report | 81 if 'DW_AT_location' in die.attributes: 82 loc_attr = die.attributes['DW_AT_location'] 95 if 'DW_AT_low_pc' in die.attributes: 96 low = die.attributes['DW_AT_low_pc'].value 98 high_pc = die.attributes['DW_AT_high_pc'] 222 file_index = die.attributes['DW_AT_decl_file'].value 284 if 'DW_AT_location' in die.attributes: 290 if ('DW_AT_abstract_origin' in die.attributes) or ( 291 'DW_AT_specification' in die.attributes): 296 elif 'DW_AT_low_pc' in die.attributes: [all …]
|
/Zephyr-Core-2.7.6/scripts/ |
D | gen_kobject_list.py | 152 fileinfo = files[die.attributes["DW_AT_decl_file"].value - 1] 157 lineno = die.attributes["DW_AT_decl_line"].value 347 if 'DW_AT_specification' not in die.attributes: 350 spec_val = die.attributes["DW_AT_specification"].value 359 if 'DW_AT_name' not in die.attributes: 364 return die.attributes["DW_AT_name"].value.decode("utf-8") 368 if 'DW_AT_type' not in die.attributes: 373 return die.attributes["DW_AT_type"].value + die.cu.cu_offset 377 if 'DW_AT_byte_size' not in die.attributes: 380 return die.attributes["DW_AT_byte_size"].value [all …]
|
/Zephyr-Core-2.7.6/include/linker/ |
D | debug-sections.ld | 12 SECTION_PROLOGUE(.gnu.build.attributes, 0,) { *(.gnu.build.attributes .gnu.build.attributes.*) }
|
/Zephyr-Core-2.7.6/doc/reference/bluetooth/ |
D | gatt.rst | 12 attributes the service contains. The helper macro :c:macro:`BT_GATT_SERVICE()` 67 field only attributes which matches will be discovered, in contrast setting it 68 to NULL allows all attributes to be discovered. 71 Caching discovered attributes is not supported. 75 more attributes can be set, though setting multiple handles requires the option:
|
/Zephyr-Core-2.7.6/include/net/ |
D | coap_link_format.h | 43 const char * const *attributes; member
|
/Zephyr-Core-2.7.6/cmake/linker_script/arm/ |
D | linker.cmake | 197 zephyr_linker_section(NAME .ARM.attributes ADDRESS 0 NOINPUT) 198 zephyr_linker_section_configure(SECTION .ARM.attributes INPUT ".ARM.attributes" KEEP) 199 zephyr_linker_section_configure(SECTION .ARM.attributes INPUT ".gnu.attributes" KEEP)
|
/Zephyr-Core-2.7.6/subsys/bluetooth/services/ |
D | Kconfig.hrs | 15 Default permissions for HRS characteristic attributes
|
/Zephyr-Core-2.7.6/include/arch/sparc/ |
D | linker.ld | 172 SECTION_PROLOGUE(.gnu.attributes, 0,) 174 KEEP(*(.gnu.attributes))
|
/Zephyr-Core-2.7.6/include/arch/arc/v2/ |
D | linker.ld | 242 SECTION_PROLOGUE(.ARC.attributes, 0,) { 243 KEEP(*(.ARC.attributes)) 244 KEEP(*(.gnu.attributes))
|
/Zephyr-Core-2.7.6/include/arch/arm64/scripts/ |
D | linker.ld | 303 SECTION_PROLOGUE(.ARM.attributes, 0,) 305 KEEP(*(.ARM.attributes)) 306 KEEP(*(.gnu.attributes))
|
/Zephyr-Core-2.7.6/soc/riscv/openisa_rv32m1/ |
D | linker.ld | 254 SECTION_PROLOGUE(.riscv.attributes, 0,) 256 KEEP(*(.riscv.attributes)) 257 KEEP(*(.gnu.attributes))
|
/Zephyr-Core-2.7.6/doc/reference/usermode/ |
D | mpu_stack_objects.rst | 26 about the start, end, size, and access attributes to be enforced on that 30 attributes for that region to not allow write access. If invalid accesses
|
D | memory_domain.rst | 169 and access attributes. It is intended that memory partitions are used to 413 When defining a partition, we need to set access permission attributes 415 either an MPU or MMU, the available partition attributes would be architecture 418 The complete list of available partition attributes for a specific architecture 421 Some examples of partition attributes are:
|
/Zephyr-Core-2.7.6/doc/guides/west/ |
D | west-apis.rst | 47 Instance attributes: 291 .. (note: attributes are part of the class docstring) 302 The *remote_name* and *name_and_path* attributes. 305 The *group_filter* and *submodules* attributes.
|
/Zephyr-Core-2.7.6/cmake/linker_script/common/ |
D | debug-sections.cmake | 11 zephyr_linker_section(NAME .gnu.build.attributes ADDRESS 0)
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/common/bootloader/ |
D | manifest.h | 170 uint32_t attributes[4]; member
|
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/cortex_a_r/scripts/ |
D | linker.ld | 334 SECTION_PROLOGUE(.ARM.attributes, 0,) 336 KEEP(*(.ARM.attributes)) 337 KEEP(*(.gnu.attributes))
|
/Zephyr-Core-2.7.6/include/arch/riscv/common/ |
D | linker.ld | 358 SECTION_PROLOGUE(.riscv.attributes, 0,) 360 KEEP(*(.riscv.attributes)) 361 KEEP(*(.gnu.attributes))
|
/Zephyr-Core-2.7.6/soc/riscv/esp32c3/ |
D | linker.ld | 329 SECTION_PROLOGUE(.riscv.attributes, 0,) 331 KEEP(*(.riscv.attributes)) 332 KEEP(*(.gnu.attributes))
|
/Zephyr-Core-2.7.6/soc/riscv/riscv-privilege/andes_v5/ae350/ |
D | linker.ld | 368 SECTION_PROLOGUE(.riscv.attributes, 0,) 370 KEEP(*(.riscv.attributes)) 371 KEEP(*(.gnu.attributes))
|
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/cortex_m/scripts/ |
D | linker.ld | 449 SECTION_PROLOGUE(.ARM.attributes, 0,) 451 KEEP(*(.ARM.attributes)) 452 KEEP(*(.gnu.attributes))
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | CMakeLists.txt | 123 Security is disabled for incoming requests for GATT attributes and L2CAP
|
/Zephyr-Core-2.7.6/doc/guides/dts/ |
D | design.rst | 53 Zephyr's binding language *semantics* can support Zephyr-specific attributes,
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_s1000/ |
D | linker.ld | 167 * Cache attributes for memory addresses: 182 * attributes.
|