HelenOS sources
pio_trace_enable 104 uspace/drv/platform/amdm37x/amdm37x.c pio_trace_enable(device->tll, AMDM37x_USBTLL_SIZE, log_message, (void *)AMDM37x_USBTLL_BASE_ADDRESS);
pio_trace_enable 105 uspace/drv/platform/amdm37x/amdm37x.c pio_trace_enable(device->cm.clocks, CLOCK_CONTROL_CM_SIZE, log_message, (void *)CLOCK_CONTROL_CM_BASE_ADDRESS);
pio_trace_enable 106 uspace/drv/platform/amdm37x/amdm37x.c pio_trace_enable(device->cm.core, CORE_CM_SIZE, log_message, (void *)CORE_CM_BASE_ADDRESS);
pio_trace_enable 107 uspace/drv/platform/amdm37x/amdm37x.c pio_trace_enable(device->cm.mpu, MPU_CM_SIZE, log_message, (void *)MPU_CM_BASE_ADDRESS);
pio_trace_enable 108 uspace/drv/platform/amdm37x/amdm37x.c pio_trace_enable(device->cm.iva2, IVA2_CM_SIZE, log_message, (void *)IVA2_CM_BASE_ADDRESS);
pio_trace_enable 109 uspace/drv/platform/amdm37x/amdm37x.c pio_trace_enable(device->cm.usbhost, USBHOST_CM_SIZE, log_message, (void *)USBHOST_CM_BASE_ADDRESS);
pio_trace_enable 110 uspace/drv/platform/amdm37x/amdm37x.c pio_trace_enable(device->uhh, AMDM37x_UHH_SIZE, log_message, (void *)AMDM37x_UHH_BASE_ADDRESS);
pio_trace_enable 111 uspace/drv/platform/amdm37x/amdm37x.c pio_trace_enable(device->prm.clocks, CLOCK_CONTROL_PRM_SIZE, log_message, (void *)CLOCK_CONTROL_PRM_BASE_ADDRESS);
pio_trace_enable 112 uspace/drv/platform/amdm37x/amdm37x.c pio_trace_enable(device->prm.global, GLOBAL_REG_PRM_SIZE, log_message, (void *)GLOBAL_REG_PRM_BASE_ADDRESS);
pio_trace_enable 76 uspace/lib/c/include/ddi.h extern errno_t pio_trace_enable(void *, size_t, trace_fnc, void *);
pio_trace_enable 76 uspace/lib/posix/include/libc/ddi.h extern errno_t pio_trace_enable(void *, size_t, trace_fnc, void *);
HelenOS homepage, sources at GitHub