Home
last modified time | relevance | path

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

12345678910>>...38

/titanic_41/usr/src/uts/common/io/xge/hal/include/
H A Dxge-debug.h143 #define xge_debug(module, level, fmt) { \ argument
144 if (((level >= XGE_TRACE && ((module & XGE_DEBUG_TRACE_MASK) == module)) || \
145 (level >= XGE_ERR && ((module & XGE_DEBUG_ERR_MASK) == module))) && \
146 level >= *g_level && module & *(unsigned int *)g_module_mask) { \
158 #define xge_debug(module, level, fmt...) { \ argument
159 if (((level >= XGE_TRACE && ((module & XGE_DEBUG_TRACE_MASK) == module)) || \
160 (level >= XGE_ERR && ((module & XGE_DEBUG_ERR_MASK) == module))) && \
161 level >= *g_level && module & *(unsigned int *)g_module_mask) { \
169 static inline void xge_debug_stats(xge_debug_level_e level, char *fmt, ...) { in xge_debug_stats() argument
171 xge_debug(module, level, fmt); in xge_debug_stats()
[all …]
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c380 gprintf(int level, const char *format, ...) in gprintf() argument
386 while (level-- > 0) { in gprintf()
417 printmp(struct msg_pack *mp, int level) in printmp() argument
419 gprintf(level, "=== mp ===\n"); in printmp()
420 gprintf(level, " msgid1: \"%s\"\n", in printmp()
422 gprintf(level, " msgid2: \"%s\"\n", in printmp()
424 gprintf(level, " msgfile: \"%s\"\n", in printmp()
426 gprintf(level, " domain: \"%s\"\n", in printmp()
428 gprintf(level, " binding: \"%s\"\n", in printmp()
430 gprintf(level, " locale: \"%s\"\n", in printmp()
[all …]
/titanic_41/usr/src/tools/stabs/
H A Dgenassym.c38 char *format, int level);
41 char *format, int level);
43 char *format, int level);
45 char *format, int level);
47 char *format, int level);
49 char *format, int level);
51 char *format, int level);
53 char *format, int level);
55 char *format, int level);
57 char *format, int level);
[all …]
H A Dforth.c38 char *format, int level);
41 char *format, int level);
43 char *format, int level);
45 char *format, int level);
47 char *format, int level);
49 char *format, int level);
51 char *format, int level);
53 char *format, int level);
55 char *format, int level);
57 char *format, int level);
[all …]
/titanic_41/usr/src/uts/sun4u/io/
H A Dppm_plat.c46 ppm_cpu_next(ppm_domain_t *domp, int level) in ppm_cpu_next() argument
52 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()
256 str, cpup->path, chstr, level, ret)) in ppm_change_cpu_power()
258 cpup->level = level; in ppm_change_cpu_power()
[all …]
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Ddebug.c254 sm_debug_addsetting_x(pattern, level) in sm_debug_addsetting_x() argument
256 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;
[all …]
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c375 put_ddlevel(FILE *fp, int level) in put_ddlevel() argument
380 (void) fprintf(fp, IS_LBR_BKTYPE(level) ? "%c" : "%d", level); in put_ddlevel()
641 putdumptime(char *path, int level, time_t ddate) in putdumptime() argument
653 if (IS_LBR_BKTYPE(level)) { in putdumptime()
654 NDMP_LOG(LOG_DEBUG, "Lbr: [%s][%c][%u]", path, level, ddate); in putdumptime()
656 NDMP_LOG(LOG_DEBUG, "[%s][%d][%u]", path, level, ddate); in putdumptime()
699 if (ddp->dd_level != level) in putdumptime()
725 tmpdd.dd_level = level; in putdumptime()
743 append_dumptime(char *fname, char *path, int level, time_t ddate) in append_dumptime() argument
752 if (IS_LBR_BKTYPE(level & 0xff)) { in append_dumptime()
[all …]
/titanic_41/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen273 my $level = shift @topo;
277 $indent, "", $type, 0, $level->{count} - 1);
280 for (my $i = 0; $i < $level->{count}; $i++) {
296 if ($level->{fac_enum}) {
299 printf($level->{provider});
304 if ($level->{fm_service_indctr}) {
318 my @refs = split(/\,/, $level->{fm_service_indctr});
330 $level->{entity_ref_nparams});
339 if ($level->{fm_ok2rm_indctr}) {
353 my @refs = split(/\,/, $level->{fm_ok2rm_indctr});
[all …]
/titanic_41/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 …]
/titanic_41/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()
379 if (tzp->al[level].Pointer != NULL) in tzmon_discard_buffers()
380 AcpiOsFree(tzp->al[level].Pointer); 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()
455 (void) snprintf(abuf, 5, "_AC%d", level); in tzmon_enumerate_zone()
456 tzmon_eval_int(obj, abuf, &tzp->ac[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()
[all …]
/titanic_41/usr/src/lib/libast/common/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()
355 errorv(const char* id, int level, va_list ap) in errorv() argument
379 if (level > 0) in errorv()
381 flags = level & ~ERROR_LEVEL; in errorv()
382 level &= ERROR_LEVEL; in errorv()
416level < error_info.trace || (flags & ERROR_LIBRARY) && !(((error_info.set | error_info.flags) ^ er… in errorv()
418 if (level >= ERROR_FATAL) in errorv()
419 (*error_info.exit)(level - 1); in errorv()
[all …]
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_log.c240 int level) in debug_to_log_level() argument
242 if (level >= 0 && level <= 10) { in debug_to_log_level()
243 if (level >= DBG_ALL) in debug_to_log_level()
245 else if (level >= DBG_NETLOOKUPS) in debug_to_log_level()
247 else if (level >= DBG_CANT_FIND) in debug_to_log_level()
249 else if (level >= DBG_OFF) in debug_to_log_level()
252 return (level); in debug_to_log_level()
436 int level) in _nscd_set_debug_level() argument
444 if (level >= 0 && level <= 10) { in _nscd_set_debug_level()
445 l = debug_to_log_level(level); in _nscd_set_debug_level()
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c192 switch (entry->msg->level) { in emlxs_msg_log()
275 switch (msg->level) { in emlxs_msg_log_check()
318 switch (msg->level) { in emlxs_msg_print_check()
382 char *level; in emlxs_msg_printf() local
417 switch (msg->level) { in emlxs_msg_printf()
419 level = " DEBUG"; in emlxs_msg_printf()
423 level = " NOTICE"; in emlxs_msg_printf()
427 level = "WARNING"; in emlxs_msg_printf()
431 level = " ERROR"; in emlxs_msg_printf()
436 level = " PANIC"; in emlxs_msg_printf()
[all …]
/titanic_41/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c215 int level) in fth_print_integer() argument
224 if (level != 0) in fth_print_integer()
253 int level) in fth_print_pointer() argument
257 if (level != 0) in fth_print_pointer()
268 int level) in fth_print_struct() argument
272 if (level != 0) in fth_print_struct()
284 int level) in fth_print_enum() argument
288 if (level != 0) in fth_print_enum()
300 char *format, int level) in fth_print_array() argument
302 if (level != 0) in fth_print_array()
[all …]
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c391 pte2mfn(x86pte_t pte, uint_t level) in pte2mfn() argument
394 if (level > 0 && (pte & PT_PAGESIZE)) in pte2mfn()
409 do_pte_dcmd(int level, uint64_t pte) in do_pte_dcmd() argument
421 mfn = pte2mfn(pte, level); in do_pte_dcmd()
433 if (level > 0 && PTE_GET(pte, PT_PAGESIZE)) in do_pte_dcmd()
436 if (level > 0 && PTE_GET(pte, PT_MOD)) in do_pte_dcmd()
439 if (level > 0 && PTE_GET(pte, PT_REF)) in do_pte_dcmd()
452 if (level > 0) { in do_pte_dcmd()
487 int level = 0; in pte_dcmd() local
519 level = mdb_strtoull(level_str); in pte_dcmd()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzio_compress.h62 int level);
64 int level);
66 int level);
68 int level);
70 int level);
72 int level);
74 int level);
76 int level);
/titanic_41/usr/src/lib/libpp/common/
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()
/titanic_41/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c158 kbm_map(uintptr_t va, paddr_t pa, uint_t level, uint_t is_kernel) in kbm_map() argument
168 if (level >= 1) in kbm_map()
186 ptep = find_pte(va, &pte_physaddr, level, 0); in kbm_map()
208 kbm_map_ma(maddr_t ma, uintptr_t va, uint_t level) in kbm_map_ma() argument
214 if (level == 1) in kbm_map_ma()
228 (void) find_pte(va, &pte_physaddr, level, 0); in kbm_map_ma()
341 level_t level = 0; in kbm_unmap()
344 ptep = find_pte(va, NULL, level, probe_only); in kbm_unmap()
366 level_t level = 0; in kbm_remap() local
374 ptep = find_pte(va, NULL, level, probe_only); in kbm_remap()
[all …]
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c207 log_check_channel(log_context lc, int level, log_channel chan) { in log_check_channel() argument
217 if (level > 0 && !debugging) in log_check_channel()
229 chan_level = lc->level; in log_check_channel()
231 chan_level = chan->level; in log_check_channel()
233 if (level > chan_level) in log_check_channel()
240 log_check(log_context lc, int category, int level) { in log_check() argument
251 if (level > 0 && !debugging) in log_check()
263 if (log_check_channel(lc, level, lcl->channel)) in log_check()
270 log_vwrite(log_context lc, int category, int level, const char *format, in log_vwrite() argument
295 if (level > 0 && !debugging) in log_vwrite()
[all …]
/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dldaplog.h52 #define LDAPDebug( level, fmt, arg1, arg2, arg3 ) argument
61 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \ argument
63 if ( *module_ldap_debug & level ) { \
69 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \
71 if ( ldap_debug & level ) { \
79 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \
80 if ( ldap_debug & level ) { \
/titanic_41/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
/titanic_41/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c530 if (ppmd->dip == dip && ppmd->level) in xcppm_resume_ctlop()
545 ppmd->level = ppmd->rplvl = PM_LEVEL_UNKNOWN; in xcppm_resume_ctlop()
557 xcppm_set_level(ppm_dev_t *ppmd, int cmpt, int level, boolean_t change) in xcppm_set_level() argument
566 ret = pm_power(ppmd->dip, cmpt, level); in xcppm_set_level()
569 str, ppmd->path, change, ppmd->level, level, ret)); in xcppm_set_level()
572 ppmd->level = level; in xcppm_set_level()
581 xcppm_change_power_level(ppm_dev_t *ppmd, int cmpt, int level) in xcppm_change_power_level() argument
583 return (xcppm_set_level(ppmd, cmpt, level, B_TRUE)); in xcppm_change_power_level()
588 xcppm_record_level_change(ppm_dev_t *ppmd, int cmpt, int level) in xcppm_record_level_change() argument
590 return (xcppm_set_level(ppmd, cmpt, level, B_FALSE)); in xcppm_record_level_change()
[all …]
/titanic_41/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 …]
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dsetsockopt.c47 setsockopt(int s, int level, int optname, char *optval, int optlen) in setsockopt() argument
51 if (level == SOL_SOCKET) in setsockopt()
56 if ((a = _setsockopt(s, level, SO_LINGER, &ling, in setsockopt()
67 if ((a = _setsockopt(s, level, SO_LINGER, &ling, in setsockopt()
79 if ((a = _setsockopt(s, level, optname, &val, in setsockopt()
85 if (level == IPPROTO_IP) in setsockopt()
108 if ((a = _setsockopt(s, level, optname, optval, optlen)) == -1) in setsockopt()
/titanic_41/usr/src/test/zfs-tests/cmd/mktree/
H A Dmktree.c50 static char *getfdname(char *pdir, char type, int level, int dir, int file);
51 static int mktree(char *pbasedir, int level);
95 mktree(char *pdir, int level) in mktree() argument
101 if (level > nlevel) { in mktree()
107 (void) strcpy(dname, getfdname(pdir, TYPE_D, level, d, 0)); in mktree()
119 if (mktree(dname, level+1) != 0) { in mktree()
123 getfdname(dname, TYPE_F, level+1, d, f)); in mktree()
131 (void) strcpy(fname, getfdname(pdir, TYPE_F, level, d, f)); in mktree()
139 getfdname(char *pdir, char type, int level, int dir, int file) in getfdname() argument
142 "%s/%c-l%dd%df%d", pdir, type, level, dir, file); in getfdname()

12345678910>>...38