/Zephyr-latest/ |
D | .gitignore | 63 # We don't want to record these.
|
/Zephyr-latest/subsys/profiling/perf/ |
D | perf.c | 150 SHELL_CMD_ARG(record, NULL, CMD_HELP_RECORD, cmd_perf_record, 3, 0),
|
/Zephyr-latest/tests/net/mld/src/ |
D | main.c | 643 struct mld_report_mcast_record record; in expect_exclude_mcast_report() local 659 net_pkt_read(pkt, &record, sizeof(struct mld_report_mcast_record)); in expect_exclude_mcast_report() 661 if (record.record_type == NET_IPV6_MLDv2_CHANGE_TO_EXCLUDE_MODE && in expect_exclude_mcast_report() 663 (const uint8_t *)&record.mcast_addr)) { in expect_exclude_mcast_report()
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_footprint.py | 410 record.getMessage() for record in second_logs \ 411 if self.RAM_KEY in record.getMessage()
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 56 either `testcases` or `recording`, so each item there becomes an independent data record 124 Upload data with 'flattened' test suites creating documents for each `record` data entry
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | README.rst | 160 ``perf record`` and ``perf report`` can be used together to identify the 165 $ sudo perf record -g -p <pid_of_server> -o perf.data
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | Kconfig | 87 # Given the maximum size of a directory listing record (172) and the maximum size of an
|
D | ots_client.c | 1763 struct dirlisting_record_t record; in bt_ots_client_decode_dirlisting() local 1782 ret = decode_record(&net_buf, &record); in bt_ots_client_decode_dirlisting() 1789 ret = cb(&record.metadata); in bt_ots_client_decode_dirlisting()
|
/Zephyr-latest/scripts/west_commands/ |
D | run_common.py | 74 def emit(self, record): argument 75 fmt = self.format(record) 76 lvl = record.levelno
|
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/ |
D | README.rst | 20 TF-M 1.3.0), and a maximum record size, set via ``PS_MAX_ASSET_SIZE`` (default of 2048 as of
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 138 harness.record = {"regex": pattern} 143 harness.record["as_json"] = as_json 420 console.record = {"regex": "RESULT: (.*)"}
|
D | test_handlers.py | 153 instance.assert_has_calls([mock.call.record(harness.recording)]) 1477 messages = [record.msg for record in caplog.records]
|
D | test_testinstance.py | 257 testinstance.record(recording)
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 60 shut out, and the manager does not maintain a record of specific clients
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 2472 struct bt_mesh_comp_p2_record *record) in bt_mesh_comp_p2_record_pull() argument 2482 record->id = net_buf_simple_pull_le16(buf); in bt_mesh_comp_p2_record_pull() 2483 record->version.x = net_buf_simple_pull_u8(buf); in bt_mesh_comp_p2_record_pull() 2484 record->version.y = net_buf_simple_pull_u8(buf); in bt_mesh_comp_p2_record_pull() 2485 record->version.z = net_buf_simple_pull_u8(buf); in bt_mesh_comp_p2_record_pull() 2492 net_buf_simple_init_with_data(record->elem_buf, in bt_mesh_comp_p2_record_pull() 2501 net_buf_simple_init_with_data(record->data_buf, in bt_mesh_comp_p2_record_pull() 2503 return record; in bt_mesh_comp_p2_record_pull()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_lcd.c | 67 .record = comp_rec};
|
D | test_provision.c | 211 static const struct bt_mesh_comp2 comp_p2_1 = {.record_cnt = 1, .record = comp_rec}; 212 static const struct bt_mesh_comp2 comp_p2_2 = {.record_cnt = 2, .record = comp_rec};
|
/Zephyr-latest/doc/project/ |
D | working_groups.rst | 76 - Working groups shall keep track of discussions and record any votes,
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 1192 const struct bt_mesh_comp2_record *record; member
|
D | cfg_cli.h | 1822 struct bt_mesh_comp_p2_record *record);
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testinstance.py | 96 def record(self, recording, fname_csv="recording.csv"): member in TestInstance
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mspi.rst | 176 The device driver should record the current operating conditions of the device to support
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/ |
D | index.rst | 154 The Zephyr application binary has to be converted to Motorolla S-record `SREC`_ format
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | timers.rst | 9 or it can simply record the expiration and wait for the application
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 201 int "Default server record PMIN" 210 int "Default server record PMAX"
|