/Zephyr-latest/subsys/net/ip/ |
D | net_pkt.c | 380 const char *caller, in net_pkt_get_reserve_data_debug() argument 412 net_pkt_alloc_add(frag, false, caller, line); in net_pkt_get_reserve_data_debug() 417 frag, frag->ref, caller, line); in net_pkt_get_reserve_data_debug() 429 const char *caller, int line) in net_pkt_get_frag_debug() argument 443 caller, line); in net_pkt_get_frag_debug() 454 caller, line); in net_pkt_get_frag_debug() 461 return net_pkt_get_reserve_tx_data_debug(min_len, timeout, caller, line); in net_pkt_get_frag_debug() 469 const char *caller, int line) in net_pkt_get_reserve_rx_data_debug() argument 471 return net_pkt_get_reserve_data_debug(&rx_bufs, min_len, timeout, caller, line); in net_pkt_get_reserve_rx_data_debug() 475 const char *caller, int line) in net_pkt_get_reserve_tx_data_debug() argument [all …]
|
D | nbr.c | 23 void net_nbr_unref_debug(struct net_nbr *nbr, const char *caller, int line) in net_nbr_unref_debug() argument 30 NET_DBG("nbr %p ref %u (%s():%d)", nbr, nbr->ref - 1, caller, line); in net_nbr_unref_debug() 44 struct net_nbr *net_nbr_ref_debug(struct net_nbr *nbr, const char *caller, in net_nbr_ref_debug() argument 51 NET_DBG("nbr %p ref %u (%s():%d)", nbr, nbr->ref + 1, caller, line); in net_nbr_ref_debug()
|
D | nbr.h | 119 void net_nbr_unref_debug(struct net_nbr *nbr, const char *caller, int line); 131 struct net_nbr *net_nbr_ref_debug(struct net_nbr *nbr, const char *caller,
|
D | net_if.c | 5160 const char *caller, in net_if_addr_ref_debug() argument 5175 __ASSERT(iface, "iface is NULL (%s():%d)", caller, line); in net_if_addr_ref_debug() 5189 caller, line); in net_if_addr_ref_debug() 5203 caller, line); in net_if_addr_ref_debug() 5213 const char *caller, int line) in net_if_addr_unref_debug() argument 5228 __ASSERT(iface, "iface is NULL (%s():%d)", caller, line); in net_if_addr_unref_debug() 5240 caller, line); in net_if_addr_unref_debug() 5253 caller, line); in net_if_addr_unref_debug() 5267 ref - 1, caller, line); in net_if_addr_unref_debug()
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_private.h | 133 const char *caller, int line); 150 const char *caller, int line);
|
D | gptp_mi.c | 73 const char *caller, in gptp_change_port_state_debug() argument 88 state2str(state), caller, line); in gptp_change_port_state_debug() 99 const char *caller, in gptp_change_pa_info_state_debug() argument 115 pa_info_state2str(state), caller, line); in gptp_change_pa_info_state_debug()
|
D | gptp_messages.c | 147 const char *caller, in setup_gptp_frame_debug() argument 161 NET_BUF_TIMEOUT, caller, line); in setup_gptp_frame_debug()
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | misc.c | 78 const char *caller, int line) in ppp_change_phase_debug() argument 95 ppp_phase_str(new_phase), new_phase, caller, line); in ppp_change_phase_debug() 269 const char *caller, int line) in ppp_change_state_debug() argument 286 ppp_state_str(new_state), new_state, caller, line); in ppp_change_state_debug()
|
D | ppp_internal.h | 119 const char *caller, int line); 128 const char *caller, int line);
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 1554 const char *caller, 1562 const char *caller, 1569 const char *caller, 1576 const char *caller, int line); 1580 void net_pkt_unref_debug(struct net_pkt *pkt, const char *caller, int line); 1583 struct net_pkt *net_pkt_ref_debug(struct net_pkt *pkt, const char *caller, 1588 const char *caller, int line); 1592 const char *caller, int line); 1599 const char *caller, int line); 1604 const char *caller, int line); [all …]
|
/Zephyr-latest/tests/net/lib/dns_resolve/src/ |
D | main.c | 588 const char *caller; member 601 DBG("Caller %s\n", expected->caller); in dns_result_cb() 614 .caller = __func__, in ZTEST() 643 .caller = __func__, in ZTEST() 670 const char *caller; member 683 DBG("Caller %s\n", expected->caller); in dns_result_numeric_cb() 714 .caller = __func__, in ZTEST() 742 .caller = __func__, in ZTEST()
|
/Zephyr-latest/tests/bsim/ |
D | sh_common.source | 58 # For a caller running from a tests_script/ folder, get the path of its parent 65 # For a caller running from a tests_script/ folder, get the path of its parent
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 28 :c:struct:`sdhc_data` data structure. The caller may check the return code, 30 SDHC request succeeded. The data structure allows the caller to specify a
|
/Zephyr-latest/cmake/linker/ld/gcc/ |
D | linker_flags.cmake | 5 # All flags should be described, and the caller should know the flag name to use.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ethernet_mgmt.rst | 14 network interface low level status. The caller of these functions can:
|
D | capture.rst | 41 * When cooked mode capture API is used, the caller must specify what is the
|
/Zephyr-latest/samples/subsys/llext/modules/ |
D | README.rst | 21 application. The caller code used in this case is in 26 load the extension and call the function. The caller code is in
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/ |
D | spi.c | 578 static K_SEM_DEFINE(caller, 0, 1); 666 k_sem_take(&caller, K_FOREVER); in spi_async_call() 740 &async_evt, &caller, NULL, in ZTEST()
|
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 80 loading subtree to destination provided by the caller
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 408 in the memory passed in by the caller. 479 memory from the caller's resource pool via :c:func:`z_thread_malloc()`. This 483 reported, to a caller, with returning the ``-ENOMEM`` . The ``K_OOPS()`` 532 to pass these pointers to the implementation function directly. The caller's 562 failures should propagate a return value to the caller, and which should 572 should trigger a :c:macro:`K_OOPS`. This happens when the caller doesn't have 585 caller. 604 caller if possible.
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 89 on its behalf) can see its caller's potentially-spilled stack pointer 107 caller-save. When using CALLn, you always need to overlap 4 registers
|
/Zephyr-latest/doc/kernel/services/other/ |
D | float.rst | 104 Additionally, the *caller-saved* floating point registers are saved on 107 the switched-in thread and the *caller-saved* FP context is restored from 181 Additionally, the *caller-saved* floating point registers are saved on 184 the switched-in thread and the *caller-saved* FP context is restored from
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 22 a buffer provided by the caller. Decode (:c:func:`sensor_decode`) then
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 55 nature of the kernel. The caller must look at the state of all the poll events 60 the poll event states that the semaphore is available, the caller of
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 49 io_uring_submit call. This call may block the caller when a number of 161 When a read is needed, the caller simply needs to replace the call
|