Home
last modified time | relevance | path

Searched refs:setpgid (Results 1 – 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies.pretty91 'setpgid',
167 'setpgid',
364 'setpgid',
535 'setpgid',
687 'setpgid',
773 'setpgid',
1960 'setpgid',
2103 'setpgid',
2216 'setpgid',
2274 'setpgid',
[all …]
H A Dimplicit_dependencies285 'setpgid',
374 'setpgid',
647 'setpgid',
819 'setpgid',
972 'setpgid',
1058 'setpgid',
2655 'setpgid',
2800 'setpgid',
2914 'setpgid',
2972 'setpgid',
[all …]
H A Dimplicit_dependencies_verbose.pretty97 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
314 {'call': 'setpgid', 'reason': set([('task_struct', 'cred')])},
684 {'call': 'setpgid',
873 {'call': 'setpgid', 'reason': set([('list_head', 'next')])},
1126 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
1268 {'call': 'setpgid', 'reason': set([('task_struct', 'cred')])},
2798 {'call': 'setpgid',
3045 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
3185 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
3292 {'call': 'setpgid', 'reason': set([('task_struct', 'cred')])},
[all …]
H A Dimplicit_dependencies_verbose284 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
546 {'call': 'setpgid', 'reason': set([('task_struct', 'cred')])},
1068 {'call': 'setpgid',
1307 {'call': 'setpgid', 'reason': set([('list_head', 'next')])},
1643 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
1823 {'call': 'setpgid', 'reason': set([('task_struct', 'cred')])},
4586 {'call': 'setpgid',
4876 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
5088 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
5234 {'call': 'setpgid', 'reason': set([('task_struct', 'cred')])},
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dspawnveg.c215 if (setpgid(0, pgid) < 0 && errno == EPERM)
216 setpgid(pgid, 0);
279 if (setpgid(pid, pgid) < 0 && pid != pgid && errno == EPERM)
280 setpgid(pid, pid);
H A Dsetpgid.c28 NoN(setpgid)
62 setpgid(pid_t pid, pid_t pgid)
H A Dsetsid.c56 setpgid(pg, pg);
H A Domitted.c612 setpgid(pid, 0); in runve()
620 setpgid(0, 0); in runve()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dpgrpsys.c32 #pragma weak _setpgid = setpgid
70 setpgid(pid_t pid, pid_t pgid) in setpgid() function
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies.pretty95 'setpgid',
438 'setpgid',
1568 'setpgid',
1671 'setpgid',
1786 'setpgid',
1996 'setpgid',
2045 'setpgid',
2162 'setpgid',
2208 'setpgid',
2409 'setpgid',
[all …]
H A Dimplicit_dependencies_verbose.pretty88 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
689 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
2081 {'call': 'setpgid',
2202 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
2344 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
2725 {'call': 'setpgid',
2842 {'call': 'setpgid', 'reason': set([('mm_segment_t', 'seg')])},
2997 {'call': 'setpgid',
3076 {'call': 'setpgid', 'reason': set([('task_struct', 'pid')])},
3341 {'call': 'setpgid',
[all …]
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h310 # define setpgid BSDsetpgrp macro
504 # define setpgid setpgrp macro
695 # define setpgid setpgrp macro
1082 # define setpgid setpgrp macro
1148 # define setpgid setpgrp macro
1405 # define setpgid setpgrp macro
1637 # define setpgid setpgrp macro
1661 # define setpgid setpgrp macro
2148 # define setpgid setpgrp macro
2216 # define setpgid setpgrp macro
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dsetpgrp.c35 return (setpgid(pid1, pid2)); in setpgrp()
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c573 setpgid(0, 0); in startjobs()
611 setpgid(0, svpgid);
688 setpgid(0, 0); in makejob()
943 setpgid(0, svpgid); in sigv()
974 setpgid(0, mypgid); in sigv()
H A Dxec.c297 setpgid(parent, 0);
/illumos-gate/usr/src/ucbhead/
H A Dunistd.h146 extern int setpgid(pid_t, pid_t);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocopen.c224 if (setpgid(0, arg1) < 0 && arg1 && errno == EPERM) in modify()
225 setpgid(0, 0); in modify()
843 if (setpgid(proc->pid, proc->pgrp) < 0 && proc->pid != proc->pgrp && errno == EPERM) in procopen()
844 setpgid(proc->pid, proc->pid); in procopen()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c207 setpgid (ppid, ppid);
246 (void) setpgid(0, pgrp);
H A Dsh.c465 (void) setpgid(0, shpgrp); in main()
573 (void) setpgid(0, opgrp); in untty()
H A Dsh.proc.c1256 (void) setpgid(0, pgrp); in pfork()
1277 setpgid(pid, pgrp); in pfork()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c643 setpgid(0,shp->gd->pid); in job_init()
655 setpgid(0,shp->gd->pid); in job_init()
659 if(possible = (setpgid(0,job.mypgid)>=0) || errno==EPERM) in job_init()
710 setpgid(0,shp->gd->pid); in job_init()
787 if(possible && setpgid(0,job.mypgid)>=0) in job_close()
/illumos-gate/usr/src/man/man2/
H A DMakefile124 setpgid.2 \
/illumos-gate/usr/src/boot/include/
H A Dunistd.h360 int setpgid(pid_t, pid_t);
/illumos-gate/usr/src/head/
H A Dunistd.h510 extern int setpgid(pid_t, pid_t);
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c649 (void) setpgid(0, 0); in pnohup()

12