Searched defs:object (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | kobject.h | 157 static inline void z_impl_k_object_access_grant(const void *object, in z_impl_k_object_access_grant() 167 static inline void k_object_access_revoke(const void *object, in k_object_access_revoke() 177 static inline void z_impl_k_object_release(const void *object) in z_impl_k_object_release() 182 static inline void k_object_access_all_grant(const void *object) in k_object_access_all_grant()
|
/Zephyr-latest/kernel/ |
D | userspace_handler.c | 56 static inline void z_vrfy_k_object_access_grant(const void *object, in z_vrfy_k_object_access_grant() 69 static inline void z_vrfy_k_object_release(const void *object) in z_vrfy_k_object_release()
|
D | userspace.c | 701 void z_impl_k_object_access_grant(const void *object, struct k_thread *thread) in z_impl_k_object_access_grant() 710 void k_object_access_revoke(const void *object, struct k_thread *thread) in k_object_access_revoke() 719 void z_impl_k_object_release(const void *object) in z_impl_k_object_release() 724 void k_object_access_all_grant(const void *object) in k_object_access_all_grant()
|
/Zephyr-latest/include/zephyr/linker/ |
D | linker-defs.h | 47 #define CREATE_OBJ_LEVEL(object, level) \ argument
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_ots.c | 22 static struct object { struct 29 struct object *object; argument
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_nosec.py | 33 …t_105(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nosec: str, helperclient: object):
|
/Zephyr-latest/scripts/ruff/ |
D | gen_lint_exclude.py | 20 def __eq__(self, other: object) -> bool:
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_obj_manager.c | 154 struct bt_gatt_ots_object **object) in bt_gatt_ots_obj_manager_obj_get() 183 struct bt_gatt_ots_object **object) in bt_gatt_ots_obj_manager_obj_add()
|
/Zephyr-latest/modules/canopennode/ |
D | CO_driver_target.h | 68 void *object; member
|
D | CO_driver.c | 306 void *object, in CO_CANrxBufferInit()
|
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 106 } object; member
|