/Zephyr-Core-3.7.0/tests/net/socket/register/src/ |
D | main.c | 20 int type; member 169 static int socket_test(int family, int type, int proto) in socket_test() 185 static int socket_test_ok(int family, int type, int proto) in socket_test_ok() 191 static bool is_tls(int family, int type, int proto) in is_tls() 202 static bool is_packet(int family, int type, int proto) in is_packet() 214 static bool is_can(int family, int type, int proto) in is_can() 223 static bool is_ip(int family, int type, int proto) in is_ip()
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/keys/bt_keys_add_type/src/ |
D | main.c | 35 int type = testing_type_lut[it]; in ZTEST() local 60 int type = BT_KEYS_ALL; in ZTEST() local 84 int type = BT_KEYS_ALL; in ZTEST() local
|
/Zephyr-Core-3.7.0/tests/drivers/clock_control/nrf_lf_clock_start/src/ |
D | main.c | 14 static void xtal_check(bool on, nrf_clock_lfclk_t type) in xtal_check() 29 static void rc_check(bool on, nrf_clock_lfclk_t type) in rc_check() 39 static void synth_check(bool on, nrf_clock_lfclk_t type) in synth_check()
|
/Zephyr-Core-3.7.0/drivers/i3c/ |
D | i3c_test.c | 19 enum i3c_config_type type, void *config) in vnd_i3c_configure() 25 enum i3c_config_type type, void *config) in vnd_i3c_config_get()
|
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | state_binding.c | 111 void set_target(uint8_t type, void *dptr) in set_target() 174 int get_current(uint8_t type) in get_current() 206 int get_target(uint8_t type) in get_target()
|
/Zephyr-Core-3.7.0/subsys/net/lib/tls_credentials/ |
D | tls_credentials.c | 44 enum tls_credential_type type) in credential_get() 119 int tls_credential_add(sec_tag_t tag, enum tls_credential_type type, in tls_credential_add() 150 int tls_credential_get(sec_tag_t tag, enum tls_credential_type type, in tls_credential_get() 178 int tls_credential_delete(sec_tag_t tag, enum tls_credential_type type) in tls_credential_delete()
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | iterable_sections.h | 42 #define TYPE_SECTION_ITERABLE(type, varname, secname, section_postfix) \ argument 78 #define TYPE_SECTION_START_EXTERN(type, secname) \ argument 92 #define TYPE_SECTION_END_EXTERN(type, secname) \ argument 105 #define TYPE_SECTION_FOREACH(type, secname, iterator) \ argument 125 #define TYPE_SECTION_GET(type, secname, i, dst) do { \ argument 137 #define TYPE_SECTION_COUNT(type, secname, dst) do { \ argument
|
/Zephyr-Core-3.7.0/arch/arm/core/cortex_a_r/ |
D | reboot.c | 24 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-Core-3.7.0/arch/riscv/core/ |
D | reboot.c | 24 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-Core-3.7.0/soc/ti/lm3s6965/ |
D | sys_arch_reboot.c | 20 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-Core-3.7.0/modules/trusted-firmware-m/src/ |
D | reboot.c | 28 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-Core-3.7.0/lib/os/ |
D | reboot.c | 16 FUNC_NORETURN void sys_reboot(int type) in sys_reboot()
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/keys/bt_keys_get_type/src/ |
D | main.c | 77 int type; in ZTEST() local 116 int type = BT_KEYS_IRK; in ZTEST() local 139 int type; in ZTEST() local
|
/Zephyr-Core-3.7.0/tests/posix/common/src/ |
D | mutex_attr.c | 48 int type; in ZTEST() local 70 int type; in ZTEST() local
|
/Zephyr-Core-3.7.0/kernel/ |
D | obj_core.c | 14 struct k_obj_type *z_obj_type_init(struct k_obj_type *type, in z_obj_type_init() 25 void k_obj_core_init(struct k_obj_core *obj_core, struct k_obj_type *type) in k_obj_core_init() 44 struct k_obj_type *type) in k_obj_core_init_and_link() 61 struct k_obj_type *type; in k_obj_type_find() local 80 int k_obj_type_walk_locked(struct k_obj_type *type, in k_obj_type_walk_locked() 104 int k_obj_type_walk_unlocked(struct k_obj_type *type, in k_obj_type_walk_unlocked()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | tester.c | 38 static void cb_expect_rpa(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in cb_expect_rpa() 82 static void cb_expect_id(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in cb_expect_id() 100 static void scan_cb(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, struct net_buf_simple *ad) in scan_cb()
|
/Zephyr-Core-3.7.0/include/zephyr/tracing/ |
D | tracing_macros.h | 13 #define SYS_PORT_TRACING_FUNC(type, func, ...) do { } while (false) argument 14 #define SYS_PORT_TRACING_FUNC_ENTER(type, func, ...) do { } while (false) argument 15 #define SYS_PORT_TRACING_FUNC_BLOCKING(type, func, ...) do { } while (false) argument 16 #define SYS_PORT_TRACING_FUNC_EXIT(type, func, ...) do { } while (false) argument 23 #define SYS_PORT_TRACING_TRACKING_FIELD(type) argument 40 #define _SYS_PORT_TRACING_TYPE_MASK(type) \ argument 202 #define _SYS_PORT_TRACE_IS_DISABLED(type) sys_port_trace_##type##_is_disabled argument 204 #define _SYS_PORT_TRACE_IF_NOT_DISABLED(type, func, ...) \ argument 216 #define SYS_PORT_TRACING_TYPE_MASK(type, trace_call) \ argument 229 #define SYS_PORT_TRACING_FUNC(type, func, ...) \ argument [all …]
|
/Zephyr-Core-3.7.0/subsys/sensing/ |
D | sensing_sensor.c | 34 int sensing_sensor_get_reporters(const struct device *dev, int type, in sensing_sensor_get_reporters() 52 int sensing_sensor_get_reporters_count(const struct device *dev, int type) in sensing_sensor_get_reporters_count()
|
/Zephyr-Core-3.7.0/soc/litex/litex_vexriscv/ |
D | reboot.c | 15 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-Core-3.7.0/soc/atmel/sam/common/ |
D | soc_power.c | 17 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-Core-3.7.0/soc/ti/simplelink/cc32xx/ |
D | soc.c | 16 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-Core-3.7.0/subsys/net/l2/virtual/ |
D | virtual_mgmt.c | 25 enum virtual_interface_config_type type; in virtual_interface_set_config() local 89 enum virtual_interface_config_type type; in virtual_interface_get_config() local
|
/Zephyr-Core-3.7.0/include/zephyr/usb/ |
D | usbd_msg.h | 79 enum usbd_msg_type type; member 94 static inline const char *usbd_msg_type_string(const enum usbd_msg_type type) in usbd_msg_type_string()
|
/Zephyr-Core-3.7.0/samples/net/sockets/coap_server/src/ |
D | test.c | 26 uint8_t type; in piggyback_get() local 90 uint8_t type; in test_del() local 131 uint8_t type; in test_put() local 183 uint8_t type; in test_post() local
|
/Zephyr-Core-3.7.0/arch/arc/core/mpu/ |
D | arc_mpu.c | 36 static inline uint32_t get_region_attr_by_type(uint32_t type) in get_region_attr_by_type()
|