BCO_NAME instruction doesn't provide enough context
Currently the BCO_Name instruction is a bit difficult to use since the
names are not qualified by the module they come from. When you have a
very generic name such as "wildX4", it becomes impossible to work out
which module the identifier comes from.
We should always print the full name, including module and unit so it's very easy to determine the provenance of a BCO when debugging.