Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 778) sorted by relevance

12345678910>>...32

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dtic4x.h311 #define A_CLASS_INSN(name, opcode, level) \ argument
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
336 #define AU_CLASS_INSN(name, opcode, level) \ argument
348 #define AF_CLASS_INSN(name, opcode, level) \ argument
359 #define A2_CLASS_INSN(name, opcode, level) \ argument
369 #define A3_CLASS_INSN(name, opcode, level) \ argument
381 #define A6_CLASS_INSN(name, opcode, level) \ argument
391 #define A7_CLASS_INSN(name, opcode, level) \ argument
402 #define AY_CLASS_INSN(name, opcode, level) \ argument
415 #define B_CLASS_INSN(name, opcode, level) \ argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dtic4x.h311 #define A_CLASS_INSN(name, opcode, level) \ argument
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
336 #define AU_CLASS_INSN(name, opcode, level) \ argument
348 #define AF_CLASS_INSN(name, opcode, level) \ argument
359 #define A2_CLASS_INSN(name, opcode, level) \ argument
369 #define A3_CLASS_INSN(name, opcode, level) \ argument
381 #define A6_CLASS_INSN(name, opcode, level) \ argument
391 #define A7_CLASS_INSN(name, opcode, level) \ argument
402 #define AY_CLASS_INSN(name, opcode, level) \ argument
415 #define B_CLASS_INSN(name, opcode, level) \ argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dm2-typeprint.c76 int show, int level, in m2_print_type()
190 int level, const struct type_print_options *flags) in m2_range()
213 int level, const struct type_print_options *flags) in m2_typedef()
226 int show, int level, const struct type_print_options *flags) in m2_array()
249 int level, const struct type_print_options *flags) in m2_pointer()
261 int level, const struct type_print_options *flags) in m2_ref()
269 int show, int level) in m2_unknown()
281 int show, int level, const struct type_print_options *flags) in m2_procedure()
310 struct ui_file *stream, int show, int level, in m2_print_bounds()
325 m2_short_set (struct type *type, struct ui_file *stream, int show, int level) in m2_short_set()
[all …]
Dada-typeprint.c349 int level, const struct type_print_options *flags) in print_array_type()
525 int show, int level, in print_variant_clauses()
556 int show, int level, in print_variant_clauses()
590 struct ui_file *stream, int show, int level, in print_variant_part()
616 struct ui_file *stream, int show, int level, in print_selected_record_field_types()
665 struct ui_file *stream, int level) in print_choices()
698 int show, int level, in print_variant_part()
744 int show, int level, in print_record_field_types_dynamic()
773 struct ui_file *stream, int show, int level, in print_record_field_types()
803 int level, const struct type_print_options *flags) in print_record_type()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/utils/
Dwpa_debug.c47 static int wpa_to_android_level(int level) in wpa_to_android_level()
108 static int syslog_priority(int level) in syslog_priority()
209 void wpa_printf(int level, const char *fmt, ...) in wpa_printf()
258 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump()
385 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump()
391 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key()
397 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, in _wpa_hexdump_ascii()
510 void wpa_hexdump_ascii(int level, const char *title, const void *buf, in wpa_hexdump_ascii()
517 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf, in wpa_hexdump_ascii_key()
647 void wpa_msg(void *ctx, int level, const char *fmt, ...) in wpa_msg()
[all …]
/netbsd/src/external/bsd/openldap/dist/include/
Dldap_log.h158 #define LogTest(level) ( ( ldap_debug | ldap_syslog ) & (level) ) argument
159 #define Log(level, severity, ...) \ argument
169 #define LogTest(level) ( ldap_debug & (level) ) argument
170 #define Log(level, severity, ...) \ argument
181 #define LogTest(level) ( 0 ) argument
182 #define Log(level, severity, ...) ((void) 0) argument
186 #define Debug(level, ...) \ argument
/netbsd/src/external/bsd/elftosb/dist/common/
DLogging.h69 inline void setFilterLevel(log_level_t level) { m_filter = level; } in setFilterLevel()
75 inline void setOutputLevel(log_level_t level) { m_level = level; } in setOutputLevel()
93 virtual void log(log_level_t level, const std::string & msg) { log(level, msg.c_str()); } in log()
181 SetOutputLevel(Logger::log_level_t level) in SetOutputLevel()
193 SetOutputLevel(Logger * logger, Logger::log_level_t level) in SetOutputLevel()
DLogging.cpp24 void Logger::log(log_level_t level, const char * fmt, ...) in log()
39 void Logger::log(log_level_t level, const char * fmt, va_list args) in log()
68 void Log::log(Logger::log_level_t level, const char * fmt, ...) in log()
79 void Log::log(Logger::log_level_t level, const std::string & msg) in log()
/netbsd/src/external/gpl2/lvm2/dist/lib/misc/
Dlvm-globals.c59 void init_verbose(int level) in init_verbose()
64 void init_test(int level) in init_test()
71 void init_md_filtering(int level) in init_md_filtering()
76 void init_pvmove(int level) in init_pvmove()
81 void init_full_scan_done(int level) in init_full_scan_done()
91 void init_ignorelockingfailure(int level) in init_ignorelockingfailure()
96 void init_security_level(int level) in init_security_level()
200 void init_debug(int level) in init_debug()
/netbsd/src/external/ibm-public/postfix/dist/src/postlog/
Dpostlog.c183 int level; member
214 static void log_argv(int level, char **argv) in log_argv()
229 static void log_stream(int level, VSTREAM *fp) in log_stream()
249 int level = MSG_INFO; in main() local
/netbsd/src/external/gpl2/lvm2/dist/include/
Dpogen.h24 #define print_log(level, dm_errno, file, line, format, args...) print_log(format, args) argument
25 #define dm_log(level, file, line, format, args...) dm_log(format, args) argument
26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ argument
/netbsd/src/external/gpl2/lvm2/dist/po/
Dpogen.h24 #define print_log(level, dm_errno, file, line, format, args...) print_log(format, args) argument
25 #define dm_log(level, file, line, format, args...) dm_log(format, args) argument
26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ argument
/netbsd/src/external/mit/lua/dist/src/
Dlfunc.c69 static UpVal *newupval (lua_State *L, StkId level, UpVal **prev) { in newupval()
91 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
129 static void checkclosemth (lua_State *L, StkId level) { in checkclosemth()
147 static void prepcallclosemth (lua_State *L, StkId level, int status, int yy) { in prepcallclosemth()
172 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval()
197 void luaF_closeupval (lua_State *L, StkId level) { in luaF_closeupval()
231 StkId luaF_close (lua_State *L, StkId level, int status, int yy) { in luaF_close()
/netbsd/src/crypto/external/bsd/heimdal/dist/kcm/
Dlog.c60 kcm_log_msg_va(int level, const char *fmt, va_list ap) in kcm_log_msg_va()
68 kcm_log_msg(int level, const char *fmt, ...) in kcm_log_msg()
79 kcm_log(int level, const char *fmt, ...) in kcm_log()
/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_level.c89 int level = name_code(tls_level_table, NAME_CODE_FLAG_NONE, name); in tls_level_lookup() local
94 const char *str_tls_level(int level) in str_tls_level()
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Derrors.cc59 cpp_diagnostic_at (cpp_reader * pfile, enum cpp_diagnostic_level level, in cpp_diagnostic_at()
76 cpp_diagnostic (cpp_reader * pfile, enum cpp_diagnostic_level level, in cpp_diagnostic()
88 cpp_error (cpp_reader * pfile, enum cpp_diagnostic_level level, in cpp_error()
195 cpp_diagnostic_with_line (cpp_reader * pfile, enum cpp_diagnostic_level level, in cpp_diagnostic_with_line()
215 cpp_error_with_line (cpp_reader *pfile, enum cpp_diagnostic_level level, in cpp_error_with_line()
293 cpp_error_at (cpp_reader * pfile, enum cpp_diagnostic_level level, in cpp_error_at()
313 cpp_error_at (cpp_reader * pfile, enum cpp_diagnostic_level level, in cpp_error_at()
332 cpp_errno (cpp_reader *pfile, enum cpp_diagnostic_level level, in cpp_errno()
343 cpp_errno_filename (cpp_reader *pfile, enum cpp_diagnostic_level level, in cpp_errno_filename()
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-memopt.c113 int level, in do_memopt_add()
247 int level, in do_memopt_delete()
330 int *level, in parse_addr()
368 int level = 0; in memory_option_handler() local
378 int level = 0; in memory_option_handler() local
408 int level = 0; in memory_option_handler() local
441 int level = 0; in memory_option_handler() local
/netbsd/src/crypto/external/bsd/heimdal/dist/kdc/
Dlog.c68 int level, const char *fmt, va_list ap) in kdc_log_msg_va()
78 int level, const char *fmt, ...) in kdc_log_msg()
91 int level, const char *fmt, ...) in kdc_log()
/netbsd/src/external/mit/expat/dist/examples/
Delement_declarations.c62 unsigned level; member
67 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc()
122 dumpContentModelElement(const XML_Content *model, unsigned level, in dumpContentModelElement()
153 const unsigned level = stackTop->level; in dumpContentModel() local
/netbsd/src/lib/librefuse/
Drefuse_log.c45 default_log_func(enum fuse_log_level level __attribute__((__unused__)), in default_log_func()
81 fuse_log(enum fuse_log_level level, const char *fmt, ...) { in fuse_log()
/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/
Ddebug.h26 #define DEBUG(level, arg) \ argument
32 #define DEBUG(level,arg) argument
/netbsd/src/sys/dev/marvell/
Dmvxpbm.c51 #define DPRINTFN(level , fmt, ...) \ argument
58 #define DPRINTDEV(dev, level, fmt, ...) \ argument
65 #define DPRINTSC(sc, level, fmt, ...) \ argument
76 #define DPRINTFN(level, fmt, ...) argument
77 #define DPRINTDEV(dev, level, fmt, ...) argument
78 #define DPRINTSC(sc, level, fmt, ...) argument
/netbsd/src/sys/arch/ia64/include/
Disa_machdep.h34 isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, int level, in isa_intr_establish()
41 #define isa_intr_establish_xname(ic, irq, type, level, fun, arg, xname) \ argument
/netbsd/src/crypto/external/bsd/openssh/dist/
Dlog.c149 log_level_name(LogLevel level) in log_level_name()
190 log_init(const char *av0, LogLevel level, SyslogFacility facility, in log_init()
311 do_log(LogLevel level, int force, const char *suffix, const char *fmt, in do_log()
401 LogLevel level, const char *suffix, const char *fmt, ...) in sshlog()
412 LogLevel level, const char *suffix, const char *fmt, ...) in sshlogdie()
425 LogLevel level, const char *suffix, const char *fmt, va_list args) in sshlogv()
457 sshlogdirect(LogLevel level, int forced, const char *fmt, ...) in sshlogdirect()
/netbsd/src/sys/arch/arm/iomd/
Diomd_irqhandler.c134 int level; in irq_claim() local
252 int level; in irq_release() local
344 intr_claim(int irq, int level, const char *name, int (*ih_func)(void *), in intr_claim()

12345678910>>...32