/trusty/user/app/storage/ |
D | block_cache.c | 57 const struct block_cache_entry* entry) { in block_cache_entry_data_is_valid() 65 const struct block_cache_entry* entry) { in block_cache_entry_data_is_dirty() 71 const struct block_cache_entry* entry) { in block_cache_entry_data_is_encrypted() 77 const struct block_cache_entry* entry) { in block_cache_entry_data_is_decrypted() 112 static void block_cache_queue_io_op(struct block_cache_entry* entry, in block_cache_queue_io_op() 127 static void block_cache_queue_read(struct block_cache_entry* entry) { in block_cache_queue_read() 140 static void block_cache_queue_write(struct block_cache_entry* entry, in block_cache_queue_write() 177 struct block_cache_entry* entry; in block_cache_pop_io_op() local 213 struct block_cache_entry* entry; in block_cache_complete_read() local 267 struct block_cache_entry* entry; in block_cache_complete_write() local [all …]
|
D | block_allocator.c | 58 struct block_allocator_queue_entry entry[BLOCK_ALLOCATOR_QUEUE_LEN]; member 197 struct block_allocator_queue_entry entry) { in block_allocator_queue_remove_head() 533 struct block_allocator_queue_entry entry; in block_allocator_process_queue() local
|
D | block_tree.h | 120 struct block_tree_path_entry entry[BLOCK_TREE_MAX_DEPTH]; member
|
D | file.c | 565 const struct file_entry* entry = containerof(data, struct file_entry, info); in file_info_put() local
|
/trusty/kernel/include/shared/lk/ |
D | trusty_bench_print_tables.h | 136 struct bench_metric_list_node* entry; in trusty_bench_print_header() local 171 struct bench_metric_list_node* entry; in trusty_bench_compute_widths() local 249 struct bench_metric_list_node* entry; in trusty_bench_print_params() local 311 struct bench_metric_list_node* entry; in trusty_bench_print_stat() local 376 struct bench_metric_list_node* entry; in trusty_bench_print_vertical_metric_list() local
|
D | trusty_bench_json_print.h | 56 struct bench_metric_list_node* entry; in trusty_bench_print_json_metric_list() local
|
D | trusty_benchmark.h | 287 struct bench_metric_list_node* entry; in trusty_bench_run_metrics() local 311 struct bench_metric_list_node* entry; in trusty_bench_reset_metrics() local 463 struct bench_metric_list_node* entry; in set_param_metric() local
|
D | trusty_unittest.h | 491 static inline bool test_is_disabled(struct test_list_node* entry) { in test_is_disabled() 508 struct test_list_node* entry; in run_test_suite() local
|
/trusty/kernel/lib/app_manifest/ |
D | app_manifest.c | 80 uint32_t entry = 0; in app_manifest_read_entry() local 125 struct app_manifest_config_entry* entry, in app_manifest_iterator_next()
|
/trusty/user/app/sample/hwcrypto/ |
D | hwkey_srv.c | 100 struct opaque_handle_node* entry; in hwkey_ctx_close() local 140 struct opaque_handle_node* entry; in find_opaque_handle_for_slot() local 157 struct opaque_handle_node* entry = find_opaque_handle_for_slot(slot); in insert_handle_node() local 688 struct opaque_handle_node* entry = find_opaque_handle_for_slot(slot); in get_key_handle() local 741 struct opaque_handle_node* entry; in get_opaque_key() local
|
/trusty/user/base/app/apploader/ |
D | app_manifest_parser.cpp | 47 struct app_manifest_config_entry entry; in apploader_parse_manifest() local
|
/trusty/kernel/platform/generic-x86_64/rust/src/ |
D | lib.rs | 108 let entry = mcfg_entries[0]; in platform_acpi_init_func() localVariable
|
/trusty/kernel/lib/trusty/ |
D | trusty_app.c | 563 vaddr_t entry, in trusty_thread_create() 656 struct manifest_port_entry* entry; in find_manifest_port_entry_locked() local 849 struct manifest_port_entry* entry; in load_app_config_options() local 1452 struct manifest_port_entry* entry; in has_waiting_connection() local 1471 struct manifest_port_entry* entry; in kill_waiting_connections() local 1747 vaddr_t entry; in trusty_app_start() local 2031 struct manifest_port_entry* entry; in trusty_app_is_startup_port() local 2042 struct manifest_port_entry* entry; in trusty_app_request_start_by_port() local
|
/trusty/user/base/app/cfi-test/ |
D | cfi-test.c | 129 TEST_F(cfi_crash, entry) { in TEST_F() argument
|
/trusty/user/app/keymaster/ |
D | trusty_keymaster_context.cpp | 184 for (auto& entry : key_description) { in SetAuthorizations() local 344 keymaster_blob_t entry; in BuildHiddenAuthorizations() local 969 for (auto& entry : attestation_params) { in VerifyAndCopyDeviceIds() local
|
/trusty/kernel/lib/memlog/ |
D | memlog.c | 54 struct list_node entry; member
|
/trusty/vendor/google/aosp/scripts/ |
D | log_processor.py | 206 def display(self, module_status, entry, pinned): argument
|
/trusty/user/base/lib/storage/rust/src/ |
D | test.rs | 381 let entry = entry.unwrap(); in list_empty_dir() localVariable
|
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | trusty_app.h | 144 vaddr_t entry; member
|