Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 91) sorted by relevance

1234

/onnv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dlogging.c76 u32 levels; member
85 .levels = NTFS_LOG_LEVEL_INFO | NTFS_LOG_LEVEL_QUIET |
104 return ntfs_log.levels; in ntfs_log_get_levels()
116 u32 ntfs_log_set_levels(u32 levels) in ntfs_log_set_levels() argument
119 old = ntfs_log.levels; in ntfs_log_set_levels()
120 ntfs_log.levels |= levels; in ntfs_log_set_levels()
133 u32 ntfs_log_clear_levels(u32 levels) in ntfs_log_clear_levels() argument
136 old = ntfs_log.levels; in ntfs_log_clear_levels()
137 ntfs_log.levels &= (~levels); in ntfs_log_clear_levels()
319 if (!(ntfs_log.levels & level)) /* Don't log this message */ in ntfs_log_redirect()
/onnv-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c61 int *levels; member
182 vidbp->cur_level = vidbp->levels[vidbp->cur_level_index]; in acpi_video_brightness_get()
193 if (vidbp->levels[i] == vidbp->cur_level) { in acpi_video_brightness_get()
210 if (acpi_drv_set_int(vidbp->dev.hdl, "_BCM", vidbp->levels[level]) in acpi_video_brightness_set()
215 vidbp->cur_level = vidbp->levels[level]; in acpi_video_brightness_set()
464 vidbp->levels = kmem_zalloc(nlev * sizeof (uint32_t), KM_SLEEP); in acpi_video_enum_output()
480 vidbp->levels[i] = lev; in acpi_video_enum_output()
488 if (vidbp->levels[k] > vidbp->levels[k+1]) { in acpi_video_enum_output()
489 tmp = vidbp->levels[k+1]; in acpi_video_enum_output()
490 vidbp->levels[k+1] = vidbp->levels[k]; in acpi_video_enum_output()
[all …]
/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c68 int levels = 0; in crawl() local
122 fs_dprintf(("<8> levels = %d\n", levels)); in crawl()
123 levels++; in crawl()
126 return (levels); in crawl()
260 int levels; in stacks_findstack() local
262 if ((levels = crawl(win, kbase, ktop, ubase, 1, fsip)) > 1) { in stacks_findstack()
264 mdb_printf(" %p (%d)\n", fp, levels); in stacks_findstack()
265 } else if (levels == CRAWL_FOUNDALL) { in stacks_findstack()
/onnv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dpcy_tree.c157 tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n); in tree_init()
169 memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL)); in tree_init()
173 level = tree->levels; in tree_init()
371 if (curr == tree->levels) in tree_prune()
419 curr = tree->levels + tree->nlevel - 1; in tree_calculate_authority_set()
432 curr = tree->levels; in tree_calculate_authority_set()
476 anyPolicy = tree->levels[tree->nlevel - 1].anyPolicy; in tree_calculate_user_set()
525 X509_POLICY_LEVEL *curr = tree->levels + 1; in tree_evaluate()
564 for(i = 0, curr = tree->levels; i < tree->nlevel; i++, curr++) in X509_policy_tree_free()
579 OPENSSL_free(tree->levels); in X509_policy_tree_free()
H A Dpcy_lib.c82 return tree->levels + i; in X509_policy_tree_get0_level()
H A Dpcy_int.h174 X509_POLICY_LEVEL *levels; member
/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c354 char *type, char *basetype, int levels) in symtab_set_function() argument
359 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_set_function()
396 int levels) in symtab_set_errval() argument
401 name, line, file, PRIMITIVE, type, basetype, levels, in symtab_set_errval()
422 char *type, char *basetype, int levels) in symtab_add_args() argument
430 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_add_args()
495 char *basetype, int levels) in symtab_add_globals() argument
503 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_add_globals()
770 int kind, char *type, char *basetype, int levels, char *attribute, in allocate_entry() argument
781 return (set_entry(e, name, line, file, kind, type, basetype, levels, in allocate_entry()
[all …]
H A Dtrace.c628 int levels = 0; in to_basetype() local
641 levels++; in to_basetype()
664 return (levels); in to_basetype()
732 int levels, a_levels; in collect_prototype() local
781 levels = to_basetype(f_basetype); in collect_prototype()
790 symtab_set_function(f_name, line, file, f_type, f_basetype, levels); in collect_prototype()
/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c316 int levels; local
343 for (i = P_ROOT, levels = 0 ;; ++levels) {
346 if (levels == 0)
347 levels = 1;
356 levels, levels == 1 ? "" : "s", nkeys);
/onnv-gate/usr/src/cmd/fm/dicts/
H A DAMD.po35 msgstr "The number of errors associated with this memory page has exceeded acceptable levels. Refe…
51 …ctable errors associated with this memory module has exceeded acceptable levels. Refer to %s for …
67 …ctable errors associated with this memory module has exceeded acceptable levels. Refer to %s for …
99 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
115 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
131 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
147 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
163 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
179 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
195 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
[all …]
H A DSUN4V.po35 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
51 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
67 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
83 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
99 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
115 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
131 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
147 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
163 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
179 msgstr "The number of errors associated with this CPU has exceeded \n acceptable levels. R…
[all …]
/onnv-gate/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;
/onnv-gate/usr/src/cmd/ntfsprogs/
H A Dntfscat.c181 int levels = 0; in parse_options() local
269 levels = ntfs_log_get_levels(); in parse_options()
270 if (levels & NTFS_LOG_LEVEL_VERBOSE) in parse_options()
272 if (!(levels & NTFS_LOG_LEVEL_QUIET)) in parse_options()
H A Dntfslabel.c130 int levels = 0; in parse_options() local
178 levels = ntfs_log_get_levels(); in parse_options()
179 if (levels & NTFS_LOG_LEVEL_VERBOSE) in parse_options()
181 if (!(levels & NTFS_LOG_LEVEL_QUIET)) in parse_options()
H A Dntfscp.c148 int levels = 0; in parse_options() local
236 levels = ntfs_log_get_levels(); in parse_options()
237 if (levels & NTFS_LOG_LEVEL_VERBOSE) in parse_options()
239 if (!(levels & NTFS_LOG_LEVEL_QUIET)) in parse_options()
H A Dntfsls.c218 int levels = 0; in parse_options() local
289 levels = ntfs_log_get_levels(); in parse_options()
290 if (levels & NTFS_LOG_LEVEL_VERBOSE) in parse_options()
292 if (!(levels & NTFS_LOG_LEVEL_QUIET)) in parse_options()
H A Dntfscluster.c135 int levels = 0; in parse_options() local
233 levels = ntfs_log_get_levels(); in parse_options()
234 if (levels & NTFS_LOG_LEVEL_VERBOSE) in parse_options()
236 if (!(levels & NTFS_LOG_LEVEL_QUIET)) in parse_options()
/onnv-gate/usr/src/uts/common/disp/
H A Dcmt.c504 int levels, level; in pg_cmt_cpu_init() local
528 levels = 0; in pg_cmt_cpu_init()
605 cpu_cmt_hier[levels++] = pg; in pg_cmt_cpu_init()
613 group_expand(cmt_pgs, levels); in pg_cmt_cpu_init()
628 pg_cmt_hier_sort(cpu_cmt_hier, levels); in pg_cmt_cpu_init()
638 lineage_status = pg_cmt_lineage_validate(cpu_cmt_hier, &levels, pgdata); in pg_cmt_cpu_init()
657 for (level = levels - 1; level >= 0; ) { in pg_cmt_cpu_init()
672 level = levels - 1; in pg_cmt_cpu_init()
684 for (level = 0; level < levels; level++) { in pg_cmt_cpu_init()
689 err = group_add_at(cmt_pgs, pg, levels - level - 1); in pg_cmt_cpu_init()
[all …]
/onnv-gate/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; in DeadCode()
68 levelm = levels = levelref = levelas = 0; in DeadCode()
97 levels++; in DeadCode()
103 i, levelref, levelm, levels, levela, levelas); in DeadCode()
107 tots += levels; in DeadCode()
/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h51 u32 ntfs_log_set_levels(u32 levels);
52 u32 ntfs_log_clear_levels(u32 levels);
/onnv-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl328 my @levels = map { $p->level($_) } @pgs;
329 my $maxlevel = max(@levels);
330 my $minlevel = min(@levels);
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c2234 static struct levels { struct
2238 } levels[] = { argument
2252 struct levels *p; in getlevel()
2254 for (p = levels; (p != NULL) && (p->p_level != level); p++) in getlevel()
2271 struct levels *p; in setclevel()
2280 for (p = levels; p->p_name; p++) { in setclevel()
2296 for (p = levels; (p != NULL) && (p->p_name); p++) in setclevel()
2327 struct levels *p; in setdlevel()
2335 for (p = levels; p->p_name; p++) { in setdlevel()
2344 for (p = levels; p->p_name; p++) in setdlevel()
/onnv-gate/usr/src/uts/common/smbsrv/ndl/
H A Dnetdfs.ndl352 * Valid levels are 100-102.
374 * Valid levels are 1-4, 100-102.
395 * Valid levels are 1-3.
472 * Valid levels are 1-3.
/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c129 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg); in dt_aggregate_lquantize() local
132 for (i = 0; i <= levels + 1; i++) in dt_aggregate_lquantize()
142 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg), i; in dt_aggregate_lquantizedsum() local
145 for (i = 0; i < levels; base += step, i++) in dt_aggregate_lquantizedsum()
148 return (total + (long double)lquanta[levels + 1] * in dt_aggregate_lquantizedsum()
158 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg), i; in dt_aggregate_lquantizedzero() local
163 for (i = 0; i < levels; base += step, i++) { in dt_aggregate_lquantizedzero()
171 return (lquanta[levels + 1]); in dt_aggregate_lquantizedzero()
H A Ddt_consume.c613 uint16_t step, levels; in dt_print_lquantize() local
624 levels = DTRACE_LQUANTIZE_LEVELS(arg); in dt_print_lquantize()
627 last_bin = levels + 1; in dt_print_lquantize()
629 if (size != sizeof (uint64_t) * (levels + 2)) in dt_print_lquantize()
632 while (first_bin <= levels + 1 && data[first_bin] == 0) in dt_print_lquantize()
635 if (first_bin > levels + 1) { in dt_print_lquantize()
645 if (last_bin < levels + 1) in dt_print_lquantize()
667 } else if (i == levels + 1) { in dt_print_lquantize()
669 base + (levels * step)); in dt_print_lquantize()

1234