Searched refs:setpgid (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile158 setpgid.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c542 * setpgid
579 setpgid(proc_t curp, register struct setpgid_args *uap, __unused register_t *retval) function
H A Dinit_sysent.c142 {AC(setpgid_args), 0, 0, (sy_call_t *)setpgid, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 82 = setpgid */
H A Dkern_exec.c1713 * Effectively, call setpgid() system call; works
1716 if((error = setpgid(p, &spga, ival)) != 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1772 int setpgid(struct proc *, struct setpgid_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3222 * Test getpgrp, getpgid, getsid, setpgid, setpgrp, setsid system calls.
3279 my_err = setpgid( 0, my_process_group );
3281 printf( "setpgid should have failed, but did not \n" );

Completed in 81 milliseconds