Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 175) sorted by relevance

1234567

/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.qsf230 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[0] -tag __ghrd_10m50daf484c6ges_mem_…
231 …t -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[0] -tag __ghrd_10m50daf484c…
232 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[1] -tag __ghrd_10m50daf484c6ges_mem_…
233 …t -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[1] -tag __ghrd_10m50daf484c…
234 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[2] -tag __ghrd_10m50daf484c6ges_mem_…
235 …t -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[2] -tag __ghrd_10m50daf484c…
236 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[3] -tag __ghrd_10m50daf484c6ges_mem_…
237 …t -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[3] -tag __ghrd_10m50daf484c…
238 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[4] -tag __ghrd_10m50daf484c6ges_mem_…
239 …t -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[4] -tag __ghrd_10m50daf484c…
[all …]
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials.c48 struct tls_credential *credential_get(sec_tag_t tag, in credential_get() argument
54 if (credentials[i].type == type && credentials[i].tag == tag) { in credential_get()
62 struct tls_credential *credential_next_get(sec_tag_t tag, in credential_next_get() argument
75 credentials[i].tag == tag) { in credential_next_get()
96 if (credentials[i].tag <= iter && iter != TLS_SEC_TAG_NONE) { in credential_next_tag_get()
101 if (lowest == TLS_SEC_TAG_NONE || credentials[i].tag < lowest) { in credential_next_tag_get()
102 lowest = credentials[i].tag; in credential_next_tag_get()
124 int tls_credential_add(sec_tag_t tag, enum tls_credential_type type, in tls_credential_add() argument
132 credential = credential_get(tag, type); in tls_credential_add()
144 credential->tag = tag; in tls_credential_add()
[all …]
Dtls_credentials_trusted.c44 static inline psa_storage_uid_t tls_credential_get_uid(uint32_t tag, in tls_credential_get_uid() argument
49 (tag & 0xffffffff); in tls_credential_get_uid()
217 credential->tag = tls_credential_uid_to_tag(uid); in credential_get_from_uid()
224 struct tls_credential *credential_get(sec_tag_t tag, in credential_get() argument
227 return credential_get_from_uid(tls_credential_get_uid(tag, type)); in credential_get()
232 struct tls_credential *credential_next_get(sec_tag_t tag, in credential_next_get() argument
241 uid = tls_credential_get_uid(iter->tag, iter->type); in credential_next_get()
258 tls_credential_uid_to_tag(uid) == tag) { in credential_next_get()
326 int tls_credential_add(sec_tag_t tag, enum tls_credential_type type, in tls_credential_add() argument
329 psa_storage_uid_t uid = tls_credential_get_uid(tag, type); in tls_credential_add()
[all …]
Dtls_internal.h22 sec_tag_t tag; member
47 struct tls_credential *credential_get(sec_tag_t tag,
55 struct tls_credential *credential_next_get(sec_tag_t tag,
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Devents.c176 char tag[50]; in event_ops() local
199 snprintf(tag, sizeof(tag), "events.post.immediate.%s", in event_ops()
202 "%-40s - Post events (nothing wakes)", tag); in event_ops()
212 snprintf(tag, sizeof(tag), "events.set.immediate.%s", in event_ops()
215 "%-40s - Set events (nothing wakes)", tag); in event_ops()
224 snprintf(tag, sizeof(tag), "events.wait.immediate.%s", in event_ops()
227 "%-40s - Wait for any events (no ctx switch)", tag); in event_ops()
236 snprintf(tag, sizeof(tag), "events.wait_all.immediate.%s", in event_ops()
239 "%-40s - Wait for all events (no ctx switch)", tag); in event_ops()
254 char tag[50]; in event_blocking_ops() local
[all …]
Dfifo.c96 char tag[50]; in fifo_ops() local
115 snprintf(tag, sizeof(tag), in fifo_ops()
119 "%-40s - Add data to FIFO (no ctx switch)", tag); in fifo_ops()
127 snprintf(tag, sizeof(tag), in fifo_ops()
131 "%-40s - Get data from FIFO (no ctx switch)", tag); in fifo_ops()
139 snprintf(tag, sizeof(tag), in fifo_ops()
143 "%-40s - Allocate to add data to FIFO (no ctx switch)", tag); in fifo_ops()
150 snprintf(tag, sizeof(tag), in fifo_ops()
154 "%-40s - Free when getting data from FIFO (no ctx switch)", tag); in fifo_ops()
270 char tag[50]; in fifo_blocking_ops() local
[all …]
Dlifo.c96 char tag[50]; in lifo_ops() local
115 snprintf(tag, sizeof(tag), in lifo_ops()
119 "%-40s - Add data to LIFO (no ctx switch)", tag); in lifo_ops()
127 snprintf(tag, sizeof(tag), in lifo_ops()
131 "%-40s - Get data from LIFO (no ctx switch)", tag); in lifo_ops()
139 snprintf(tag, sizeof(tag), in lifo_ops()
143 "%-40s - Allocate to add data to LIFO (no ctx switch)", tag); in lifo_ops()
150 snprintf(tag, sizeof(tag), in lifo_ops()
154 "%-40s - Free when getting data from LIFO (no ctx switch)", tag); in lifo_ops()
270 char tag[50]; in lifo_blocking_ops() local
[all …]
Dsema_test_signal_release.c109 char tag[50]; in sema_context_switch() local
142 snprintf(tag, sizeof(tag), in sema_context_switch()
147 "%-40s - Take a semaphore (context switch)", tag); in sema_context_switch()
160 snprintf(tag, sizeof(tag), in sema_context_switch()
165 "%-40s - Give a semaphore (context switch)", tag); in sema_context_switch()
241 char tag[50]; in sema_test_signal() local
263 snprintf(tag, sizeof(tag), in sema_test_signal()
267 "%-40s - Give a semaphore (no waiters)", tag); in sema_test_signal()
284 snprintf(tag, sizeof(tag), in sema_test_signal()
288 "%-40s - Take a semaphore (no blocking)", tag); in sema_test_signal()
Dstack.c64 char tag[50]; in stack_ops() local
84 snprintf(tag, sizeof(tag), in stack_ops()
88 "%-40s - Add data to k_stack (no ctx switch)", tag); in stack_ops()
96 snprintf(tag, sizeof(tag), in stack_ops()
100 "%-40s - Get data from k_stack (no ctx switch)", tag); in stack_ops()
170 char tag[50]; in stack_blocking_ops() local
196 snprintf(tag, sizeof(tag), in stack_blocking_ops()
201 "%-40s - Get data from k_stack (w/ ctx switch)", tag); in stack_blocking_ops()
208 snprintf(tag, sizeof(tag), in stack_blocking_ops()
213 "%-40s - Add data to k_stack (w/ ctx switch)", tag); in stack_blocking_ops()
Dthread.c177 char tag[50]; in thread_ops() local
251 snprintf(tag, sizeof(tag), in thread_ops()
256 "%-40s - Create thread", tag); in thread_ops()
266 snprintf(tag, sizeof(tag), in thread_ops()
271 "%-40s - Start thread", tag); in thread_ops()
280 snprintf(tag, sizeof(tag), in thread_ops()
285 "%-40s - Suspend thread", tag); in thread_ops()
294 snprintf(tag, sizeof(tag), in thread_ops()
299 "%-40s - Resume thread", tag); in thread_ops()
308 snprintf(tag, sizeof(tag), in thread_ops()
[all …]
Dmutex_lock_unlock.c76 char tag[50]; in mutex_lock_unlock() local
97 snprintf(tag, sizeof(tag), in mutex_lock_unlock()
101 "%-40s - Lock a mutex", tag); in mutex_lock_unlock()
107 snprintf(tag, sizeof(tag), in mutex_lock_unlock()
111 "%-40s - Unlock a mutex", tag); in mutex_lock_unlock()
Dcondvar.c75 char tag[50]; in condvar_blocking_ops() local
107 snprintf(tag, sizeof(tag), "condvar.wait.blocking.%c_to_%c", in condvar_blocking_ops()
111 "%-40s - Wait for a condvar (context switch)", tag); in condvar_blocking_ops()
119 snprintf(tag, sizeof(tag), "condvar.signal.wake+ctx.%c_to_%c", in condvar_blocking_ops()
123 "%-40s - Signal a condvar (context switch)", tag); in condvar_blocking_ops()
/Zephyr-latest/tests/crypto/tinycrypt/src/
Dcmac_mode.c123 const uint8_t tag[BUF_LEN] = { in verify_cmac_null_msg() local
133 if (memcmp(Tag, tag, BUF_LEN) != 0) { in verify_cmac_null_msg()
135 show("expected Tag =", tag, sizeof(tag)); in verify_cmac_null_msg()
153 const uint8_t tag[BUF_LEN] = { in verify_cmac_1_block_msg() local
163 if (memcmp(Tag, tag, BUF_LEN) != 0) { in verify_cmac_1_block_msg()
166 show("expected Tag =", tag, sizeof(tag)); in verify_cmac_1_block_msg()
187 const uint8_t tag[BUF_LEN] = { in verify_cmac_320_bit_msg() local
197 if (memcmp(Tag, tag, BUF_LEN) != 0) { in verify_cmac_320_bit_msg()
200 show("expected Tag =", tag, sizeof(tag)); in verify_cmac_320_bit_msg()
224 const uint8_t tag[BUF_LEN] = { in verify_cmac_512_bit_msg() local
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dstatistic.c26 if (ctx->tag == BT_MESH_ADV_TAG_LOCAL) { in bt_mesh_stat_planned_count()
28 } else if (ctx->tag == BT_MESH_ADV_TAG_RELAY) { in bt_mesh_stat_planned_count()
30 } else if (ctx->tag == BT_MESH_ADV_TAG_FRIEND) { in bt_mesh_stat_planned_count()
37 if (ctx->tag == BT_MESH_ADV_TAG_LOCAL) { in bt_mesh_stat_succeeded_count()
39 } else if (ctx->tag == BT_MESH_ADV_TAG_RELAY) { in bt_mesh_stat_succeeded_count()
41 } else if (ctx->tag == BT_MESH_ADV_TAG_FRIEND) { in bt_mesh_stat_succeeded_count()
Dadv.c88 enum bt_mesh_adv_tag tag, in adv_create_from_pool() argument
115 ctx->tag = tag; in adv_create_from_pool()
141 if (adv->ctx.tag == BT_MESH_ADV_TAG_RELAY) { in bt_mesh_adv_unref()
147 if (adv->ctx.tag == BT_MESH_ADV_TAG_FRIEND) { in bt_mesh_adv_unref()
156 enum bt_mesh_adv_tag tag, in bt_mesh_adv_create() argument
160 if (tag == BT_MESH_ADV_TAG_RELAY) { in bt_mesh_adv_create()
162 type, tag, xmit, timeout); in bt_mesh_adv_create()
167 if (tag == BT_MESH_ADV_TAG_FRIEND) { in bt_mesh_adv_create()
169 type, tag, xmit, timeout); in bt_mesh_adv_create()
174 tag, xmit, timeout); in bt_mesh_adv_create()
[all …]
/Zephyr-latest/tests/unit/timeutil/
Dtest_sync.c215 static void tref_from_local(const char *tag, in tref_from_local() argument
230 "%s: unexpected uninit convert: %d", tag, rv); in tref_from_local()
234 "%s: unexpected init: %d", tag, rv); in tref_from_local()
240 "%s: unexpected missing dest: %d", tag, rv); in tref_from_local()
244 "%s: unexpected fail", tag, rv); in tref_from_local()
246 "%s: unexpected base convert", tag); in tref_from_local()
250 "%s: unexpected local=0 fail", tag, rv); in tref_from_local()
252 "%s: unexpected local=0 ref", tag); in tref_from_local()
256 "%s: unexpected local=base fail", tag, rv); in tref_from_local()
258 "%s: unexpected local=base ref", tag); in tref_from_local()
[all …]
/Zephyr-latest/tests/benchmarks/wait_queues/src/
Dmain.c142 uint64_t *cycles, const char *tag, const char *str) in compute_and_report_stats() argument
181 int tag_len = strlen(tag); in compute_and_report_stats()
189 printk("REC: %s%-*s - %s%-*s : %7llu cycles , %7u ns :\n", tag, stag_len, ".min", str, in compute_and_report_stats()
191 printk("REC: %s%-*s - %s%-*s : %7llu cycles , %7u ns :\n", tag, stag_len, ".max", str, in compute_and_report_stats()
193 printk("REC: %s%-*s - %s%-*s : %7llu cycles , %7u ns :\n", tag, stag_len, ".avg", str, in compute_and_report_stats()
195 printk("REC: %s%-*s - %s%-*s : %7llu cycles , %7u ns :\n", tag, stag_len, ".stddev", str, in compute_and_report_stats()
198 ARG_UNUSED(tag); in compute_and_report_stats()
220 char tag[50]; in main() local
252 snprintf(tag, sizeof(tag), in main()
254 snprintf(description, sizeof(description), "%-40s - Add thread of priority %u", tag, in main()
[all …]
/Zephyr-latest/tests/benchmarks/sched_queues/src/
Dmain.c155 uint64_t *cycles, const char *tag, const char *str) in compute_and_report_stats() argument
192 int tag_len = strlen(tag); in compute_and_report_stats()
200 printk("REC: %s%-*s - %s%-*s : %7llu cycles , %7u ns :\n", tag, stag_len, ".min", str, in compute_and_report_stats()
202 printk("REC: %s%-*s - %s%-*s : %7llu cycles , %7u ns :\n", tag, stag_len, ".max", str, in compute_and_report_stats()
204 printk("REC: %s%-*s - %s%-*s : %7llu cycles , %7u ns :\n", tag, stag_len, ".avg", str, in compute_and_report_stats()
206 printk("REC: %s%-*s - %s%-*s : %7llu cycles , %7u ns :\n", tag, stag_len, ".stddev", str, in compute_and_report_stats()
209 ARG_UNUSED(tag); in compute_and_report_stats()
231 char tag[50]; in main() local
262 snprintf(tag, sizeof(tag), in main()
265 tag, test_thread[i].base.prio); in main()
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c50 uint16_t tag; member
69 .tag = NET_VLAN_TAG_UNSPEC, \
141 if (ctx->tag != NET_VLAN_TAG_UNSPEC) { in get_vlan_ctx()
146 vlan_tag == ctx->tag)) { in get_vlan_ctx()
169 if (vlan_tag == vlan_ctx[i]->tag) { in get_vlan()
211 struct net_if *net_eth_get_vlan_iface(struct net_if *iface, uint16_t tag) in net_eth_get_vlan_iface() argument
215 ctx = get_vlan(iface, tag); in net_eth_get_vlan_iface()
256 snprintk(name, sizeof(name), "VLAN-%d", ctx->tag); in enable_vlan_iface()
318 uint16_t tag = NET_VLAN_TAG_UNSPEC; in net_eth_get_vlan_tag() local
328 tag = vlan_ctx[i]->tag; in net_eth_get_vlan_tag()
[all …]
/Zephyr-latest/doc/
Dzephyr.doxyfile.in30 # This tag specifies the encoding used for all characters in the configuration
32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
47 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
53 # Using the PROJECT_BRIEF tag one can provide an optional one line description
59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
66 # With the PROJECT_ICON tag one can specify an icon that is included in the tabs
72 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
79 # If the CREATE_SUBDIRS tag is set to YES then Doxygen will create up to 4096
91 # CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every
[all …]
/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c43 static void print_stats(const char *tag, uint64_t now, uint64_t end) in print_stats() argument
46 printf("%s, %d, %u, %llu, 1, %llu\n", tag, i, UPDATE_INTERVAL_S, counters[i], in print_stats()
52 static void print_group_stats(const char *tag) in print_group_stats() argument
60 printf("%s, ALL, %u, %llu, %u, %llu\n", tag, CONFIG_TEST_DURATION_S, count, NUM_CPUS, in print_group_stats()
64 static void create_join_common(const char *tag, create_fn create, join_fn join) in create_join_common() argument
76 __ASSERT(ret == 0, "%s_create(%d)[%zu] failed: %d", tag, i, counters[i], ret); in create_join_common()
88 __ASSERT(ret, "%s_join(%d)[%zu] failed: %d", tag, i, counters[i], in create_join_common()
102 __ASSERT(ret == 0, "%s_create(%d)[%zu] failed: %d", tag, i, in create_join_common()
116 __ASSERT(counters[i] > 0, "%s %d was never scheduled", tag, i); in create_join_common()
120 print_stats(tag, now_ms, end_ms); in create_join_common()
[all …]
/Zephyr-latest/include/zephyr/net/
Dtls_credentials.h92 int tls_credential_add(sec_tag_t tag, enum tls_credential_type type,
112 int tls_credential_get(sec_tag_t tag, enum tls_credential_type type,
128 int tls_credential_delete(sec_tag_t tag, enum tls_credential_type type);
/Zephyr-latest/subsys/net/lib/shell/
Dvlan.c97 uint16_t tag; in cmd_net_vlan_add() local
108 tag = strtol(argv[arg], &endptr, 10); in cmd_net_vlan_add()
138 ret = net_eth_vlan_enable(iface, tag); in cmd_net_vlan_add()
149 iface = net_eth_get_vlan_iface(iface, tag); in cmd_net_vlan_add()
151 PR("VLAN tag %d set to interface %d (%p)\n", tag, in cmd_net_vlan_add()
172 uint16_t tag; in cmd_net_vlan_del() local
180 tag = strtol(argv[arg], &endptr, 10); in cmd_net_vlan_del()
187 user_data.user_data = UINT_TO_POINTER((uint32_t)tag); in cmd_net_vlan_del()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c44 uint16_t tag; /* Datagram tag */ member
89 static inline void set_datagram_tag(uint8_t *ptr, uint16_t tag) in set_datagram_tag() argument
91 ptr[0] = tag >> 8; in set_datagram_tag()
92 ptr[1] = (uint8_t)tag; in set_datagram_tag()
259 static inline void clear_reass_cache(uint16_t size, uint16_t tag) in clear_reass_cache() argument
264 if (!(cache[i].size == size && cache[i].tag == tag)) { in clear_reass_cache()
274 cache[i].tag = 0U; in clear_reass_cache()
295 fcache->tag = 0U; in reass_timeout()
304 static inline struct frag_cache *set_reass_cache(struct net_pkt *pkt, uint16_t size, uint16_t tag) in set_reass_cache() argument
315 cache[i].tag = tag; in set_reass_cache()
[all …]
/Zephyr-latest/tests/kernel/timer/starve/src/
Dmain.c27 static const char *tag(void) in tag() function
62 tag(), CONFIG_APP_STOP_S); in ZTEST()
70 tag(), -now_diff, last_now / MSEC_PER_SEC, in ZTEST()
80 tag(), -(int32_t)ticks_diff); in ZTEST()
99 tag(), iters); in ZTEST()

1234567