OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plans
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
run_tests.pl
176
my @
plans
= (); # initial level, no plan yet
201
my $level = $#
plans
;
211
push @
plans
, $tests_planned;
214
pop @
plans
if @
plans
&& --($
plans
[-1]) <= 0;
/src/crypto/external/bsd/openssl/dist/test/
run_tests.pl
171
my @
plans
= (); # initial level, no plan yet
195
my $level = $#
plans
;
205
push @
plans
, $tests_planned;
208
pop @
plans
if @
plans
&& --($
plans
[-1]) <= 0;
/src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_scan.c
454
struct nlattr *
plans
;
local
458
plans
= nla_nest_start(msg, NL80211_ATTR_SCHED_SCAN_PLANS);
459
if (!
plans
)
497
* All the scan
plans
must specify the number of iterations
508
"nl80211: All sched scan
plans
but the last must specify number of iterations");
512
nla_nest_end(msg,
plans
);
542
"nl80211: Invalid number of sched scan
plans
: %u",
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026