Date: Mon, 10 Jun 2002 15:07:11 +0200 From: Andy Sporner <sporner@nentec.de> To: Ferruccio Vitale <freebsd@cs.tin.it> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: kernel thread Message-ID: <3D04A47F.5070803@nentec.de> References: <3D0477EE.9DAA3361@cs.tin.it> <3D04832C.5070800@nentec.de> <3D049387.ED836550@cs.tin.it>
next in thread | previous in thread | raw e-mail | index | archive | help
My fault. I am using 5.0
Try this:
man shutdown_kproc
There was some name changes as shown:
HISTORY
The kproc_start() function first appeared in FreeBSD 2.2. The
kproc_shutdown(), kthread_create(), kthread_exit(), kthread_resume(),
kthread_suspend(), and kthread_suspend_check() functions were
introduced
in FreeBSD 4.0. Prior to FreeBSD 5.0, the kproc_shutdown(),
kthread_resume(), kthread_suspend(), and kthread_suspend_check() func-
tions were named shutdown_kproc(), resume_kproc(),
shutdown_kproc(), and
kproc_suspend_loop(), respectively.
Sorry about that... Hope this helps...
ANdy
Ferruccio Vitale wrote:
>Andy Sporner wrote:
>
>>man ktread_shutdown
>>
>>To Unsubscribe: send mail to majordomo@FreeBSD.org
>>with "unsubscribe freebsd-hackers" in the body of the message
>>
>
>I can't find any man pages about it; I searched on the net, grep'ed
>/usr/src entirely but any results.
>I've freebsd 4.6RC release.
>
>Any advice?
>
>Ferruccio
>
>
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D04A47F.5070803>
