Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/tools/smatch/src/
H A Ddominate.c26 static struct piggy *bank_init(unsigned levels) in bank_init() argument
29 bank = calloc(1, sizeof(*bank) + levels * sizeof(bank->lists[0])); in bank_init()
30 bank->max = levels - 1; in bank_init()
34 static void bank_free(struct piggy *bank, unsigned int levels) in bank_free() argument
36 for (; levels-- ;) in bank_free()
37 free_ptr_list(&bank->lists[levels]); in bank_free()
101 int levels = ep->dom_levels; in idf_compute() local
102 struct piggy *bank = bank_init(levels); in idf_compute()
126 bank_free(bank, levels); in idf_compute()
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c64 int *levels; member
196 if (vidbp->levels[i] == vidbp->cur_level) { in acpi_video_brightness_get()
218 vidbp->cur_level = vidbp->levels[level]; in acpi_video_brightness_set()
483 vidbp->levels[i] = lev; in acpi_video_enum_output()
491 if (vidbp->levels[k] > vidbp->levels[k+1]) { in acpi_video_enum_output()
492 tmp = vidbp->levels[k+1]; in acpi_video_enum_output()
493 vidbp->levels[k+1] = vidbp->levels[k]; in acpi_video_enum_output()
494 vidbp->levels[k] = tmp; in acpi_video_enum_output()
504 if (vidbp->levels[l] == vidbp->levels[l+1]) { in acpi_video_enum_output()
506 vidbp->levels[m] = vidbp->levels[m+1]; in acpi_video_enum_output()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c70 int levels = 0; in crawl() local
124 fs_dprintf(("<8> levels = %d\n", levels)); in crawl()
125 levels++; in crawl()
128 return (levels); in crawl()
269 int levels; in stacks_findstack() local
271 if ((levels = crawl(win, kbase, ktop, ubase, 1, fsip)) > 1) { in stacks_findstack()
273 mdb_printf(" %p (%d)\n", fp, levels); in stacks_findstack()
274 } else if (levels == CRAWL_FOUNDALL) { in stacks_findstack()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c352 char *type, char *basetype, int levels) in symtab_set_function() argument
357 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_set_function()
394 int levels) in symtab_set_errval() argument
399 name, line, file, PRIMITIVE, type, basetype, levels, in symtab_set_errval()
420 char *type, char *basetype, int levels) in symtab_add_args() argument
428 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_add_args()
493 char *basetype, int levels) in symtab_add_globals() argument
501 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_add_globals()
779 return (set_entry(e, name, line, file, kind, type, basetype, levels, in allocate_entry()
808 e->e_levels = levels; in set_entry()
[all …]
H A Dtrace.c626 int levels = 0; in to_basetype() local
639 levels++; in to_basetype()
662 return (levels); in to_basetype()
730 int levels, a_levels; in collect_prototype() local
779 levels = to_basetype(f_basetype); in collect_prototype()
788 symtab_set_function(f_name, line, file, f_type, f_basetype, levels); in collect_prototype()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c313 int levels; local
340 for (i = P_ROOT, levels = 0 ;; ++levels) {
343 if (levels == 0)
344 levels = 1;
353 levels, levels == 1 ? "" : "s", nkeys);
/illumos-gate/usr/src/cmd/fm/dicts/
H A DAMD.po99 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 …
211 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
227 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
243 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dacpi.h63 void dsdt_indent(int levels);
64 void dsdt_unindent(int levels);
H A Dacpi.c156 dsdt_indent(int levels) in dsdt_indent() argument
159 dsdt_indent_level += levels; in dsdt_indent()
164 dsdt_unindent(int levels) in dsdt_unindent() argument
167 assert(dsdt_indent_level >= levels); in dsdt_unindent()
168 dsdt_indent_level -= levels; in dsdt_unindent()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate023.cfg34 # when each levels properties are set locally, results in the top level
38 # the top levels (now default) values
41 # the middle levels (now default) values
H A Dstate013.cfg34 # and bottom levels properties are set locally results in the middle and
35 # bottom levels inheriting values from the next level up in the hierarchy.
H A Dstate020.cfg37 # levels inheriting the changed values.
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
H A Dstate024.cfg34 # when each levels properties are set locally, results in the top level
38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
H A Dstate019.cfg37 # levels inheriting the changed values.
39 # Executing 'zfs inherit' at the middle and bottom levels is somewhat
H A Dstate022.cfg37 # levels inheriting the changed values.
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
H A Dstate009.cfg33 # Verify that executing 'zfs inherit' at different levels of a
H A Dstate010.cfg33 # Verify that executing 'zfs inherit -r' at different levels of a
/illumos-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 …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c862 uint16_t step, levels; in dt_print_lquantize() local
876 last_bin = levels + 1; in dt_print_lquantize()
884 if (first_bin > levels + 1) { in dt_print_lquantize()
894 if (last_bin < levels + 1) in dt_print_lquantize()
915 } else if (i == levels + 1) { in dt_print_lquantize()
917 base + (levels * step)); in dt_print_lquantize()
941 uint16_t step, levels; in dt_print_lquantize_packed() local
959 max = levels + 1; in dt_print_lquantize_packed()
1020 last_bin = levels - 1; in dt_print_llquantize()
1025 if (first_bin == levels) { in dt_print_llquantize()
[all …]
H A Ddt_aggregate.c132 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg); in dt_aggregate_lquantize() local
135 for (i = 0; i <= levels + 1; i++) in dt_aggregate_lquantize()
145 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg), i; in dt_aggregate_lquantizedsum() local
148 for (i = 0; i < levels; base += step, i++) in dt_aggregate_lquantizedsum()
151 return (total + (long double)lquanta[levels + 1] * in dt_aggregate_lquantizedsum()
161 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg), i; in dt_aggregate_lquantizedzero() local
166 for (i = 0; i < levels; base += step, i++) { in dt_aggregate_lquantizedzero()
174 return (lquanta[levels + 1]); in dt_aggregate_lquantizedzero()
/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/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c2231 static struct levels { struct
2235 } levels[] = { argument
2249 struct levels *p; in getlevel()
2251 for (p = levels; (p != NULL) && (p->p_level != level); p++) in getlevel()
2268 struct levels *p; in setclevel()
2277 for (p = levels; p->p_name; p++) { in setclevel()
2293 for (p = levels; (p != NULL) && (p->p_name); p++) in setclevel()
2324 struct levels *p; in setdlevel()
2332 for (p = levels; p->p_name; p++) { in setdlevel()
2341 for (p = levels; p->p_name; p++) in setdlevel()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dsrvsvc1.ndl29 * This module needs only NetShareEnum (levels 0, 1)
30 * and NetServerGetInfo (levels 100, 101)
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dnetdfs.ndl354 * Valid levels are 100-102.
376 * Valid levels are 1-4, 100-102.
397 * Valid levels are 1-3.
474 * Valid levels are 1-3.
/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);

123