HomeSort by: relevance | last modified time | path
    Searched defs:maxproc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/conf/
param.c 118 int maxproc = NPROC; variable in typeref:typename:int
param.c 118 int maxproc = NPROC; variable in typeref:typename:int
  /src/usr.sbin/autofs/
automountd.c 431 fprintf(stderr, "Usage: %s [-D name=value][-m maxproc]"
461 int ch, debug = 0, error, maxproc = 30, saved_errno; local in function:main_automountd
486 maxproc = atoi(optarg);
577 while (maxproc > 0 && nchildren >= maxproc) {
578 log_debugx("maxproc limit of %d child processes"
580 maxproc);
automountd.c 431 fprintf(stderr, "Usage: %s [-D name=value][-m maxproc]"
461 int ch, debug = 0, error, maxproc = 30, saved_errno; local in function:main_automountd
486 maxproc = atoi(optarg);
577 while (maxproc > 0 && nchildren >= maxproc) {
578 log_debugx("maxproc limit of %d child processes"
580 maxproc);

Completed in 21 milliseconds