Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/tests/posix/common/src/
Dmqueue.c71 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/
Darm_mmu.h67 #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/
Dperipheral.c36 static struct bt_gatt_attr attrs[] = { variable
/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h122 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/
Dtest_msgq_attrs.c16 struct k_msgq_attrs attrs; in attrs_get() local
/Zephyr-latest/samples/sensor/mcux_lpcmp/src/
Dmain.c19 static const struct lpcmp_attr attrs[] = { variable
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_link_format.c188 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
Dlwm2m_observation.c219 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/
Dxtensa_mmu.h106 const uint32_t attrs; member
/Zephyr-latest/samples/sensor/mcux_acmp/src/
Dmain.c41 static const struct acmp_attr attrs[] = { variable
/Zephyr-latest/kernel/
Dmsg_q.c198 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/
Darm_mmu.c263 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
Darm_mmu_priv.h181 uint32_t attrs; member
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dmain.c83 static struct bt_gatt_attr attrs[] = { variable
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c135 const struct bt_gatt_attr *attrs[2]; in test_main() local
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dmain.c54 static struct bt_gatt_attr attrs[] = { variable
/Zephyr-latest/lib/posix/options/
Dmqueue.c59 struct mq_attr *attrs = NULL; in mq_open() local
302 struct k_msgq_attrs attrs; in mq_getattr() local
/Zephyr-latest/arch/arm64/core/
Dmmu.c657 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/
Dmain.c65 static struct bt_gatt_attr attrs[] = { variable
/Zephyr-latest/arch/xtensa/core/
Dptables.c217 const uint32_t attrs) in map_memory_range()
251 const uint32_t attrs) in map_memory()
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_common.c93 va_list attrs; in test_ase_get() local
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c378 struct bt_gatt_attr *attrs = svc->attrs; in gatt_register() local
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h317 const struct bt_gatt_attr *attrs; member
325 struct bt_gatt_attr *attrs; member
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h303 struct bt_sdp_attribute *attrs; /**< Base addr of attr array */ member
/Zephyr-latest/tests/drivers/can/api/src/
Dclassic.c954 struct k_msgq_attrs attrs; in ZTEST_USER() local

12