Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ldmad/
H A Dldmad.c139 LDMA_INFO("agent %s hdl %llx already exists", agent->info->name, in ldma_connexion_add()
146 LDMA_INFO("agent %s too many connections", agent->info->name); in ldma_connexion_add()
171 LDMA_INFO("agent %s connection delete failed to find %llx", in ldma_connexion_delete()
264 LDMA_INFO("agent %s failed to add connection from " in ldma_reg_cb()
281 LDMA_INFO("agent %s failed to unregister handle %llx", in ldma_unreg_cb()
309 LDMA_INFO("agent %s has ignored message with an invalid " in ldma_data_cb()
460 LDMA_INFO("agent %s registered", agent_info->name); in ldma_register()
H A Dldma.h188 #define LDMA_INFO(...) ldma_info(LDMA_MODULE, __VA_ARGS__) macro