OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_startups
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sshd.c
225
children = xcalloc(options.
max_startups
, sizeof(*children));
226
for (i = 0; i < options.
max_startups
; i++) {
243
for (i = 0; i < options.
max_startups
; i++) {
254
" slots full", options.
max_startups
);
277
if (++children_active > options.
max_startups
)
278
fatal_f("internal error: more children than
max_startups
");
331
for (i = 0; i < options.
max_startups
; i++) {
459
for (i = 0; i < options.
max_startups
; i++) {
473
for (i = 0; i < options.
max_startups
; i++) {
490
for (i = 0; i < options.
max_startups
; i++)
[
all
...]
servconf.h
203
int
max_startups
;
member in struct:__anon186
servconf.c
199
options->
max_startups
= -1;
464
if (options->
max_startups
== -1)
465
options->
max_startups
= 100;
2197
if (*activep && options->
max_startups
== -1) {
2200
options->
max_startups
= value3;
3673
o->max_startups_rate, o->
max_startups
);
Completed in 24 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026