Home
last modified time | relevance | path

Searched refs:proc_unstop (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/procfs/
H A Dprocfs_ctl.c280 proc_unstop(p, SSTOP); in procfs_control()
330 proc_unstop(p, SSTOP); in procfs_doctl()
/dragonfly/sys/sys/
H A Dproc.h560 void proc_unstop (struct proc *, int);
/dragonfly/sys/kern/
H A Dkern_sig.c1279 proc_unstop(p, SSTOP); in lwpsignal()
1310 proc_unstop(p, SSTOP); in lwpsignal()
1658 proc_unstop(struct proc *p, int stat) in proc_unstop() function
H A Dsys_process.c533 proc_unstop(p, SSTOP); in kern_ptrace()
H A Dkern_checkpoint.c701 proc_unstop(p, SCORE); in ckpt_freeze_proc()