Home
last modified time | relevance | path

Searched refs:wchan (Results 1 – 10 of 10) sorted by relevance

/original-bsd/usr.sbin/amd/amd/
H A Dsched.c36 voidp wchan; /* Wait channel */ member
91 p->wchan = (voidp) p;
108 void sched_task(cf, ca, wchan) in sched_task() argument
111 voidp wchan;
118 dlog("SLEEP on %#x", wchan);
120 p->wchan = wchan;
133 void wakeup(wchan) in wakeup() argument
134 voidp wchan; in wakeup()
153 if (p->wchan == wchan) {
163 dlog("Nothing SLEEPing on %#x", wchan);
H A Dnfs_ops.c189 static int prime_nfs_fhandle_cache P((char *path, fserver *fs, struct fhstatus *fhbuf, voidp wchan)…
190 static int prime_nfs_fhandle_cache(path, fs, fhbuf, wchan) in prime_nfs_fhandle_cache() argument
194 voidp wchan;
282 fp->fh_wchan = wchan;
297 error = call_mountd(fp, MOUNTPROC_MNT, got_nfs_fh, wchan);
332 static int call_mountd P((fh_cache *fp, u_long proc, fwd_fun f, voidp wchan));
333 static int call_mountd(fp, proc, f, wchan) in call_mountd() argument
337 voidp wchan;
352 error = nfs_srvr_port(fp->fh_fs, &port, wchan);
H A Dsrvr_nfs.c498 int nfs_srvr_port P((fserver *fs, u_short *port, voidp wchan));
499 int nfs_srvr_port(fs, port, wchan) in nfs_srvr_port() argument
502 voidp wchan;
529 if (error < 0 && wchan && !(fs->fs_flags & FSF_WANT)) {
540 sched_task(wakeup_task, wchan, (voidp) fs);
/original-bsd/sys/scripts/
H A Dxps19 printf " proc pid flag st wchan comm\n"
/original-bsd/old/adb/scripts.tahoe/
H A Dproc8 +/"swrss"16t"swaddr"16t"wchan"16t"textp"n4X
/original-bsd/old/adb/scripts.vax/
H A Dproc9 +/"wchan"16t"textp"16t"p0br"16t"xlink"n4X
/original-bsd/bin/ps/
H A Dextern.h58 void wchan __P((KINFO *, VARENT *));
H A Dkeyword.c145 {"wchan", "WCHAN", NULL, LJUST, wchan, 6},
231 {"wchan", "WCHAN", NULL, LJUST, wchan, 6},
H A Dprint.c375 wchan(k, ve) in wchan() function
/original-bsd/old/dnd/
H A Ddnd.c279 wchan(chan,obuf,count) in wchan() function