Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 19 of 19) sorted by relevance

/trusty/user/app/storage/
Dblock_cache.c57 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 …]
Dblock_allocator.c58 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
Dblock_tree.h120 struct block_tree_path_entry entry[BLOCK_TREE_MAX_DEPTH]; member
Dfile.c565 const struct file_entry* entry = containerof(data, struct file_entry, info); in file_info_put() local
/trusty/kernel/include/shared/lk/
Dtrusty_bench_print_tables.h136 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
Dtrusty_bench_json_print.h56 struct bench_metric_list_node* entry; in trusty_bench_print_json_metric_list() local
Dtrusty_benchmark.h287 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
Dtrusty_unittest.h491 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/
Dapp_manifest.c80 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/
Dhwkey_srv.c100 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/
Dapp_manifest_parser.cpp47 struct app_manifest_config_entry entry; in apploader_parse_manifest() local
/trusty/kernel/platform/generic-x86_64/rust/src/
Dlib.rs108 let entry = mcfg_entries[0]; in platform_acpi_init_func() localVariable
/trusty/kernel/lib/trusty/
Dtrusty_app.c563 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/
Dcfi-test.c129 TEST_F(cfi_crash, entry) { in TEST_F() argument
/trusty/user/app/keymaster/
Dtrusty_keymaster_context.cpp184 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/
Dmemlog.c54 struct list_node entry; member
/trusty/vendor/google/aosp/scripts/
Dlog_processor.py206 def display(self, module_status, entry, pinned): argument
/trusty/user/base/lib/storage/rust/src/
Dtest.rs381 let entry = entry.unwrap(); in list_empty_dir() localVariable
/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h144 vaddr_t entry; member