Searched refs:thejob (Results 1 – 1 of 1) sorted by relevance
1355 struct pipe *thejob; local1359 for (thejob = job_list; thejob; thejob = thejob->next)1360 if (thejob->jobid >= pi->jobid)1361 pi->jobid = thejob->jobid + 1;1365 thejob = job_list = xmalloc(sizeof(*thejob));1367 for (thejob = job_list; thejob->next; thejob = thejob->next) /* nothing */;1368 thejob->next = xmalloc(sizeof(*thejob));1369 thejob = thejob->next;1373 memcpy(thejob, pi, sizeof(struct pipe));1374 thejob->next = NULL;[all …]