Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 18 of 18) sorted by relevance

/subsys/bluetooth/mesh/
A Ddfu_slot.c31 static struct slot { struct
33 struct bt_mesh_dfu_slot slot; argument
48 static bool slot_eq(const struct bt_mesh_dfu_slot *slot, in slot_eq()
128 struct slot *slot = NULL; in bt_mesh_dfu_slot_reserve() local
159 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_info_set() local
178 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_fwid_set() local
204 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_commit() local
228 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_release() local
239 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_del() local
279 int bt_mesh_dfu_slot_get(const uint8_t *fwid, size_t fwid_len, struct bt_mesh_dfu_slot **slot) in bt_mesh_dfu_slot_get()
A Ddfd_srv.c89 static int slot_del(struct bt_mesh_dfd_srv *srv, const struct bt_mesh_dfu_slot *slot) in slot_del()
195 static enum bt_mesh_dfu_iter slot_space_cb(const struct bt_mesh_dfu_slot *slot, in slot_space_cb()
610 struct bt_mesh_dfu_slot *slot = bt_mesh_dfu_slot_reserve(); in handle_upload_start_oob() local
693 struct bt_mesh_dfu_slot *slot; in handle_fw_get() local
717 const struct bt_mesh_dfu_slot *slot; in handle_fw_get_by_index() local
751 static enum bt_mesh_dfu_iter slot_del_cb(const struct bt_mesh_dfu_slot *slot, in slot_del_cb()
1220 struct bt_mesh_dfu_slot *slot; in bt_mesh_dfd_srv_fw_delete() local
1259 const struct bt_mesh_dfu_slot *slot, int status, in bt_mesh_dfd_srv_oob_check_complete()
1292 const struct bt_mesh_dfu_slot *slot, bool success, in bt_mesh_dfd_srv_oob_store_complete()
A Ddfu_cli.c1207 const struct bt_mesh_dfu_slot *slot, in bt_mesh_dfu_cli_metadata_check()
/subsys/net/lib/tls_credentials/
A Dtls_credentials_trusted.c95 static int credentials_toc_update(unsigned int slot, psa_storage_uid_t uid) in credentials_toc_update()
115 unsigned int slot; in tls_credential_toc_find_slot() local
131 unsigned int slot; in credentials_init() local
236 unsigned int slot; in credential_next_get() local
268 unsigned int slot; in credential_next_tag_get() local
332 unsigned int slot; in tls_credential_add() local
376 unsigned int slot; in tls_credential_get() local
424 unsigned int slot; in tls_credential_delete() local
/subsys/mgmt/mcumgr/grp/img_mgmt/src/
A Dzephyr_img_mgmt.c134 img_mgmt_flash_area_id(int slot) in img_mgmt_flash_area_id()
193 static int img_mgmt_get_unused_slot_area_id(int slot) in img_mgmt_get_unused_slot_area_id()
234 int slot = 0; in img_mgmt_get_unused_slot_area_id() local
279 int img_mgmt_erase_slot(int slot) in img_mgmt_erase_slot()
317 int img_mgmt_write_pending(int slot, bool permanent) in img_mgmt_write_pending()
347 int img_mgmt_read(int slot, unsigned int offset, void *dst, unsigned int num_bytes) in img_mgmt_read()
525 int img_mgmt_swap_type(int slot) in img_mgmt_swap_type()
808 int img_mgmt_erased_val(int slot, uint8_t *erased_val) in img_mgmt_erased_val()
A Dimg_mgmt_state.c159 int slot = img_mgmt_get_opposite_slot(active_slot); in img_mgmt_get_next_boot_slot() local
204 static int read_directxip_state(int slot) in read_directxip_state()
334 img_mgmt_slot_in_use(int slot) in img_mgmt_slot_in_use()
376 img_mgmt_state_set_pending(int slot, int permanent) in img_mgmt_state_set_pending()
433 static bool img_mgmt_state_encode_slot(struct smp_streamer *ctxt, uint32_t slot, int state_flags) in img_mgmt_state_encode_slot()
602 static int img_mgmt_set_next_boot_slot_common(int slot, int active_slot, bool confirm) in img_mgmt_set_next_boot_slot_common()
650 int img_mgmt_set_next_boot_slot(int slot, bool confirm) in img_mgmt_set_next_boot_slot()
726 int img_mgmt_set_next_boot_slot(int slot, bool confirm) in img_mgmt_set_next_boot_slot()
750 int slot; in img_mgmt_state_write() local
A Dimg_mgmt.c191 static int img_mgmt_find_tlvs(int slot, size_t *start_off, size_t *end_off, uint16_t magic) in img_mgmt_find_tlvs()
215 int slot = 0; in img_mgmt_active_slot() local
424 uint32_t slot = img_mgmt_get_opposite_slot(img_mgmt_active_slot(img_mgmt_active_image())); in img_mgmt_erase() local
/subsys/net/lib/dhcpv4/
A Ddhcpv4_server.c59 struct dhcpv4_addr_slot *slot; member
86 struct dhcpv4_addr_slot *slot = &ctx->addr_pool[i]; in dhcpv4_server_timeout_recalc() local
779 struct dhcpv4_addr_slot *slot) in dhcpv4_probe_address()
842 struct dhcpv4_addr_slot *slot = &ctx->addr_pool[i]; in echo_reply_handler() local
893 struct dhcpv4_addr_slot *slot, in dhcpv4_server_probe_setup()
918 struct dhcpv4_addr_slot *slot) in dhcpv4_server_probe_timeout()
936 struct dhcpv4_addr_slot *slot) in dhcpv4_server_is_slot_probed()
1012 struct dhcpv4_addr_slot *slot = in dhcpv4_handle_discover() local
1554 int ret, sock = -1, slot = -1; in net_dhcpv4_server_start() local
1694 int slot = -1; in net_dhcpv4_server_stop() local
[all …]
/subsys/mgmt/mcumgr/grp/img_mgmt/include/mgmt/mcumgr/grp/img_mgmt/
A Dimg_mgmt_priv.h96 static inline int img_mgmt_slot_to_image(int slot) in img_mgmt_slot_to_image()
111 static inline int img_mgmt_get_opposite_slot(int slot) in img_mgmt_get_opposite_slot()
/subsys/bluetooth/mesh/shell/
A Ddfu.c377 struct bt_mesh_dfu_slot *slot; in cmd_dfu_slot_add() local
424 const struct bt_mesh_dfu_slot *slot; in cmd_dfu_slot_del() local
458 static void slot_info_print(const struct shell *sh, const struct bt_mesh_dfu_slot *slot, in slot_info_print()
483 const struct bt_mesh_dfu_slot *slot; in cmd_dfu_slot_get() local
668 const struct bt_mesh_dfu_slot *slot; in cmd_dfu_target_check() local
A Ddfd.c57 static enum bt_mesh_dfu_iter slot_space_cb(const struct bt_mesh_dfu_slot *slot, in slot_space_cb()
344 const struct bt_mesh_dfu_slot *slot = bt_mesh_dfu_slot_at(idx); in cmd_dfd_fw_get_by_idx() local
/subsys/net/l2/ethernet/lldp/
A Dlldp.c206 int slot) in lldp_start_timer()
240 int ret, slot; in lldp_start() local
/subsys/dfu/img_util/
A Dflash_img.c258 uint8_t slot; in flash_img_get_upload_slot() local
/subsys/logging/backends/
A Dlog_backend_adsp_mtrace.c78 struct adsp_debug_slot *slot = (struct adsp_debug_slot *) in mtrace_out() local
/subsys/bluetooth/controller/flash/
A Dsoc_flash_nrf_ticker.c31 uint32_t slot; /* timeslot length. */ member
/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
A Dimg_mgmt_client.c566 int img_mgmt_client_erase(struct img_mgmt_client *client, uint32_t slot) in img_mgmt_client_erase()
/subsys/dfu/boot/
A Dmcuboot.c99 uint8_t slot, fa_id; in boot_fetch_active_slot() local
/subsys/net/lib/dns/
A Dresolve.c1572 static void dns_resolve_cancel_slot(struct dns_resolve_context *ctx, int slot) in dns_resolve_cancel_slot()

Completed in 71 milliseconds