Home
last modified time | relevance | path

Searched refs:port_entry_list (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h81 struct list_node port_entry_list; member
/trusty/kernel/lib/trusty/
Dtrusty_app.c661 list_for_every_entry(&app->props.port_entry_list, entry, in find_manifest_port_entry_locked()
1019 list_add_tail(&trusty_app->props.port_entry_list, &entry->node); in load_app_config_options()
1460 list_for_every_entry(&app->props.port_entry_list, entry, in has_waiting_connection()
1479 list_for_every_entry(&app->props.port_entry_list, entry, in kill_waiting_connections()
1552 list_initialize(&trusty_app->props.port_entry_list); in trusty_app_create()
1599 list_for_every_entry_safe(&trusty_app->props.port_entry_list, port_entry, in trusty_app_create()