Searched refs:proc_terminate (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/contrib/cloudabi/ |
| HD | syscalldefs_md.h | 104 } proc_terminate; member 116 ASSERT_OFFSET(event_t, proc_terminate.fd, 16, 16); 117 ASSERT_OFFSET(event_t, proc_terminate.signal, 20, 20); 118 ASSERT_OFFSET(event_t, proc_terminate.exitcode, 24, 24); 219 } proc_terminate; member 238 ASSERT_OFFSET(subscription_t, proc_terminate.fd, 16, 16);
|
| /NextBSD/sys/compat/cloudabi64/ |
| HD | cloudabi64_poll.c | 137 kevp->ident = sub.proc_terminate.fd; in cloudabi64_kevent_copyin() 194 ev.proc_terminate.fd = kevp->ident; in cloudabi64_kevent_copyout() 212 ev.proc_terminate.signal = in cloudabi64_kevent_copyout() 214 ev.proc_terminate.exitcode = 0; in cloudabi64_kevent_copyout() 217 ev.proc_terminate.signal = 0; in cloudabi64_kevent_copyout() 218 ev.proc_terminate.exitcode = in cloudabi64_kevent_copyout()
|
| /NextBSD/lib/libosxsupport/ |
| HD | libproc.c | 100 proc_terminate(pid_t pid, int *sig) in proc_terminate() function
|
| /NextBSD/include/apple/ |
| HD | libproc.h | 127 int proc_terminate(pid_t pid, int *sig);
|
| /NextBSD/sys/compat/mach/ |
| HD | proc_info.c | 70 proc_terminate(int pid) in proc_terminate() function 467 return (proc_terminate(pid)); in proc_info()
|
| /NextBSD/sbin/launchd/ |
| HD | core.c | 1040 error = proc_terminate(j->p, &sig); in job_stop()
|