Home
last modified time | relevance | path

Searched defs:obj_type (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/tracing/
Dtracing_macros.h17 #define SYS_PORT_TRACING_OBJ_INIT(obj_type, obj, ...) do { } while (false) argument
18 #define SYS_PORT_TRACING_OBJ_FUNC(obj_type, func, obj, ...) do { } while (false) argument
19 #define SYS_PORT_TRACING_OBJ_FUNC_ENTER(obj_type, func, obj, ...) do { } while (false) argument
20 #define SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(obj_type, func, obj, ...) do { } while (false) argument
21 #define SYS_PORT_TRACING_OBJ_FUNC_EXIT(obj_type, func, obj, ...) do { } while (false) argument
283 #define SYS_PORT_TRACING_OBJ_INIT(obj_type, obj, ...) \ argument
301 #define SYS_PORT_TRACING_OBJ_FUNC(obj_type, func, obj, ...) \ argument
320 #define SYS_PORT_TRACING_OBJ_FUNC_ENTER(obj_type, func, obj, ...) \ argument
337 #define SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(obj_type, func, obj, timeout, ...) \ argument
355 #define SYS_PORT_TRACING_OBJ_FUNC_EXIT(obj_type, func, obj, ...) \ argument
/Zephyr-latest/tests/kernel/obj_core/obj_core/src/
Dmain.c88 struct k_obj_type *obj_type; in common_obj_core_test() local
146 struct k_obj_type *obj_type; in ZTEST() local
/Zephyr-latest/subsys/net/lib/shell/
Dsockets.c136 struct k_obj_type *obj_type; in cmd_net_sockets() local
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_mcp.h181 uint16_t obj_type; member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c70 uint16_t obj_type; member