"Lyndon Nerenberg (VE7TFX/VE6BBM)" <[email protected]> writes:
> The first declaration in <kvm.h> is: > > typedef struct __kvm kvm_t; > > and yet 'grep -r __kvm /usr/include /sys' returns only the above > line. What am I missing? > Since you don't say what you're expecting to *see* I'm not sure how to tell you what you aren't seeing. Let's assume you want to know about where the struct comes from and what uses it... man 3 kvm Do you even have a source tree checked out to /usr/src? See /usr/src/lib/libkvm. -dv

