Subject: Re: selecting processes with a given emul?
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 06/02/2002 21:19:50
In article <1fd69pw.c1bbzjrzbsn0M@[10.0.12.137]>,
Emmanuel Dreyfus <manu@netbsd.org> wrote:
>Hi all
>
>How should I find the processes running a given emulation? Comparing
>p->p_emul to the address of the emul structure is not LKM friendly, is
>there another solution? 

strcmp() on the name?

christos