Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 25 of 56) sorted by relevance

123

/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c380 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 …]
Dnbr.c23 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()
Dnbr.h119 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,
Dnet_if.c5160 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/
Dgptp_private.h133 const char *caller, int line);
150 const char *caller, int line);
Dgptp_mi.c73 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()
Dgptp_messages.c147 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/
Dmisc.c78 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()
Dppp_internal.h119 const char *caller, int line);
128 const char *caller, int line);
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h1554 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/
Dmain.c588 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/
Dsh_common.source58 # 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/
Dsdhc.rst28 :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/
Dlinker_flags.cmake5 # All flags should be described, and the caller should know the flag name to use.
/Zephyr-latest/doc/connectivity/networking/api/
Dethernet_mgmt.rst14 network interface low level status. The caller of these functions can:
Dcapture.rst41 * When cooked mode capture API is used, the caller must specify what is the
/Zephyr-latest/samples/subsys/llext/modules/
DREADME.rst21 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/
Dspi.c578 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/
DREADME.rst80 loading subtree to destination provided by the caller
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst408 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/
DREADME_WINDOWS.rst89 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/
Dfloat.rst104 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/
Dread_and_decode.rst22 a buffer provided by the caller. Decode (:c:func:`sensor_decode`) then
/Zephyr-latest/doc/kernel/services/
Dpolling.rst55 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/
Dindex.rst49 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

123