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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c69 int levels = 0; local
123 fs_dprintf(("<8> levels = %d\n", levels));
124 levels++;
127 return (levels);
268 int levels; local
270 if ((levels = crawl(win, kbase, ktop, ubase, 1, fsip)) > 1) {
272 mdb_printf(" %p (%d)\n", fp, levels);
273 } else if (levels == CRAWL_FOUNDALL) {
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c64 int *levels; member in struct:acpi_video_brightness
185 vidbp->cur_level = vidbp->levels[vidbp->cur_level_index];
196 if (vidbp->levels[i] == vidbp->cur_level) {
213 if (acpi_drv_set_int(vidbp->dev.hdl, "_BCM", vidbp->levels[level])
218 vidbp->cur_level = vidbp->levels[level];
464 * op->nlev will be needed to free op->levels.
467 vidbp->levels = kmem_zalloc(nlev * sizeof (uint32_t), KM_SLEEP);
470 * Get all the supported brightness levels.
483 vidbp->levels[i] = lev;
487 * Sort the brightness levels
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c51 int e_levels; /* levels of indirection */
354 char *type, char *basetype, int levels)
359 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1);
396 int levels)
401 name, line, file, PRIMITIVE, type, basetype, levels,
422 char *type, char *basetype, int levels)
430 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1);
495 char *basetype, int levels)
503 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1);
770 int kind, char *type, char *basetype, int levels, cha
353 symtab_set_function(char *name, int line, char *file, char *type, char *basetype, int levels) argument
395 symtab_set_errval(char *name, int line, char *file, char *type, char *basetype, int levels) argument
421 symtab_add_args(char *name, int line, char *file, char *type, char *basetype, int levels) argument
494 symtab_add_globals(char *name, int line, char *file, char *type, char *basetype, int levels) argument
768 allocate_entry(ENTRY *e, char *name, int line, char *file, int kind, char *type, char *basetype, int levels, char *attribute, int npre, int npost) argument
791 set_entry(ENTRY *e, char *name, int line, char *file, int kind, char *type, char *basetype, int levels, char *attribute, int npre, int npost) argument
863 add_entry_table(EHEAD *t, char *name, int line, char *file, int kind, char *type, char *basetype, int levels, char *attribute, int npre, int npost) argument
[all...]
H A Dtrace.c619 * the number of levels of indirection.
628 int levels = 0; local
641 levels++;
664 return (levels);
732 int levels, a_levels; local
781 levels = to_basetype(f_basetype);
790 symtab_set_function(f_name, line, file, f_type, f_basetype, levels);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c316 int levels; local
342 /* Count the levels of the tree. */
343 for (i = P_ROOT, levels = 0 ;; ++levels) {
346 if (levels == 0)
347 levels = 1;
356 levels, levels == 1 ? "" : "s", nkeys);
/illumos-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);
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c504 int levels, level; local
528 levels = 0;
605 cpu_cmt_hier[levels++] = pg;
613 group_expand(cmt_pgs, levels);
628 pg_cmt_hier_sort(cpu_cmt_hier, levels);
638 lineage_status = pg_cmt_lineage_validate(cpu_cmt_hier, &levels, pgdata);
657 for (level = levels - 1; level >= 0; ) {
672 level = levels - 1;
684 for (level = 0; level < levels; level++) {
689 err = group_add_at(cmt_pgs, pg, levels
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c860 uint16_t step, levels; local
871 levels = DTRACE_LQUANTIZE_LEVELS(arg);
874 last_bin = levels + 1;
876 if (size != sizeof (uint64_t) * (levels + 2))
879 while (first_bin <= levels + 1 && data[first_bin] == 0)
882 if (first_bin > levels + 1) {
892 if (last_bin < levels + 1)
913 } else if (i == levels + 1) {
915 base + (levels * step));
939 uint16_t step, levels; local
987 int i, first_bin, last_bin, bin = 1, order, levels; local
[all...]
H A Ddt_aggregate.c132 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg); local
135 for (i = 0; i <= levels + 1; i++)
145 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg), i; local
148 for (i = 0; i < levels; base += step, i++)
151 return (total + (long double)lquanta[levels + 1] *
161 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg), i; local
166 for (i = 0; i < levels; base += step, i++) {
174 return (lquanta[levels + 1]);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c2234 static struct levels { struct
2238 } levels[] = { variable in typeref:struct:levels
2252 struct levels *p;
2254 for (p = levels; (p != NULL) && (p->p_level != level); p++)
2271 struct levels *p;
2280 for (p = levels; p->p_name; p++) {
2296 for (p = levels; (p != NULL) && (p->p_name); p++)
2327 struct levels *p;
2335 for (p = levels; p->p_name; p++) {
2344 for (p = levels;
[all...]
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl376 my @levels = map { $p->level($_) } @pgs; # Levels for each PG
377 $maxlevel = max(@levels);
378 $minlevel = min(@levels);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c1030 * levels and are numbered starting from 1.
1040 unsigned int levels = 0; /* levels seen so far */ local
1064 levels++;
1068 if (levels == level) {
1099 if (levels == level) {
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1530 int levels; local
1540 levels = DTRACE_LQUANTIZE_LEVELS(value);
1546 n = levels + 2;
1551 levels = size / sizeof (int64_t);
1552 n = levels;
1556 levels = n - 1; /* levels excludes base */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c794 int levels = 1; local
797 * Determine the number of levels necessary for the meta-dnode
807 (levels - 1) * (mdn->dn_indblkshift - SPA_BLKPTRSHIFT)) <
809 levels++;
812 mdn->dn_nlevels = levels;
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c1340 lgrp_topo_flatten(int levels, lgrp_t **lgrps, int lgrp_count, argument
1351 if (levels != 2)
H A Dlgrp.c48 * which represent more levels of locality than just the local latency of the
2317 * Flatten lpl topology to given number of levels. This is presently only
2318 * implemented for a flatten to 2 levels, which will prune out the intermediates
2322 lpl_topo_flatten(int levels) argument
2331 if (levels != 2)
2388 return (levels);
2494 * finished. If the lpls at the intermediate levels of the hierarchy have no
2578 * differing levels of locality.
/illumos-gate/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c157 * Temperature levels :
162 enum levels {green, yellow, red}; enum
1584 enum levels warning_level, level;
1644 * Current tempr. poll shows all levels normal.
1645 * If the previous poll showed warning levels, we need
1699 enum levels warning_level = green;
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s1927 * Set CPU's base SPL level, based on which interrupt levels are active.
1951 ! at higher levels than this one, so must convert flags to a PIL
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c2258 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg); local
2262 ASSERT(levels != 0);
2274 if (level < levels) {
2282 lquanta[levels + 1] += incr;
10717 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(desc->dtad_arg); local
10722 if (step == 0 || levels == 0)
10725 size = levels * sizeof (uint64_t) + 3 * sizeof (uint64_t);
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh70 The following are the supported credential levels:
303 the search will be performed through *all* levels below the base DN
312 multiple credential levels and is ordered. If a proxy level
4214 attributetypes: ( 1.3.18.0.2.4.1110 NAME 'printer-job-priority-supported' DESC 'Indicates the number of job priority levels supported. An IPP conformant printer which supports job priority must always support a full range of priorities from "1" to "100" (to ensure consistent behavior), therefore this attribute describes the "granularity". Legal values of this attribute are from "1" to "100".' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4650 % This parameter controls the indentation of the various levels.

Completed in 523 milliseconds