Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 30) sorted by relevance

12

/subsys/bluetooth/mesh/
A Ddfu_slot.c57 struct slot *s; in is_slot_committed() local
106 struct slot *s; in slot_index_defrag() local
257 struct slot *s; in bt_mesh_dfu_slot_del_all() local
268 struct slot *s; in bt_mesh_dfu_slot_at() local
281 struct slot *s; in bt_mesh_dfu_slot_get() local
299 struct slot *s; in bt_mesh_dfu_slot_img_idx_get() local
316 struct slot *s; in bt_mesh_dfu_slot_foreach() local
351 struct slot *s, *prev = NULL; in slot_data_load() local
A Dcrypto.c221 int bt_mesh_id128(const uint8_t n[16], const char *s, enum bt_mesh_key_type type, in bt_mesh_id128()
/subsys/usb/device/
A Dusb_descriptor.h24 #define USB_BSTRING_LENGTH(s) (sizeof(s) * 2 - 2) argument
36 #define USB_STRING_DESCRIPTOR_LENGTH(s) (sizeof(s) * 2) argument
/subsys/net/lib/http/
A Dhttp_parser_url.c147 enum state parse_url_char(enum state s, const char ch) in parse_url_char()
298 http_parse_host_char(enum http_host_state s, const char ch) in http_parse_host_char()
385 enum http_host_state s; in http_parse_host() local
479 enum state s; in http_parser_parse_url() local
/subsys/mgmt/hawkbit/
A Dhawkbit.c539 static int hawkbit_time2sec(const char *s) in hawkbit_time2sec()
1252 struct s_object *s = (struct s_object *)o; in s_start() local
1292 struct s_object *s = (struct s_object *)o; in s_http_start() local
1311 struct s_object *s = (struct s_object *)o; in s_http_end() local
1323 struct s_object *s = (struct s_object *)o; in s_probe() local
1370 struct s_object *s = (struct s_object *)o; in s_cancel() local
1432 struct s_object *s = (struct s_object *)o; in s_config_device() local
1470 struct s_object *s = (struct s_object *)o; in s_probe_deployment_base() local
1514 struct s_object *s = (struct s_object *)o; in s_report() local
1571 struct s_object *s = (struct s_object *)o; in s_download() local
[all …]
/subsys/testsuite/include/zephyr/
A Dinterrupt_util.h10 #define k_str_out_count(s) k_str_out((s), sizeof(s) - 1); argument
/subsys/net/lib/mqtt_sn/
A Dmqtt_sn_transport_udp.c22 static char *get_ip_str(const struct sockaddr *sa, char *s, size_t maxlen) in get_ip_str()
/subsys/bluetooth/controller/ll_sw/openisa/lll/
A Dlll_test.c85 uint32_t l, i, s, t; in isr_tx() local
/subsys/logging/
A Dlog_mgmt.c521 for (uint16_t s = 0; s < log_src_cnt_get(d); s++) { in link_filter_set() local
534 for (uint16_t s = 0; s < log_src_cnt_get(0); s++) { in backend_filter_set() local
A Dlog_core.c264 for (uint16_t s = 0; s < log_src_cnt_get(0); s++) { in log_core_init() local
A Dlog_output_syst.c667 const char *s; local
/subsys/net/ip/
A Dtp.c30 size_t tp_str_to_hex(void *buf, size_t bufsize, const char *s) in tp_str_to_hex()
328 enum tp_type tp_msg_to_type(const char *s) in tp_msg_to_type()
A Dnet_stats.h22 #define GET_STAT(iface, s) (iface ? iface->stats.s : net_stats.s) argument
23 #define GET_STAT_ADDR(iface, s) (iface ? &iface->stats.s : &net_stats.s) argument
26 #define GET_STAT(iface, s) (net_stats.s) argument
27 #define GET_STAT_ADDR(iface, s) (&GET_STAT(iface, s)) argument
A Dutils.c35 char *s = buf[++i % NBUFS]; in net_sprint_addr() local
/subsys/bluetooth/host/classic/
A Dl2cap_br_internal.h247 #define BT_L2CAP_S_FRAME_STD_CONTROL_SET(s, r, req_seq) \ argument
258 #define BT_L2CAP_S_FRAME_ENH_CONTROL_SET(s, p, f, req_seq) \ argument
269 #define BT_L2CAP_S_FRAME_EXT_CONTROL_SET(f, req_seq, s, p) \ argument
A Dl2cap_br.c75 #define L2CAP_BR_S_FRAME_UD_FLAG_SET(s) UINT_TO_POINTER(L2CAP_BR_S_FRAME_UD_FLAG | (s)) argument
416 __maybe_unused sys_snode_t *s = sys_slist_get(&conn->l2cap_data_ready); in lower_data_ready() local
698 static int l2cap_br_send_s_frame(struct bt_l2cap_br_chan *br_chan, uint8_t s, k_timeout_t timeout) in l2cap_br_send_s_frame()
1011 uint8_t s) in bt_l2cap_br_pack_s_frame_header()
5359 uint8_t s; in bt_l2cap_br_ret_fc_s_recv() local
A Davdtp.c38 #define AVDTP_GET_SIG_ID(s) (s & AVDTP_SIGID_MASK) argument
/subsys/logging/mipi_syst/
A Dplatform.h114 #define MIPI_SYST_HEAP_MALLOC(s) argument
/subsys/net/lib/zperf/
A Dzperf_internal.h15 #define IP6PREFIX_STR2(s) #s argument
/subsys/fs/ext2/
A Dext2_impl.c537 static char *strchrnul(const char *s, char c) in strchrnul()
545 static const char *skip_slash(const char *s) in skip_slash()
/subsys/net/lib/latmon/
A Dlatmon.c372 int s, on = 1; in net_latmon_get_socket() local
/subsys/net/lib/dns/
A Ddns_pack.h84 #define DNS_MSG_INIT(b, s) {.msg = b, .msg_size = s, \ argument
/subsys/bluetooth/controller/ll_sw/
A Disoal.c52 #define FSM_TO_STR(s) (s == ISOAL_START ? "START" : \ argument
56 #define STATE_TO_STR(s) (s == BT_ISO_SINGLE ? "SINGLE" : \ argument
A Dull.c3149 void ull_rxfifo_alloc(uint8_t s, uint8_t n, uint8_t f, uint8_t *l, uint8_t *m, in ull_rxfifo_alloc()
3180 void *ull_rxfifo_release(uint8_t s, uint8_t n, uint8_t f, uint8_t *l, uint8_t *m, in ull_rxfifo_release()
/subsys/net/l2/ethernet/gptp/
A Dgptp_mi.c1134 struct gptp_clk_master_sync_rcv_state *s; in gptp_mi_clk_master_sync_rcv_state_machine() local

Completed in 59 milliseconds

12