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

/freebsd-9.3-release/usr.sbin/yppush/
H A Dyppush_main.c68 int yppush_jobs = 1; /* Number of allowed concurrent jobs. */ variable
450 * Restrict the number of concurrent jobs: if yppush_jobs number
454 while (yppush_running_jobs >= yppush_jobs && (yppush_svc_run (yppush_timeout) > 0))
497 yppush_jobs = atoi(optarg);
498 if (yppush_jobs <= 0)
499 yppush_jobs = 1;

Completed in 44 milliseconds