Searched refs:levels (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c595 grub_size_t visual_len, unsigned *levels,
616 tl = levels[start + i];
617 levels[start + i] = levels[end - i];
618 levels[end - i] = tl;
658 if (levels[i] > max_level)
659 max_level = levels[i];
660 if (levels[i] < min_odd_level && (levels[i] & 1))
661 min_odd_level = levels[
593 bidi_line_wrap(struct grub_unicode_glyph *visual_out, struct grub_unicode_glyph *visual, grub_size_t visual_len, unsigned *levels, grub_ssize_t (*getcharwidth) (const struct grub_unicode_glyph *visual), grub_size_t maxwidth, grub_size_t startwidth) argument
793 unsigned *levels; local
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlogging.c71 * @levels: Bitfield of logging levels
76 u32 levels; member in struct:ntfs_logging
85 .levels = NTFS_LOG_LEVEL_INFO | NTFS_LOG_LEVEL_QUIET |
96 * ntfs_log_get_levels - Get a list of the current logging levels
98 * Find out which logging levels are enabled.
100 * Returns: Log levels in a 32-bit field
104 return ntfs_log.levels;
108 * ntfs_log_set_levels - Enable extra logging levels
109 * @levels
116 ntfs_log_set_levels(u32 levels) argument
133 ntfs_log_clear_levels(u32 levels) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DMakefile.PL141 my @levels = qw(
182 NAMES => [ @levels, @facilities, @options, @others_macros ],
186 my @names = map { ref $_ ? $_->{name} : $_ } @levels, @facilities, @options;
H A DSyslog.pm21 # levels
337 croak "syslog: too many levels given: $word" if defined $numpri;
999 is not modified. See L<"Levels"> for the list of available levels.
1000 You can use the C<LOG_UPTO()> function to allow all levels up to a
1370 =item C<syslog: too many levels given: %s>
1372 B<(F)> You specified too many levels.
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c314 int levels; local
340 /* Count the levels of the tree. */
341 for (i = P_ROOT, levels = 0 ;; ++levels) {
344 if (levels == 0)
345 levels = 1;
354 levels, levels == 1 ? "" : "s", nkeys);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscat.c181 int levels = 0; local
268 /* Make sure we're in sync with the log levels */
269 levels = ntfs_log_get_levels();
270 if (levels & NTFS_LOG_LEVEL_VERBOSE)
272 if (!(levels & NTFS_LOG_LEVEL_QUIET))
H A Dntfslabel.c130 int levels = 0; local
177 /* Make sure we're in sync with the log levels */
178 levels = ntfs_log_get_levels();
179 if (levels & NTFS_LOG_LEVEL_VERBOSE)
181 if (!(levels & NTFS_LOG_LEVEL_QUIET))
H A Dntfscp.c148 int levels = 0; local
235 /* Make sure we're in sync with the log levels */
236 levels = ntfs_log_get_levels();
237 if (levels & NTFS_LOG_LEVEL_VERBOSE)
239 if (!(levels & NTFS_LOG_LEVEL_QUIET))
H A Dntfscluster.c135 int levels = 0; local
232 /* Make sure we're in sync with the log levels */
233 levels = ntfs_log_get_levels();
234 if (levels & NTFS_LOG_LEVEL_VERBOSE)
236 if (!(levels & NTFS_LOG_LEVEL_QUIET))
H A Dntfsls.c218 int levels = 0; local
288 /* Make sure we're in sync with the log levels */
289 levels = ntfs_log_get_levels();
290 if (levels & NTFS_LOG_LEVEL_VERBOSE)
292 if (!(levels & NTFS_LOG_LEVEL_QUIET))
H A Dntfsundelete.c462 int levels = 0; local
626 /* Make sure we're in sync with the log levels */
627 levels = ntfs_log_get_levels();
628 if (levels & NTFS_LOG_LEVEL_VERBOSE)
630 if (!(levels & NTFS_LOG_LEVEL_QUIET))
H A Dntfsinfo.c181 int levels = 0; local
267 /* Make sure we're in sync with the log levels */
268 levels = ntfs_log_get_levels();
269 if (levels & NTFS_LOG_LEVEL_VERBOSE)
271 if (!(levels & NTFS_LOG_LEVEL_QUIET))
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h50 /* Enable/disable certain log levels */
51 u32 ntfs_log_set_levels(u32 levels);
52 u32 ntfs_log_clear_levels(u32 levels);
67 /* Logging levels - Determine what gets logged */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.xs39 int levels, tots = 0, levela, tota = 0, levelas, totas = 0;
68 levelm = levels = levelref = levelas = 0;
97 levels++;
103 i, levelref, levelm, levels, levela, levelas);
107 tots += levels;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.pm16 I<dir> (or current directory) and working back up to five levels of '..'.
H A DCPAN.pm2409 my(@levels);
2411 @levels = ($Themethod, grep {$_ ne $Themethod} qw/easy hard hardest/);
2413 @levels = qw/easy hard hardest/;
2415 @levels = qw/easy/ if $^O eq 'MacOS';
2417 for $levelno (0..$#levels) {
2418 my $level = $levels[$levelno];
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c1399 /* Make a HOL containing all levels of options in ARGP. CLUSTER is the
1423 /* Calculate how many different levels with alternative args strings exist in
1428 size_t levels = 0;
1432 levels++;
1436 levels += argp_args_levels ((child++)->argp);
1438 return levels;
1448 char **levels, int advance, argp_fmtstream_t stream)
1450 char *our_level = *levels;
1468 (*levels)++;
1482 advance = !argp_args_usage ((child++)->argp, state, levels, advanc
1406 size_t levels = 0; local
1425 argp_args_usage(const struct argp *argp, const struct argp_state *state, char **levels, int advance, argp_fmtstream_t stream) argument
1633 char *levels = pattern_levels; local
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c613 uint16_t step, levels; local
624 levels = DTRACE_LQUANTIZE_LEVELS(arg);
627 last_bin = levels + 1;
629 if (size != sizeof (uint64_t) * (levels + 2))
632 while (first_bin <= levels + 1 && data[first_bin] == 0)
635 if (first_bin > levels + 1) {
645 if (last_bin < levels + 1)
667 } else if (i == levels + 1) {
669 base + (levels * step));
H A Ddt_aggregate.c147 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg); local
150 for (i = 0; i <= levels + 1; i++)
160 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg), i; local
163 for (i = 0; i < levels; base += step, i++)
166 return (total + (long double)lquanta[levels + 1] *
176 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg), i; local
181 for (i = 0; i < levels; base += step, i++) {
189 return (lquanta[levels + 1]);
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1530 int levels; local
1539 levels = DTRACE_LQUANTIZE_LEVELS(value);
1545 n = levels + 2;
1548 levels = n - 1; /* levels excludes base */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm52 # A boolean for Variable and 16-bit weights at 4 levels of Collation Element
1142 If omitted, forwards at all the levels.
1235 Any higher levels than the specified one are ignored.
1454 'Blanked' Variable elements are made ignorable at levels 1 through 3;
1459 'Shifted' Variable elements are made ignorable at levels 1 through 3
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm618 may implement different levels of debug but a non-zero value results in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm125 levels of "verboseness": If the verbose level is 0, then only a synopsis
H A DChecker.pm537 the more warnings are printed. Currently there are only levels 1 and 2.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm106 file and its opening. Additional security levels are provided to
793 # internal routine to decide which security levels are allowed
1950 On systems that do not support the HIGH or MEDIUM safety levels

Completed in 100 milliseconds

12