OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalOptions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/dist/contrib/ms2isc/
ms2isc.pl
103
my (%opts, %
GlobalOptions
, %SuperScopes, %Scopes);
111
%
GlobalOptions
= GetGlobalOptions($opts{s});
129
PrintSubnetConfig($outfile, \%
GlobalOptions
, \%{$Scopes{$j}}, $j, "\t", $opts{f});
143
PrintSubnetConfig($outfile, \%
GlobalOptions
, \%{$Scopes{$i}}, $i, "", $opts{f});
149
InsertIfUnique (\@Domains, $
GlobalOptions
{domain}) if exists $
GlobalOptions
{domain};
229
my ($outfile, $
GlobalOptions
, $Scope, $Subnet, $prefix, $failover) = @_;
234
# $
GlobalOptions
: refernce to the hashed variable from GetGlobalOptions
248
} elsif (exists ${$
GlobalOptions
}{routers}) {
249
print $outfile $pound, "\toption routers @{${$
GlobalOptions
}{routers}};\t# NOTE: obtained from global option, bad practice detected\n";
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_basic_logging.cc
79
struct BasicLoggingOptions
GlobalOptions
;
128
if (
GlobalOptions
.ThreadBufferSize == 0) {
136
InternalAlloc(sizeof(XRayRecord) *
GlobalOptions
.ThreadBufferSize,
138
TLD.BufferSize =
GlobalOptions
.ThreadBufferSize;
140
if (
GlobalOptions
.MaxStackDepth == 0) {
149
InternalAlloc(sizeof(StackEntry) *
GlobalOptions
.MaxStackDepth, nullptr,
151
TLD.StackSize =
GlobalOptions
.MaxStackDepth;
419
GlobalOptions
.ThreadBufferSize = F.thread_buffer_size;
420
GlobalOptions
.DurationFilterMicros = F.func_duration_threshold_us;
421
GlobalOptions
.MaxStackDepth = F.max_stack_depth
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026