Searched refs:level (Results 26 - 50 of 912) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio_compress.h90 int level);
92 int level);
94 int level);
96 int level);
98 int level);
100 int level);
104 int level);
106 int level);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Ddebug.c21 debug(int level, char *fmt, ...) argument
27 if ((debuglevel > 0) && (level <= debuglevel))
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dlog.c58 kcm_log_msg_va(int level, const char *fmt, va_list ap) argument
61 krb5_vlog_msg(kcm_context, logf, &msg, level, fmt, ap);
66 kcm_log_msg(int level, const char *fmt, ...) argument
71 s = kcm_log_msg_va(level, fmt, ap);
77 kcm_log(int level, const char *fmt, ...) argument
82 s = kcm_log_msg_va(level, fmt, ap);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dlog.c66 int level, const char *fmt, va_list ap)
69 krb5_vlog_msg(context, config->logf, &msg, level, fmt, ap);
76 int level, const char *fmt, ...)
81 s = kdc_log_msg_va(context, config, level, fmt, ap);
89 int level, const char *fmt, ...)
94 s = kdc_log_msg_va(context, config, level, fmt, ap);
64 kdc_log_msg_va(krb5_context context, krb5_kdc_configuration *config, int level, const char *fmt, va_list ap) argument
74 kdc_log_msg(krb5_context context, krb5_kdc_configuration *config, int level, const char *fmt, ...) argument
87 kdc_log(krb5_context context, krb5_kdc_configuration *config, int level, const char *fmt, ...) argument
/freebsd-11-stable/sys/powerpc/powermac/
H A Dvcoregpio.c47 static void vcoregpio_pre_change(device_t, const struct cf_level *level);
48 static void vcoregpio_post_change(device_t, const struct cf_level *level);
91 vcoregpio_pre_change(device_t dev, const struct cf_level *level) argument
93 if (level->rel_set[0].freq == 10000 /* max */) {
104 vcoregpio_post_change(device_t dev, const struct cf_level *level) argument
106 if (level->rel_set[0].freq < 10000 /* max */) {
/freebsd-11-stable/contrib/smbfs/smbutil/
H A Dlogin.c56 int error, opt, setprimary = 0, level; local
87 level = ctx->ct_parsedlevel;
88 error = smb_ctx_lookup(ctx, level, 0);
93 error = smb_ctx_lookup(ctx, level, SMBLK_CREATE);
98 switch (level) {
106 smb_error("unknown connection level %d", 0, level);
109 error = smb_ctx_setflags(ctx, level, opt, opt);
115 level == SMBL_SHARE ? "@" : "",
116 level
124 int error, opt, level; local
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_iofic.h64 * This is the interrupt mode for the primary interrupt level The secondary
65 * interrupt level does not have mode and it is always a level sensitive
69 AL_IOFIC_MODE_LEGACY, /**< level-sensitive interrupt wire */
74 /** interrupt controller level (primary/secondary) */
508 * @param level the interrupt controller level (primary / secondary)
514 enum al_udma_iofic_level level,
522 * @param level the interrupt controller level (primar
527 al_udma_iofic_reg_base_get( struct unit_regs __iomem *regs, enum al_udma_iofic_level level) argument
547 al_udma_iofic_level_and_group_valid( enum al_udma_iofic_level level, int group) argument
567 al_udma_iofic_unmask( struct unit_regs __iomem *regs, enum al_udma_iofic_level level, int group, uint32_t mask) argument
587 al_udma_iofic_mask( struct unit_regs __iomem *regs, enum al_udma_iofic_level level, int group, uint32_t mask) argument
604 al_udma_iofic_read_cause( struct unit_regs __iomem *regs, enum al_udma_iofic_level level, int group) argument
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Ddebug.c6 * forth in the LICENSE file which can be found at the top level of
245 ** do not cause those structures to be permanently forced to level 0.
276 ** level -- a non-negative integer.
286 sm_debug_addsetting_x(pattern, level)
288 int level;
293 SM_REQUIRE(level >= 0);
296 s->ds_level = (unsigned int) level;
324 int level; local
333 level = 0;
336 level
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dlog.h39 #define ISC_LOG_DEBUG(level) (level)
42 * isc_log_createchannel(), not to specify a level in isc_log_write().
400 unsigned int type, int level,
432 * debug level of the logging context (see isc_log_setdebuglevel)
445 *\li level is >= #ISC_LOG_CRITICAL (the most negative logging level).
553 *\li level != #ISC_LOG_DYNAMIC. ISC_LOG_DYNAMIC is used only to define
554 * channels, and explicit debugging level must be identified for
555 * isc_log_write() via ISC_LOG_DEBUG(level)
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Derrors.c83 int level = CPP_DL_EXTRACT (code); local
85 switch (level)
96 || (level == CPP_DL_PEDWARN && CPP_OPTION (pfile, pedantic_errors)))
100 level = CPP_DL_ERROR;
117 if (CPP_DL_WARNING_P (level))
119 else if (level == CPP_DL_ICE)
136 cpp_error (cpp_reader * pfile, int level, const char *msgid, ...) argument
144 pfile->cb.error (pfile, level, _(msgid), &ap);
172 if (_cpp_begin_message (pfile, level, src_loc, 0))
181 cpp_error_with_line (cpp_reader *pfile, int level, argument
196 cpp_errno(cpp_reader *pfile, int level, const char *msgid) argument
[all...]
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_debug.h49 * - log message level is lower than BHND_LOGGING (logging threshold)
53 * - log message level is lower than BHND_LOGGING (logging threshold)
64 * NOTE: kernel config option doesn't override log level defined on file level,
89 /* Kernel configuration specifies logging level */
95 #define _BHND_PRINT(fn, level, fmt, ...) \
97 if (level##LEVEL < BHND_DEBUG_LEVEL || bootverbose) \
98 fn "[BHND " level##MSG "] %s:%d => " fmt "\n", \
102 #define _BHND_PRINT(fn, level, fmt, ...) \
104 if (level##LEVE
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c45 static int wpa_to_android_level(int level) argument
47 if (level == MSG_ERROR)
49 if (level == MSG_WARNING)
51 if (level == MSG_INFO)
108 static int syslog_priority(int level) argument
110 switch (level) {
200 * @level: priority level (MSG_*) of the message
209 void wpa_printf(int level, const char *fmt, ...) argument
214 if (level >
256 _wpa_hexdump(int level, const char *title, const u8 *buf, size_t len, int show) argument
383 wpa_hexdump(int level, const char *title, const void *buf, size_t len) argument
389 wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) argument
395 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) argument
509 wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len) argument
516 wpa_hexdump_ascii_key(int level, const char *title, const void *buf, size_t len) argument
638 wpa_msg(void *ctx, int level, const char *fmt, ...) argument
676 wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...) argument
704 wpa_msg_global(void *ctx, int level, const char *fmt, ...) argument
731 wpa_msg_global_ctrl(void *ctx, int level, const char *fmt, ...) argument
759 wpa_msg_no_global(void *ctx, int level, const char *fmt, ...) argument
786 wpa_msg_global_only(void *ctx, int level, const char *fmt, ...) argument
824 hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, const char *fmt, ...) argument
857 debug_level_str(int level) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/pthreads/
H A Dthread.c70 isc_thread_setconcurrency(unsigned int level) { argument
72 (void)pthread_setconcurrency(level);
74 UNUSED(level);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dtrace_fn_imps.hpp64 trace_node(const_node_pointer p_nd, size_type level) argument
68 for (size_type i = 0; i < level; ++i)
80 trace_node(p_nd->m_p_l_child, level + 1);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.h28 /* NT event log does not support facility level */
52 #define LOG_DEBUG 7 /* debug-level messages */
55 syslog(int level, const char *fmt, ...);
64 ModifyLogLevel(int level);
/freebsd-11-stable/contrib/sendmail/src/
H A Dtrace.c9 * forth in the LICENSE file which can be found at the top level of
101 /* find the level to set it to */
146 int level; local
155 level = 0;
158 level = level * 10 + (*s - '0');
161 if (level < 0)
162 level = 0;
166 level = 1;
169 sm_debug_addsetting_x(sm_strndup_x(pat, endpat - pat), level);
[all...]
/freebsd-11-stable/sys/sys/
H A Dcpuctl.h38 int level; /* CPUID level */ member in struct:__anon8461
43 int level; /* CPUID level */ member in struct:__anon8462
44 int level_type; /* CPUID level type */
/freebsd-11-stable/contrib/wpa/src/common/
H A Dctrl_iface_common.h32 void sockaddr_print(int level, const char *msg, struct sockaddr_storage *sock,
40 socklen_t fromlen, const char *level);
/freebsd-11-stable/contrib/jemalloc/src/
H A Drtree.c36 /* Root level. */
48 /* Leaf level. */
65 rtree_delete_subtree(rtree_t *rtree, rtree_node_elm_t *node, unsigned level) argument
68 if (level + 1 < rtree->height) {
71 nchildren = ZU(1) << rtree->levels[level].bits;
75 rtree_delete_subtree(rtree, child, level + 1);
94 rtree_node_init(rtree_t *rtree, unsigned level, rtree_node_elm_t **elmp) argument
108 node = rtree->alloc(ZU(1) << rtree->levels[level].bits);
118 rtree_subtree_read_hard(rtree_t *rtree, unsigned level) argument
121 return (rtree_node_init(rtree, level,
125 rtree_child_read_hard(rtree_t *rtree, rtree_node_elm_t *elm, unsigned level) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen.c504 space(int level) argument
506 while(level-- > 0)
533 define_asn1 (int level, Type *t) argument
549 space (level + 1);
553 space(level);
567 space(level);
573 space(level + 1);
577 space(level);
601 space(level + 1);
607 define_asn1(level
704 define_type(int level, const char *name, const char *basename, Type *t, int typedefp, int preservep) argument
[all...]
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-driver.c84 vxge_hal_driver_debug_set(config->level);
132 * vxge_hal_driver_debug_set - Set the debug module, level and timestamp
133 * @level: Debug level as defined in enum vxge_debug_level_e
139 vxge_debug_level_e level)
141 g_vxge_hal_driver->debug_level = level;
144 switch (level) {
165 * vxge_hal_driver_debug_get - Get the debug level
167 * This routine returns the current debug level set
138 vxge_hal_driver_debug_set( vxge_debug_level_e level) argument
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_log.c64 openpam_log(int level, const char *fmt, ...) argument
70 switch (level) {
98 _openpam_log(int level, const char *func, const char *fmt, ...) argument
105 switch (level) {
143 * The =level argument indicates the importance of the message.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp39 lldb::DescriptionLevel level) {
56 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { argument
66 GetOptions().GetDescription(s, level);
75 GetPermissions().GetDescription(s, level);
38 GetDescription(Stream *s, lldb::DescriptionLevel level) argument
H A DBreakpointPrecondition.cpp20 lldb::DescriptionLevel level) {}
19 GetDescription(Stream &stream, lldb::DescriptionLevel level) argument
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Ddebug.h6 * forth in the LICENSE file which can be found at the top level of
62 ** debug_level is the activation level of this debug
102 ** the specified level, then the only overhead is a single comparison
106 # define sm_debug_active(debug, level) \
107 ((debug)->debug_level >= (level) && \
109 sm_debug_loadactive(debug, level)))
117 # define sm_debug_active(debug, level) 0

Completed in 161 milliseconds

1234567891011>>