Home
last modified time | relevance | path

Searched refs:pgrp (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dbsd-proc.h263 static inline abi_long do_bsd_setpgid(int pid, int pgrp) in do_bsd_setpgid() argument
265 return get_errno(setpgid(pid, pgrp)); in do_bsd_setpgid()
/openbmc/u-boot/common/
H A Dcli_hush.c252 pid_t pgrp; /* process group ID for the job */ member
686 tcsetpgrp(shell_terminal, pi->pgrp); in builtin_fg_bg()
693 if ( (i=kill(- pi->pgrp, SIGCONT)) < 0) { in builtin_fg_bg()
1565 pi->pgrp = -1;
1727 if (pi->pgrp < 0) {
1728 pi->pgrp = getpid();
1730 if (setpgid(0, pi->pgrp) == 0) {
1731 tcsetpgrp(2, pi->pgrp);
1741 if (pi->pgrp < 0) {
1742 pi->pgrp = child->pid;
[all …]