Searched refs:getpgrp (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile76 getpgrp.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c205 * getpgrp
216 getpgrp(proc_t p, __unused struct getpgrp_args *uap, register_t *retval) function
H A Dinit_sysent.c141 {0, 0, 0, (sy_call_t *)getpgrp, NULL, NULL, _SYSCALL_RET_INT_T, 0}, /* 81 = getpgrp */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1771 int getpgrp(struct proc *, struct getpgrp_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.
3239 my_process_group = getpgrp( );
3241 /* test getpgrp and getpgid - they should return the same results when 0 is passed to getpgid */
3243 printf( "getpgrp and getpgid did not return the same process group ID \n" );

Completed in 71 milliseconds