/Zephyr-latest/tests/posix/common/src/ |
D | mqueue.c | 71 struct mq_attr attrs; in ZTEST() local 120 struct mq_attr attrs = { in ZTEST() local 169 struct mq_attr attrs = { in ZTEST() local 201 struct mq_attr attrs = { in ZTEST() local 241 struct mq_attr attrs = { in ZTEST() local
|
/Zephyr-latest/include/zephyr/arch/arm/mmu/ |
D | arm_mmu.h | 67 #define MMU_REGION_FLAT_ENTRY(name, adr, sz, attrs) \ argument 86 #define MMU_REGION_DT_FLAT_ENTRY(node_id, attrs) \ argument 120 uint32_t attrs; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | peripheral.c | 36 static struct bt_gatt_attr attrs[] = { variable
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | arm_mmu.h | 122 uint32_t attrs; member 152 #define MMU_REGION_FLAT_ENTRY(name, adr, sz, attrs) \ argument 171 #define MMU_REGION_DT_FLAT_ENTRY(node_id, attrs) \ argument 216 typedef struct { uint32_t attrs; } k_mem_partition_attr_t; member
|
/Zephyr-latest/tests/kernel/msgq/msgq_api/src/ |
D | test_msgq_attrs.c | 16 struct k_msgq_attrs attrs; in attrs_get() local
|
/Zephyr-latest/samples/sensor/mcux_lpcmp/src/ |
D | main.c | 19 static const struct lpcmp_attr attrs[] = { variable
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_link_format.c | 188 struct lwm2m_attr **attrs, uint8_t *buf, in put_attributes() 210 static void get_attributes(const void *ref, struct lwm2m_attr **attrs) in get_attributes() 227 struct lwm2m_attr *attrs[NR_LWM2M_ATTR] = { 0 }; in put_corelink_attributes() local 241 struct lwm2m_attr *attrs[NR_LWM2M_ATTR] = { 0 }; in put_corelink_attributes_resource() local
|
D | lwm2m_observation.c | 219 struct notification_attrs *attrs, uint16_t srv_obj_inst) in engine_observe_get_attributes() 590 struct notification_attrs attrs; in engine_add_observer() local 672 struct notification_attrs attrs; in engine_add_composite_observer() local 1034 struct notification_attrs attrs = {0}; in lwm2m_update_observer_min_period() local 1073 struct notification_attrs attrs = {0}; in lwm2m_update_observer_max_period() local 1436 struct notification_attrs attrs; in engine_observe_shedule_next_event() local
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | xtensa_mmu.h | 106 const uint32_t attrs; member
|
/Zephyr-latest/samples/sensor/mcux_acmp/src/ |
D | main.c | 41 static const struct acmp_attr attrs[] = { variable
|
/Zephyr-latest/kernel/ |
D | msg_q.c | 198 void z_impl_k_msgq_get_attrs(struct k_msgq *msgq, struct k_msgq_attrs *attrs) in z_impl_k_msgq_get_attrs() 207 struct k_msgq_attrs *attrs) in z_vrfy_k_msgq_get_attrs()
|
/Zephyr-latest/arch/arm/core/mmu/ |
D | arm_mmu.c | 263 static struct arm_mmu_perms_attrs arm_mmu_convert_attr_flags(uint32_t attrs) in arm_mmu_convert_attr_flags() 742 uint32_t attrs; in z_arm_mmu_init() local
|
D | arm_mmu_priv.h | 181 uint32_t attrs; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/ |
D | main.c | 83 static struct bt_gatt_attr attrs[] = { variable
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_server_test.c | 135 const struct bt_gatt_attr *attrs[2]; in test_main() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/ |
D | main.c | 54 static struct bt_gatt_attr attrs[] = { variable
|
/Zephyr-latest/lib/posix/options/ |
D | mqueue.c | 59 struct mq_attr *attrs = NULL; in mq_open() local 302 struct k_msgq_attrs attrs; in mq_getattr() local
|
/Zephyr-latest/arch/arm64/core/ |
D | mmu.c | 657 static uint64_t get_region_desc(uint32_t attrs) in get_region_desc() 739 uintptr_t phys, uintptr_t virt, size_t size, uint32_t attrs) in __add_map() 754 uintptr_t phys, uintptr_t virt, size_t size, uint32_t attrs) in add_map() 798 uint32_t attrs; member 858 static inline void inv_dcache_after_map_helper(void *virt, size_t size, uint32_t attrs) in inv_dcache_after_map_helper() 1239 uintptr_t phys, uintptr_t virt, size_t size, uint32_t attrs) in private_map()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/ |
D | main.c | 65 static struct bt_gatt_attr attrs[] = { variable
|
/Zephyr-latest/arch/xtensa/core/ |
D | ptables.c | 217 const uint32_t attrs) in map_memory_range() 251 const uint32_t attrs) in map_memory()
|
/Zephyr-latest/tests/bluetooth/audio/ascs/src/ |
D | test_common.c | 93 va_list attrs; in test_ase_get() local
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 378 struct bt_gatt_attr *attrs = svc->attrs; in gatt_register() local
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 317 const struct bt_gatt_attr *attrs; member 325 struct bt_gatt_attr *attrs; member
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | sdp.h | 303 struct bt_sdp_attribute *attrs; /**< Base addr of attr array */ member
|
/Zephyr-latest/tests/drivers/can/api/src/ |
D | classic.c | 954 struct k_msgq_attrs attrs; in ZTEST_USER() local
|