Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcli_hush.c488 static int checkjobs(struct pipe* fg_pipe);
1419 static int checkjobs(struct pipe* fg_pipe) argument
1428 if (fg_pipe==NULL) {
1433 if (fg_pipe) {
1435 for (i=0; i < fg_pipe->num_progs; i++) {
1436 if (fg_pipe->progs[i].pid == childpid) {
1437 if (i==fg_pipe->num_progs-1)
1439 (fg_pipe->num_progs)--;