Lines Matching full:jobs
68 static int yppush_jobs = 1; /* Number of allowed concurrent jobs. */
69 static int yppush_running_jobs = 0; /* Number of currently running jobs. */
72 struct jobs { struct
80 struct jobs *next; argument
83 static struct jobs *yppush_joblist; /* Linked list of running jobs. */
112 struct jobs *job; in yppush_show_status()
160 struct jobs *jptr; in yppush_exit()
279 yppush_send_xfr(struct jobs *job) in yppush_send_xfr()
372 struct jobs *job; in yp_push()
374 /* Register the job in our linked list of jobs. */ in yp_push()
377 if ((job = (struct jobs *)malloc(sizeof (struct jobs))) == NULL) { in yp_push()
459 * Restrict the number of concurrent jobs: if yppush_jobs number in yppush_foreach()
460 * of jobs have already been dispatched and are still pending, in yppush_foreach()
483 "usage: yppush [-d domain] [-t timeout] [-j #parallel jobs] [-h host]", in usage()
626 yp_error("all jobs dispatched"); in main()