Searched defs:otype (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/kernel/ |
D | userspace_handler.c | 13 enum k_objects otype, in validate_kernel_object() 40 bool k_object_is_valid(const void *obj, enum k_objects otype) in k_object_is_valid() 79 static inline void *z_vrfy_k_object_alloc(enum k_objects otype) in z_vrfy_k_object_alloc() 85 static inline void *z_vrfy_k_object_alloc_size(enum k_objects otype, size_t size) in z_vrfy_k_object_alloc_size()
|
D | userspace.c | 83 const char *otype_to_str(enum k_objects otype) in otype_to_str() 191 static size_t obj_size_get(enum k_objects otype) in obj_size_get() 205 static size_t obj_align_get(enum k_objects otype) in obj_align_get() 321 static struct k_object *dynamic_object_create(enum k_objects otype, size_t align, in dynamic_object_create() 396 static void *z_object_alloc(enum k_objects otype, size_t size) in z_object_alloc() 450 void *z_impl_k_object_alloc(enum k_objects otype) in z_impl_k_object_alloc() 455 void *z_impl_k_object_alloc_size(enum k_objects otype, size_t size) in z_impl_k_object_alloc_size() 674 enum k_objects otype) in k_object_dump_error() 733 int k_object_validate(struct k_object *ko, enum k_objects otype, in k_object_validate()
|
/Zephyr-latest/include/zephyr/sys/ |
D | kobject.h | 187 static inline bool k_object_is_valid(const void *obj, enum k_objects otype) in k_object_is_valid() 256 static inline void *z_impl_k_object_alloc(enum k_objects otype) in z_impl_k_object_alloc() 263 static inline void *z_impl_k_object_alloc_size(enum k_objects otype, in z_impl_k_object_alloc_size()
|
/Zephyr-latest/include/zephyr/internal/ |
D | syscall_handler.h | 524 enum k_objects otype, in k_object_validation_check()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_stm32.c | 290 uint32_t mode, otype, ospeed, pupd; in gpio_stm32_configure_raw() local
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | kobject.c | 1395 enum k_objects otype = K_OBJ_ANY; in ZTEST() local
|