Home
last modified time | relevance | path

Searched refs:command_source_new (Results 1 – 4 of 4) sorted by relevance

/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/test/
H A Dcommand-source_unit.c124 data->source = command_source_new (data->manager, in command_source_allocate_test()
170 data->source = command_source_new (data->manager, in command_source_start_setup()
210 data->source = command_source_new (data->manager, in command_source_connection_setup()
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/src/
H A Dcommand-source.h47 CommandSource* command_source_new (ConnectionManager *connection_manager,
H A Dtabrmd-init.c205 command_source_new (connection_manager, command_attrs); in init_thread_func()
H A Dcommand-source.c399 command_source_new (ConnectionManager *connection_manager, in command_source_new() function