Home
last modified time | relevance | path

Searched refs:record (Results 26 – 50 of 65) sorted by relevance

123

/Zephyr-latest/
D.gitignore63 # We don't want to record these.
/Zephyr-latest/subsys/profiling/perf/
Dperf.c150 SHELL_CMD_ARG(record, NULL, CMD_HELP_RECORD, cmd_perf_record, 3, 0),
/Zephyr-latest/tests/net/mld/src/
Dmain.c643 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/
Dtest_footprint.py410 record.getMessage() for record in second_logs \
411 if self.RAM_KEY in record.getMessage()
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md56 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/
DREADME.rst160 ``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/
DKconfig87 # Given the maximum size of a directory listing record (172) and the maximum size of an
Dots_client.c1763 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/
Drun_common.py74 def emit(self, record): argument
75 fmt = self.format(record)
76 lvl = record.levelno
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
DREADME.rst20 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/
Dtest_harness.py138 harness.record = {"regex": pattern}
143 harness.record["as_json"] = as_json
420 console.record = {"regex": "RESULT: (.*)"}
Dtest_handlers.py153 instance.assert_has_calls([mock.call.record(harness.recording)])
1477 messages = [record.msg for record in caplog.records]
Dtest_testinstance.py257 testinstance.record(recording)
/Zephyr-latest/doc/services/resource_management/
Dindex.rst60 shut out, and the manager does not maintain a record of specific clients
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c2472 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/
Dtest_lcd.c67 .record = comp_rec};
Dtest_provision.c211 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/
Dworking_groups.rst76 - Working groups shall keep track of discussions and record any votes,
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h1192 const struct bt_mesh_comp2_record *record; member
Dcfg_cli.h1822 struct bt_mesh_comp_p2_record *record);
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py96 def record(self, recording, fname_csv="recording.csv"): member in TestInstance
/Zephyr-latest/doc/hardware/peripherals/
Dmspi.rst176 The device driver should record the current operating conditions of the device to support
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/
Dindex.rst154 The Zephyr application binary has to be converted to Motorolla S-record `SREC`_ format
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst9 or it can simply record the expiration and wait for the application
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig201 int "Default server record PMIN"
210 int "Default server record PMAX"

123