Searched refs:port_entry (Results 1 – 2 of 2) sorted by relevance
642 for port_entry in start_port_list:643 port_entry = coerce_to_dict(port_entry, key, log)644 if port_entry is None:647 name = get_port(port_entry, START_PORT_NAME, constants, log)652 flags = get_dict(port_entry, START_PORT_FLAGS, log)661 if port_entry:882 for port_entry in manifest.start_ports:886 port_entry.start_port_flags)))887 out.write(pack_inline_string(port_entry.name))
1527 struct manifest_port_entry* port_entry; in trusty_app_create() local1599 list_for_every_entry_safe(&trusty_app->props.port_entry_list, port_entry, in trusty_app_create()1602 list_delete(&port_entry->node); in trusty_app_create()1603 free(port_entry); in trusty_app_create()