Searched refs:dump_context (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.h | 575 vchiq_dump_state(void *dump_context, VCHIQ_STATE_T *state); 578 vchiq_dump_service_state(void *dump_context, VCHIQ_SERVICE_T *service); 656 vchiq_dump(void *dump_context, const char *str, int len); 659 vchiq_dump_platform_state(void *dump_context); 662 vchiq_dump_platform_instances(void *dump_context); 665 vchiq_dump_platform_service_state(void *dump_context,
|
| H A D | vchiq_core.c | 3678 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3682 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3697 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3710 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3720 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3725 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3733 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3744 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3746 vchiq_dump_platform_state(dump_context); in vchiq_dump_state() 3798 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_service_state() [all …]
|
| H A D | vchiq_2835_arm.c | 321 vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument 327 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
|
| H A D | vchiq_arm.c | 1371 vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument 1373 DUMP_CONTEXT_T *context = (DUMP_CONTEXT_T *)dump_context; in vchiq_dump() 1409 vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument 1447 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances() 1462 vchiq_dump_platform_service_state(void *dump_context, VCHIQ_SERVICE_T *service) in vchiq_dump_platform_service_state() argument 1483 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
|