On 17.02.12 21:55, Kirk Wallace wrote:
> I looked in some of the include files and didn't see where FOR_ALL_INSTS
> was defined, but gave up after a while.

Kirk, you made me curious. Here's a quick way to that kind of stuff:

$ egrep -r FOR_ALL_INSTS /usr/local/src/emc2-dev-17a4ae5/ > /tmp/grep
$ vim !$

shows a #define in src/hal/utils/comp.g on the second line.

Put the cursor on that pathname, and type gf, and hey presto, you're in
it. Type /FOR_ALL_INSTS , to go to the first, n for the next.

So it's generated by comp, IIUC.

Hope that's useful.

Erik

-- 
All we have to decide is what to do with the time that is given us.
                                                    -- Gandalf the Grey


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to