Searched refs:thejob (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c1170 struct job *thejob; local
1173 /* find the ID for thejob to use */
1175 for (thejob = j_list->head; thejob; thejob = thejob->next)
1176 if (thejob->jobid >= newjob->jobid)
1177 newjob->jobid = thejob->jobid + 1;
1179 /* add thejob to the list of running jobs */
1181 thejob
[all...]
H A Dhush.c1436 struct pipe *thejob; local
1441 for (thejob = job_list; thejob; thejob = thejob->next)
1442 if (thejob->jobid >= pi->jobid)
1443 pi->jobid = thejob->jobid + 1;
1445 /* Add thejob to the list of running jobs */
1447 thejob = job_list = xmalloc(sizeof(*thejob));
[all...]

Completed in 74 milliseconds