Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 962) sorted by relevance

12345678910>>...39

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-debug.h171 xge_debug(module, level, fmt); in xge_debug_stats()
190 xge_debug(module, level, fmt); in xge_debug_interrupt()
208 xge_debug(module, level, fmt); in xge_debug_queue()
228 xge_debug(module, level, fmt); in xge_debug_mm()
247 xge_debug(module, level, fmt); in xge_debug_config()
266 xge_debug(module, level, fmt); in xge_debug_fifo()
284 xge_debug(module, level, fmt); in xge_debug_ring()
302 xge_debug(module, level, fmt); in xge_debug_channel()
320 xge_debug(module, level, fmt); in xge_debug_device()
338 xge_debug(module, level, fmt); in xge_debug_osdep()
[all …]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c385 while (level-- > 0) { in gprintf()
418 gprintf(level, "=== mp ===\n"); in printmp()
547 gprintf(level, "VAR(n)\n"); in printexpr()
552 gprintf(level, "OP: !\n"); in printexpr()
561 gprintf(level, "OP: ?\n"); in printexpr()
574 gprintf(level, "=== mnp ===\n"); in printmnp()
594 printnls(Nls_node *n, int level) in printnls() argument
596 gprintf(level, "=== nls ===\n"); in printnls()
617 printgt(Gettext_t *gt, int level) in printgt() argument
619 gprintf(level, "=== gt ===\n"); in printgt()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Derror.c39 if (level < 0) in errorv()
44 level &= ERROR_LEVEL; in errorv()
56 else if (level < 0) in errorv()
58 else if (level) in errorv()
60 if (level == ERROR_WARNING) in errorv()
68 if (level == ERROR_PANIC) in errorv()
80 if (level >= ERROR_FATAL) in errorv()
85 error(int level, ...) in error() argument
89 va_start(ap, level); in error()
90 errorv(NiL, level, ap); in error()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_plat.c52 int index = level - 1; in ppm_cpu_next()
124 ppm_cpu_go(ppm_domain_t *domp, int level) in ppm_cpu_go() argument
211 int level, oldlevel; in ppm_change_cpu_power() local
226 oldlevel = (cpup->level == PM_LEVEL_UNKNOWN) ? highest : cpup->level; in ppm_change_cpu_power()
248 for (level = oldlevel+incr; level != newlevel+incr; level += incr) { in ppm_change_cpu_power()
251 if (cpup->level == level) in ppm_change_cpu_power()
254 ret = pm_power(cpup->dip, 0, level); in ppm_change_cpu_power()
258 cpup->level = level; in ppm_change_cpu_power()
277 ret = ppm_cpu_next(domp, level); in ppm_change_cpu_power()
307 ret = ppm_cpu_go(domp, level); in ppm_change_cpu_power()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c380 (void) fprintf(fp, IS_LBR_BKTYPE(level) ? "%c" : "%d", level); in put_ddlevel()
725 tmpdd.dd_level = level; in putdumptime()
793 tmpdd.dd_level = level; in append_dumptime()
846 path, *level); in ndmpd_get_dumptime()
848 if (*level == 0) { in ndmpd_get_dumptime()
859 *level = 0; in ndmpd_get_dumptime()
868 *level = i; in ndmpd_get_dumptime()
875 *level = 0; in ndmpd_get_dumptime()
904 *level = 0; in ndmpd_get_dumptime()
936 *level = 0; in ndmpd_get_dumptime()
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c256 int level;
261 SM_REQUIRE(level >= 0);
264 s->ds_level = (unsigned int) level;
292 int level; local
301 level = 0;
304 level = level * 10 + (*s - '0');
307 if (level < 0)
308 level = 0;
311 level = 1;
418 sm_debug_loadactive(debug, level) in sm_debug_loadactive() argument
[all …]
/illumos-gate/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen273 my $level = shift @topo;
296 if ($level->{fac_enum}) {
299 printf($level->{provider});
304 if ($level->{fm_service_indctr}) {
330 $level->{entity_ref_nparams});
339 if ($level->{fm_ok2rm_indctr}) {
364 $level->{entity_ref_nparams});
381 if ($level->{label}) {
402 if ($level->{entity_ref}) {
403 my $val = $level->{entity_ref};
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dufs.c181 int level; in read_inode() local
183 for (level = 0; level < NIADDR; level++) in read_inode()
203 int level; in block_map() local
245 for (level = 0; level < NIADDR; level++) { in block_map()
257 for (; level >= 0; level--) { in block_map()
265 fp->f_blk[level] = in block_map()
280 if (level > 0) { in block_map()
528 int level; in ufs_open() local
531 for (level = 0; level < NIADDR; level++) { in ufs_open()
683 int level; in ufs_close() local
[all …]
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_subr.c124 dcd_log(dev_info_t *dev, char *label, uint_t level, const char *fmt, ...) in dcd_log() argument
139 if (level == CE_PANIC || level == CE_WARN) { in dcd_log()
143 } else if (level == CE_NOTE || in dcd_log()
144 level >= (uint_t)DCD_DEBUG) { in dcd_log()
147 } else if (level == CE_CONT) { in dcd_log()
172 switch (level) { in dcd_log()
175 level = CE_CONT; in dcd_log()
181 cmn_err(level, "?%s\t%s", name, in dcd_log()
184 cmn_err(level, "^%s\t%s", name, in dcd_log()
187 cmn_err(level, "!%s\t%s", name, in dcd_log()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c376 int level; in tzmon_discard_buffers() local
378 for (level = 0; level < TZ_NUM_LEVELS; level++) { in tzmon_discard_buffers()
399 int level; in tzmon_enumerate_zone() local
454 for (level = 0; level < TZ_NUM_LEVELS; level++) { in tzmon_enumerate_zone()
466 for (level = 0; level < TZ_NUM_LEVELS; level++) { in tzmon_enumerate_zone()
467 if (tzp->ac[level] == -1) { in tzmon_enumerate_zone()
468 tzp->al[level].Length = 0; in tzmon_enumerate_zone()
664 int tmp, new_level, level; in tzmon_eval_zone() local
698 for (level = 0, new_level = -1; level < TZ_NUM_LEVELS; level++) { in tzmon_eval_zone()
699 if (tzp->ac[level] >= 0 && (tmp >= tzp->ac[level])) { in tzmon_eval_zone()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c345 error(int level, ...) in error() argument
349 va_start(ap, level); in error()
350 errorv(NiL, level, ap); in error()
379 if (level > 0) in errorv()
382 level &= ERROR_LEVEL; in errorv()
487 switch (level) in errorv()
499 if (level < 0) in errorv()
503 sfprintf(stkstd, "%s%d:%s", s, level, level > -10 ? " " : ""); in errorv()
549 level = (*error_info.auxilliary)(stkstd, level, flags); in errorv()
552 if (level > 0) in errorv()
[all …]
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c418 mfn = pte2mfn(pte, level); in do_pte_dcmd()
452 if (level > 0) { in do_pte_dcmd()
484 uint64_t level = 0; in pte_dcmd() local
549 int level; in do_va2pa() local
575 for (level = 0; level <= mmu.max_level; ++level) { in do_va2pa()
702 int level; in do_report_maps() local
756 level = htable.ht_level; in do_report_maps()
884 level = htable.ht_level; in do_ptable_dcmd()
893 level = 0; in do_ptable_dcmd()
912 do_pte_dcmd(level, pte); in do_ptable_dcmd()
[all …]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_log.c238 int level) in debug_to_log_level() argument
240 if (level >= 0 && level <= 10) { in debug_to_log_level()
241 if (level >= DBG_ALL) in debug_to_log_level()
250 return (level); in debug_to_log_level()
434 int level) in _nscd_set_debug_level() argument
442 if (level >= 0 && level <= 10) { in _nscd_set_debug_level()
446 l = level; in _nscd_set_debug_level()
448 if (level < 0) in _nscd_set_debug_level()
449 c = -1 * level / 1000000; in _nscd_set_debug_level()
466 if (level < 0) in _nscd_set_debug_level()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_msg.c325 mandoc_msg_setrc(enum mandoclevel level) in mandoc_msg_setrc() argument
327 if (rc < level) in mandoc_msg_setrc()
328 rc = level; in mandoc_msg_setrc()
335 enum mandoclevel level; in mandoc_msg() local
340 level = MANDOCLEVEL_SYSERR; in mandoc_msg()
341 while (t < lowest_type[level]) in mandoc_msg()
342 level--; in mandoc_msg()
343 mandoc_msg_setrc(level); in mandoc_msg()
355 fprintf(fileptr, " %s", level_name[level]); in mandoc_msg()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c382 char *level; in emlxs_msg_printf() local
419 level = " DEBUG"; in emlxs_msg_printf()
423 level = " NOTICE"; in emlxs_msg_printf()
427 level = "WARNING"; in emlxs_msg_printf()
606 char *level; in emlxs_msg_sprintf() local
621 level = " DEBUG"; in emlxs_msg_sprintf()
625 level = " NOTICE"; in emlxs_msg_sprintf()
629 level = "WARNING"; in emlxs_msg_sprintf()
633 level = " ERROR"; in emlxs_msg_sprintf()
637 level = " PANIC"; in emlxs_msg_sprintf()
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Difbrack.fr24 1 \ ( level )
27 parse-word dup while \ ( level addr len )
28 ?[if] if \ ( level addr len )
29 2drop 1+ \ ( level )
30 else \ ( level addr len )
31 ?[else] if \ ( level addr len )
36 endif ?dup 0= if exit endif \ level
37 repeat 2drop \ level
38 refill 0= until \ level
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c213 if (level > 0 && !debugging) in log_check_channel()
225 chan_level = lc->level; in log_check_channel()
227 chan_level = chan->level; in log_check_channel()
229 if (level > chan_level) in log_check_channel()
336 if (level >= 0) { in log_vwrite()
368 pri = (level >= 0) ? 0 : -level; in log_vwrite()
458 nlc->level = 0; in log_new_context()
554 lc->level = value; in log_option()
586 chan->level = level; in log_new_syslog_channel()
605 chan->level = level; in log_new_file_channel()
[all …]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c166 if (level >= 1) in kbm_map()
184 ptep = find_pte(va, &pte_physaddr, level, 0); in kbm_map()
212 if (level == 1) in kbm_map_ma()
226 (void) find_pte(va, &pte_physaddr, level, 0); in kbm_map_ma()
339 level_t level = 0; in kbm_unmap()
364 level_t level = 0; in kbm_remap() local
412 level_t level = 0; in kbm_read_only() local
414 ptep = find_pte(va, NULL, level, 0); in kbm_read_only()
483 if (level == top_level && level == 2) in set_pteval()
489 make_ptable(x86pte_t *pteval, uint_t level) in make_ptable() argument
[all …]
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c234 int level) in fth_print_integer() argument
243 if (level != 0) in fth_print_integer()
272 int level) in fth_print_pointer() argument
276 if (level != 0) in fth_print_pointer()
287 int level) in fth_print_struct() argument
291 if (level != 0) in fth_print_struct()
303 int level) in fth_print_enum() argument
307 if (level != 0) in fth_print_enum()
319 char *format, int level) in fth_print_array() argument
321 if (level != 0) in fth_print_array()
[all …]
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c573 str, ppmd->path, change, ppmd->level, level, ret)); in xcppm_set_level()
576 ppmd->level = level; in xcppm_set_level()
792 oldlevel = (cpup->level == PM_LEVEL_UNKNOWN) ? highest : cpup->level; in xcppm_change_cpu_power()
835 for (level = oldlevel+incr; level != newlevel+incr; level += incr) { in xcppm_change_cpu_power()
837 if (cpup->level == level) in xcppm_change_cpu_power()
863 index = level - 1; in xcppm_change_cpu_power()
1071 if (new == ppmd->level) in xcppm_manage_fet()
1169 if (new == ppmd->level) in xcppm_manage_pciupa()
1297 if (new == ppmd->level) in xcppm_manage_1394()
1308 ppmd->level = new; in xcppm_manage_1394()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppincref.c35 int level; in ppincref() local
41 level = 0; in ppincref()
44 level++; in ppincref()
45 if (level > 0) in ppincref()
46 level--; in ppincref()
47 error(0, "%-*s%s", level * 4, "", file); in ppincref()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldaplog.h50 #define LDAPDebug( level, fmt, arg1, arg2, arg3 ) argument
59 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \ argument
61 if ( *module_ldap_debug & level ) { \
67 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \
69 if ( ldap_debug & level ) { \
77 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \
78 if ( ldap_debug & level ) { \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate017.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when the top level and middle level datasets properties are set locally,
35 # and the bottom level has inherited its properties from the middle
36 # level, results in the top level properties reverting back to their
39 # Executing 'zfs inherit' at the middle level results in the middle level
40 # inheriting its value from the top level (which is now default), and passing
41 # the values down to the bottom level.
43 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Dgda.c177 gda_log(dev_info_t *dev, char *label, uint_t level, const char *fmt, ...) in gda_log() argument
203 if (level == CE_PANIC || level == CE_WARN) { in gda_log()
207 } else if (level == CE_NOTE || in gda_log()
208 level >= (uint_t)SCSI_DEBUG) { in gda_log()
211 } else if (level == CE_CONT) { in gda_log()
222 switch (level) { in gda_log()
224 level = CE_CONT; in gda_log()
230 cmn_err(level, "?%s\t%s", name, buf); in gda_log()
232 cmn_err(level, "^%s\t%s", name, buf); in gda_log()
234 cmn_err(level, "!%s\t%s", name, buf); in gda_log()
[all …]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dsrvsvc1_clnt.c80 int level, union mslm_NetServerGetInfo_ru *resp) in srvsvc_net_server_getinfo() argument
94 arg.level = level; in srvsvc_net_server_getinfo()
109 int level, union mslm_NetShareEnum_ru *resp) in srvsvc_net_share_enum() argument
126 arg.level = level; in srvsvc_net_share_enum()
127 arg.result.level = level; in srvsvc_net_share_enum()

12345678910>>...39