Home
last modified time | relevance | path

Searched defs:new (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/subsys/net/l2/ppp/
Dmisc.c45 enum ppp_phase new) in validate_phase_transition()
69 enum ppp_phase new) in validate_phase_transition()
209 enum ppp_state new) in validate_state_transition()
260 enum ppp_state new) in validate_state_transition()
/Zephyr-latest/arch/arm64/include/
Dkernel_arch_func.h45 struct k_thread *new = switch_to; in arch_switch() local
/Zephyr-latest/arch/arm/include/cortex_a_r/
Dkernel_arch_func.h68 struct k_thread *new = switch_to; in arch_switch() local
/Zephyr-latest/arch/riscv/include/
Dkernel_arch_func.h67 struct k_thread *new = switch_to; in arch_switch() local
/Zephyr-latest/scripts/build/
Dparse_syscalls.py143 def update_file_if_changed(path, new): argument
/Zephyr-latest/include/zephyr/xen/
Dgeneric.h29 #define synch_cmpxchg(ptr, old, new) \ argument
/Zephyr-latest/scripts/native_simulator/native/src/
Dirq_ctrl.c61 void hw_irq_ctrl_set_cur_prio(int new) in hw_irq_ctrl_set_cur_prio()
/Zephyr-latest/boards/native/native_posix/
Dirq_ctrl.c65 void hw_irq_ctrl_set_cur_prio(int new) in hw_irq_ctrl_set_cur_prio()
/Zephyr-latest/lib/posix/options/
Dfs.c339 int rename(const char *old, const char *new) in rename()
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_wb0.c666 uint32_t old, new; in lsi_rt_measure_loop() local
/Zephyr-latest/subsys/bluetooth/services/
Ddis.c271 static void dis_update_udi_value(const char *new, char *old, settings_read_cb read_cb, in dis_update_udi_value()
/Zephyr-latest/lib/utils/
Drb.c41 uintptr_t new = (uintptr_t) val; in set_child() local
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c1015 uint16_t new; in pacs_disconnected() local
1027 uint16_t new; in pacs_disconnected() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c338 double new = 0; in cmd_write() local
/Zephyr-latest/subsys/net/ip/
Droute.c311 static inline bool route_preference_is_lower(uint8_t old, uint8_t new) in route_preference_is_lower()
Dnet_pkt.c949 struct net_buf *new; local