/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/proxy_sol/ |
D | sol_replay.sh | 27 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_erase 33 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_rm 39 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_erase 45 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_rm
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/replay_cache/ |
D | rpl_frag.sh | 16 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation/flash.bin -flash_erase \ 22 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation/flash.bin -flash_rm 26 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_erase \ 31 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_rm
|
D | replay_attack.sh | 10 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_erase 15 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_rm 20 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_erase 25 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_rm
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/persistence/ |
D | reprovisioning.sh | 14 -flash=../results/mesh_pst_repr/flash.bin -flash_erase \ 20 -flash=../results/mesh_pst_repr/flash.bin -flash_rm \ 25 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_erase \ 30 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_rm \
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/disconnect/test_scripts/ |
D | disconnect.sh | 36 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Tx.pcap \ 37 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Tx.csv 40 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Rx.pcap \ 41 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Rx.csv
|
/Zephyr-Core-3.7.0/subsys/net/lib/zperf/ |
D | zperf_udp_uploader.c | 25 struct zperf_results *results) in zperf_upload_decode_stat() argument 37 results->nb_packets_rcvd = ntohl(UNALIGNED_GET(&stat->datagrams)); in zperf_upload_decode_stat() 38 results->nb_packets_lost = ntohl(UNALIGNED_GET(&stat->error_cnt)); in zperf_upload_decode_stat() 39 results->nb_packets_outorder = in zperf_upload_decode_stat() 41 results->total_len = (((uint64_t)ntohl(UNALIGNED_GET(&stat->total_len1))) << 32) + in zperf_upload_decode_stat() 43 results->time_in_us = ntohl(UNALIGNED_GET(&stat->stop_usec)) + in zperf_upload_decode_stat() 45 results->jitter_in_us = ntohl(UNALIGNED_GET(&stat->jitter2)) + in zperf_upload_decode_stat() 53 struct zperf_results *results, in zperf_upload_fin() argument 123 zperf_upload_decode_stat(stats, ret, results); in zperf_upload_fin() 143 struct zperf_results *results) in udp_upload() argument [all …]
|
D | zperf_shell.c | 479 struct zperf_results *results) in shell_udp_upload_print_stats() argument 486 if (results->time_in_us != 0U) { in shell_udp_upload_print_stats() 488 ((results->total_len * 8 * USEC_PER_SEC) / in shell_udp_upload_print_stats() 489 (results->time_in_us * 1000U)); in shell_udp_upload_print_stats() 494 if (results->client_time_in_us != 0U) { in shell_udp_upload_print_stats() 496 (((uint64_t)results->nb_packets_sent * in shell_udp_upload_print_stats() 497 (uint64_t)results->packet_size * (uint64_t)8 * in shell_udp_upload_print_stats() 499 (results->client_time_in_us * 1000U)); in shell_udp_upload_print_stats() 512 print_number_64(sh, results->time_in_us, TIME_US, in shell_udp_upload_print_stats() 515 print_number_64(sh, results->client_time_in_us, TIME_US, in shell_udp_upload_print_stats() [all …]
|
D | zperf_tcp_uploader.c | 42 struct zperf_results *results) in tcp_upload() argument 103 results->nb_packets_sent = nb_packets; in tcp_upload() 104 results->client_time_in_us = in tcp_upload() 106 results->packet_size = packet_size; in tcp_upload() 107 results->nb_packets_errors = nb_errors; in tcp_upload()
|
D | zperf_udp_receiver.c | 152 struct zperf_results results = { 0 }; in udp_received() local 179 results.nb_packets_rcvd = session->counter; in udp_received() 180 results.nb_packets_lost = session->error; in udp_received() 181 results.nb_packets_outorder = session->outorder; in udp_received() 182 results.total_len = session->length; in udp_received() 183 results.time_in_us = duration; in udp_received() 184 results.jitter_in_us = session->jitter; in udp_received() 185 results.packet_size = session->length / session->counter; in udp_received() 188 udp_session_cb(ZPERF_SESSION_FINISHED, &results, in udp_received()
|
/Zephyr-Core-3.7.0/samples/bluetooth/handsfree_ag/src/ |
D | main.c | 211 static void scan_discovery_cb(struct bt_br_discovery_result *results, size_t count) in scan_discovery_cb() argument 217 size_t len = sizeof(results->eir); in scan_discovery_cb() 223 bt_addr_to_str(&results[i].addr, addr, sizeof(addr)); in scan_discovery_cb() 224 printk("Device[%d]: %s, rssi %d, cod 0x%X%X%X", i, addr, results[i].rssi, in scan_discovery_cb() 225 results[i].cod[0], results[i].cod[1], results[i].cod[2]); in scan_discovery_cb() 227 major_device = (uint8_t)BT_COD_MAJOR_DEVICE_CLASS(results[i].cod); in scan_discovery_cb() 228 minor_device = (uint8_t)BT_COD_MINOR_DEVICE_CLASS(results[i].cod); in scan_discovery_cb() 235 eir = results[i].eir; in scan_discovery_cb() 260 default_conn = bt_conn_create_br(&results[i].addr, BT_BR_CONN_PARAM_DEFAULT); in scan_discovery_cb()
|
/Zephyr-Core-3.7.0/tests/kernel/common/src/ |
D | timeout_order.c | 16 static int results[NUM_TIMEOUTS], cur; variable 28 results[cur++] = id; in thread() 61 results[ii] = -1; in ZTEST() 81 zassert_equal(results[ii], ii, ""); in ZTEST()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/conn_stress/scripts/ |
D | _conn_stress.sh | 70 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.pcap \ 71 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Tx.csv 74 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_Rx_$i.pcap \ 75 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Rx.csv
|
/Zephyr-Core-3.7.0/tests/kernel/workq/work_queue/ |
D | README.txt | 23 make clean # discard results of previous builds 26 make pristine # discard results of previous builds 49 - Checking results 58 - Checking results 75 - Checking results 84 - Checking results 94 - Checking results 100 - Checking results
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/ |
D | _compile_permutate_kconfigs.sh | 40 local -a results=() 54 results=("${results[@]}" "${list[$j]}n") 56 results=("${results[@]}" "${list[$j]}y")
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | runner.py | 603 def process(self, pipeline, done, message, lock, results): argument 618 results.skipped_runtime += 1 639 results.skipped_runtime += 1 656 results.skipped_runtime += 1 666 self.determine_testcases(results) 711 self.report_out(results) 728 def determine_testcases(self, results): argument 961 def report_out(self, results): argument 962 total_to_do = results.total 964 results.done += 1 [all …]
|
D | reports.py | 434 results = [] 459 results.append((instance, metric, instance.metrics.get(metric, 0), delta, 461 return results 543 def summary(self, results, ignore_unrecognized_sections, duration): argument 560 if results.total and results.total != results.skipped_configs: 561 pass_rate = (float(results.passed) / float(results.total - results.skipped_configs)) 568 results.passed, 569 results.total, 572 Fore.RED if results.failed else Fore.RESET, 573 results.failed, [all …]
|
/Zephyr-Core-3.7.0/subsys/net/l2/wifi/ |
D | Kconfig | 5 bool "Raw scan results" 7 This option enables raw scan results. When enabled, the raw scan 8 results (beacons or probe responses) are provided to the application. 15 int "Maximum length of raw scan results" 18 This option defines the maximum length of raw scan results. 21 bool "Only raw scan results" 23 This option enables only raw scan results. When enabled, the raw scan 24 results (beacons or probe responses) are provided to the application. 25 The scan results are not parsed and the application is responsible 26 for parsing the scan results. Normal scan results are not provided
|
/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/backends/ |
D | Kconfig | 26 Chosing this backend results in single endpoint implementation based 36 Chosing this backend results in multi endpoint implementation based 47 Chosing this backend results in multi endpoint implementation based
|
/Zephyr-Core-3.7.0/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 18 let results; variable 31 results.replaceChildren(admonition); 54 results.replaceChildren(p); 277 /** Perform a search and display the results. */ 287 results.replaceChildren(); 320 /* show results count and search tools */ 334 results.replaceChildren(); 336 results.appendChild(renderKconfigEntry(entry)); 377 copyLinkButton.title = "Copy link to results"; 410 /* create results per page selector */ [all …]
|
/Zephyr-Core-3.7.0/tests/kernel/xip/ |
D | README.txt | 23 make clean # discard results of previous builds 26 make pristine # discard results of previous builds
|
/Zephyr-Core-3.7.0/drivers/sensor/nordic/npm1300_charger/ |
D | npm1300_charger.c | 261 struct adc_results_t results; in npm1300_charger_sample_fetch() local 276 ret = mfd_npm1300_reg_read_burst(config->mfd, ADC_BASE, ADC_OFFSET_RESULTS, &results, in npm1300_charger_sample_fetch() 277 sizeof(results)); in npm1300_charger_sample_fetch() 282 data->voltage = adc_get_res(results.msb_vbat, results.lsb_a, ADC_LSB_VBAT_SHIFT); in npm1300_charger_sample_fetch() 283 data->temp = adc_get_res(results.msb_ntc, results.lsb_a, ADC_LSB_NTC_SHIFT); in npm1300_charger_sample_fetch() 284 data->dietemp = adc_get_res(results.msb_die, results.lsb_a, ADC_LSB_DIE_SHIFT); in npm1300_charger_sample_fetch() 285 data->current = adc_get_res(results.msb_ibat, results.lsb_b, ADC_LSB_IBAT_SHIFT); in npm1300_charger_sample_fetch() 286 data->ibat_stat = results.ibat_stat; in npm1300_charger_sample_fetch()
|
/Zephyr-Core-3.7.0/doc/_static/css/ |
D | gcs.css | 5 * Custom stylesheet for Google Programmable Search Engine results. 40 .gsc-results .gsc-cursor-box .gsc-cursor-page, 41 .gsc-results .gsc-cursor-box .gsc-cursor-current-page { 62 .gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
|
/Zephyr-Core-3.7.0/tests/kernel/mutex/sys_mutex/ |
D | README.txt | 23 make clean # discard results of previous builds 26 make pristine # discard results of previous builds
|
/Zephyr-Core-3.7.0/tests/lib/sprintf/ |
D | README.txt | 23 make clean # discard results of previous builds 26 make pristine # discard results of previous builds
|
/Zephyr-Core-3.7.0/tests/arch/arm/arm_irq_vector_table/ |
D | README.txt | 24 make clean # discard results of previous builds 27 make pristine # discard results of previous builds
|