Home
last modified time | relevance | path

Searched defs:sname (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c189 const char *sname = &packet->data[plen]; in log_message_process() local
205 static const char *sname = "tp"; in trace_point_process() local
249 static const char *sname = "event"; in hw_event_process() local
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h165 const char sname[]; member
/Zephyr-latest/subsys/logging/
Dlog_mgmt.c373 const char *sname = log_source_name_get(Z_LOG_LOCAL_DOMAIN_ID, i); in log_source_id_get() local
Dlog_output.c694 const char *sname = source_id >= 0 ? log_source_name_get(domain_id, source_id) : NULL; in log_output_msg_process() local
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp.c339 const char *sname; in log_frontend_msg() local
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c493 static uint8_t *dhcpv4_encode_sname(uint8_t *buf, size_t *buflen, char *sname) in dhcpv4_encode_sname()