Searched refs:level (Results 76 - 100 of 1955) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/wpa/dist/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...]
/netbsd-current/sys/arch/x86/x86/
H A Dodcm.c61 int level; member in struct:__anon17001
65 { .level = 7, .reg = 0, .errata = 0 },
66 { .level = 6, .reg = 7, .errata = 0 },
67 { .level = 5, .reg = 6, .errata = 0 },
68 { .level = 4, .reg = 5, .errata = 0 },
69 { .level = 3, .reg = 4, .errata = 0 },
70 { .level = 2, .reg = 3, .errata = 0 },
71 { .level = 1, .reg = 2, .errata = 0 },
72 { .level = 0, .reg = 1, .errata = 0 }
197 sc->sc_names_len = state[0].level * (sizeo
285 int level, old, err; local
356 odcm_state_set(int level) argument
[all...]
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dsectioning.c71 /* Number memory for every level @chapter, @section,
82 /* Organized by level commands. That is, "*" == chapter, "=" == section. */
100 get_sectioning_number (int level, int num)
111 for (i = 0; i < level; i++)
139 /* Set the level of @top to LEVEL. Return the old level of @top. */ argument
141 set_top_section_level (int level)
148 result = section_alist[i].level;
149 section_alist[i].level = level;
98 get_sectioning_number(int level, int num) argument
292 handle_enum_increment(int level, int index) argument
324 int level; local
408 "renderas=\\"sect%d\\"", level); local
434 insert_and_underscore(int level, char *cmd) argument
514 sectioning_html(int level, char *cmd) argument
590 level, current_node, toc_anchor); local
[all...]
/netbsd-current/usr.sbin/installboot/
H A Dffs.c136 } level[LEVELS]; local
175 level[0].blknums = &inode->di_db[0];
176 level[0].blkcount = UFS_NDADDR;
177 level[1].blknums = &inode->di_ib[0];
178 level[1].blkcount = 1;
179 level[2].blknums = &inode->di_ib[1];
180 level[2].blkcount = 1;
181 level[3].blknums = &inode->di_ib[2];
182 level[3].blkcount = 1;
189 * level, mov
273 } level[LEVELS]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dparallel.c296 return gomp_thread ()->ts.level;
300 omp_get_ancestor_thread_num (int level)
303 if (level < 0 || level > ts->level)
305 for (level = ts->level - level; level > 0; --level)
299 omp_get_ancestor_thread_num(int level) argument
310 omp_get_team_size(int level) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_util.c45 /* return >= 0 if level contains logging level, possibly preceded by "CMP " */
47 static OSSL_CMP_severity parse_level(const char *level) argument
49 const char *end_level = strchr(level, ':');
56 if (strncmp(level, OSSL_CMP_LOG_PREFIX,
58 level += strlen(OSSL_CMP_LOG_PREFIX);
59 len = end_level - level;
62 OPENSSL_strlcpy(level_copy, level, len + 1);
76 OSSL_CMP_severity *level,
84 *level
75 ossl_cmp_log_parse_metadata(const char *buf, OSSL_CMP_severity *level, char **func, char **file, int *line) argument
128 OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, int line, OSSL_CMP_severity level, const char *msg) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dparallel.c303 return gomp_thread ()->ts.level;
307 omp_get_ancestor_thread_num (int level)
310 if (level < 0 || level > ts->level)
312 for (level = ts->level - level; level > 0; --level)
306 omp_get_ancestor_thread_num(int level) argument
317 omp_get_team_size(int level) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/pthreads/
H A Dthread.c72 isc_thread_setconcurrency(unsigned int level) { argument
74 (void)pthread_setconcurrency(level);
76 UNUSED(level);
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dreducer.pl55 my ($level) = @_;
56 system("multidelta -level=$level $scriptFile $srcFile");
60 foreach my $level (0,0,1,1,2,2,10) {
61 multidelta($level);
/netbsd-current/sys/dev/isa/
H A Disa_stub.c49 int level, int (*ih_fun)(void *), void *ih_arg, const char *xname);
54 int level, int (*ih_fun)(void *), void *ih_arg, const char *xname)
56 return isa_intr_establish(ic, irq, type, level, ih_fun, ih_arg);
53 default_isa_intr_establish_xname(isa_chipset_tag_t ic, int irq, int type, int level, int (*ih_fun)(void *), void *ih_arg, const char *xname) argument
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dtrace_fn_imps.hpp58 trace_node(node_const_pointer p_nd, size_type level) argument
62 for (size_type i = 0; i < level; ++i)
72 trace_node(p_nd->m_p_l_child, level + 1);
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Ddv-core.c50 int level,
56 HW_TRACE ((me, "attach - level=%d, space=%d, addr=0x%lx, nr_bytes=%ld, client=%s",
57 level, space, (unsigned long) addr, (unsigned long) nr_bytes, hw_path (client)));
63 level, local
49 dv_core_attach_address_callback(struct hw *me, int level, int space, address_word addr, address_word nr_bytes, struct hw *client) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm2-typeprint.c37 struct ui_file *stream, int show, int level,
56 int show, int level);
58 int show, int level, const struct type_print_options *flags);
60 int show, int level,
63 int show, int level, const struct type_print_options *flags);
65 struct ui_file *stream, int show, int level);
75 int show, int level,
92 m2_short_set(type, stream, show, level);
96 if (m2_long_set (type, stream, show, level, flags)
97 || m2_unbounded_array (type, stream, show, level, flag
73 m2_print_type(struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
188 m2_range(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
195 m2_print_type (TYPE_TARGET_TYPE (type), "", stream, show, level, local
211 m2_typedef(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
219 m2_print_type (TYPE_TARGET_TYPE (type), "", stream, show, level, flags); local
224 m2_array(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
243 m2_print_type (TYPE_TARGET_TYPE (type), "", stream, show, level, flags); local
247 m2_pointer(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
255 m2_print_type (TYPE_TARGET_TYPE (type), "", stream, show, level, flags); local
259 m2_ref(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
263 m2_print_type (TYPE_TARGET_TYPE (type), "", stream, show, level, flags); local
267 m2_unknown(const char *s, struct type *type, struct ui_file *stream, int show, int level) argument
279 m2_procedure(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
308 m2_print_bounds(struct type *type, struct ui_file *stream, int show, int level, int print_high) argument
324 m2_short_set(struct type *type, struct ui_file *stream, int show, int level) argument
432 m2_long_set(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
512 m2_unbounded_array(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
529 m2_record_fields(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
590 m2_enum(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dtrace_fn_imps.hpp58 trace_node(node_const_pointer p_nd, size_type level) argument
62 for (size_type i = 0; i < level; ++i)
72 trace_node(p_nd->m_p_l_child, level + 1);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Ddv-core.c52 int level,
58 HW_TRACE ((me, "attach - level=%d, space=%d, addr=0x%lx, nr_bytes=%ld, client=%s",
59 level, space, (unsigned long) addr, (unsigned long) nr_bytes, hw_path (client)));
65 level, local
51 dv_core_attach_address_callback(struct hw *me, int level, int space, address_word addr, address_word nr_bytes, struct hw *client) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm2-typeprint.c37 struct ui_file *stream, int show, int level,
56 int show, int level);
58 int show, int level, const struct type_print_options *flags);
60 int show, int level,
63 int show, int level, const struct type_print_options *flags);
65 struct ui_file *stream, int show, int level);
75 int show, int level,
92 m2_short_set(type, stream, show, level);
96 if (m2_long_set (type, stream, show, level, flags)
97 || m2_unbounded_array (type, stream, show, level, flag
73 m2_print_type(struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
188 m2_range(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
211 m2_typedef(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
224 m2_array(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
247 m2_pointer(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
259 m2_ref(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
267 m2_unknown(const char *s, struct type *type, struct ui_file *stream, int show, int level) argument
279 m2_procedure(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
308 m2_print_bounds(struct type *type, struct ui_file *stream, int show, int level, int print_high) argument
324 m2_short_set(struct type *type, struct ui_file *stream, int show, int level) argument
432 m2_long_set(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
512 m2_unbounded_array(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
529 m2_record_fields(struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
590 m2_enum(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dverbose.c23 void verbose(int level, char *fmt, ...) argument
25 void verbose(level, fmt, va_alist)
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dlogging_p.h39 int level; /*%< don't log messages > level */ member in struct:log_channel
58 int level; member in struct:log_context
/netbsd-current/sys/fs/nfs/common/
H A Dnfscl.h74 #define NFSCL_DEBUG(level, ...) do { \
75 if (nfscl_debuglevel >= (level)) \
/netbsd-current/external/bsd/wpa/dist/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);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmsg_syslog.c162 static void msg_syslog_print(int level, const char *text) argument
174 if (level < 0 || level >= (int) (sizeof(log_level) / sizeof(log_level[0])))
175 msg_panic("msg_syslog_print: invalid severity level: %d", level);
177 if (level == MSG_INFO) {
178 syslog(msg_syslog_facility | log_level[level], "%.*s",
181 syslog(msg_syslog_facility | log_level[level], "%s: %.*s",
182 severity_name[level], (int) MSG_SYSLOG_RECLEN, text);
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dsyslog.h30 /* NT event log does not support facility level */
54 #define LOG_DEBUG 7 /* debug-level messages */
57 syslog(int level, const char *fmt, ...);
66 ModifyLogLevel(int level);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Derrors.c34 cpp_diagnostic_at (cpp_reader * pfile, enum cpp_diagnostic_level level, argument
42 ret = pfile->cb.diagnostic (pfile, level, reason, richloc, _(msgid), ap);
51 cpp_diagnostic (cpp_reader * pfile, enum cpp_diagnostic_level level, argument
75 return cpp_diagnostic_at (pfile, level, reason, &richloc, msgid, ap);
81 cpp_error (cpp_reader * pfile, enum cpp_diagnostic_level level, argument
89 ret = cpp_diagnostic (pfile, level, CPP_W_NONE, msgid, &ap);
151 cpp_diagnostic_with_line (cpp_reader * pfile, enum cpp_diagnostic_level level, argument
163 ret = pfile->cb.diagnostic (pfile, level, reason, &richloc, _(msgid), ap);
171 cpp_error_with_line (cpp_reader *pfile, enum cpp_diagnostic_level level, argument
180 ret = cpp_diagnostic_with_line (pfile, level, CPP_W_NON
249 cpp_error_at(cpp_reader * pfile, enum cpp_diagnostic_level level, location_t src_loc, const char *msgid, ...) argument
269 cpp_error_at(cpp_reader * pfile, enum cpp_diagnostic_level level, rich_location *richloc, const char *msgid, ...) argument
288 cpp_errno(cpp_reader *pfile, enum cpp_diagnostic_level level, const char *msgid) argument
299 cpp_errno_filename(cpp_reader *pfile, enum cpp_diagnostic_level level, const char *filename, location_t loc) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/basic/
H A Dspecial.s1 .level 1.1
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcmp_util.h45 OSSL_CMP_severity level, const char *msg);
48 int line, OSSL_CMP_severity level, const char *msg);

Completed in 455 milliseconds

1234567891011>>