*Defined in /sys/macros.h

OB_NAME(ob)	Get a unique name for the object. Each object has it
		added by default. You can use it to make someone
		manupilate the correct object. If you want to force
		someone to get something specific, command him to
		get OB_NAME(ob) rather than ob->query_name() or
		something similar.

