/dflybsd-src/tools/tools/usbtest/ |
H A D | usbtest.c | 86 usb_ts_show_menu(uint8_t level, const char *title, const char *fmt,...) in usb_ts_show_menu() 189 show_default_audio_select(uint8_t level) in show_default_audio_select() 277 show_device_audio_select(uint8_t level) in show_device_audio_select() 300 show_device_msc_select(uint8_t level) in show_device_msc_select() 306 show_device_ethernet_select(uint8_t level) in show_device_ethernet_select() 312 show_default_keyboard_select(uint8_t level) in show_default_keyboard_select() 378 show_device_keyboard_select(uint8_t level) in show_device_keyboard_select() 401 show_default_mouse_select(uint8_t level) in show_default_mouse_select() 489 show_device_mouse_select(uint8_t level) in show_device_mouse_select() 512 show_device_mtp_select(uint8_t level) in show_device_mtp_select() [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | m2-typeprint.c | 77 int show, int level, in m2_print_type() 191 int level, const struct type_print_options *flags) in m2_range() 210 int level, const struct type_print_options *flags) in m2_typedef() 223 int show, int level, const struct type_print_options *flags) in m2_array() 246 int level, const struct type_print_options *flags) in m2_pointer() 258 int level, const struct type_print_options *flags) in m2_ref() 266 int show, int level) in m2_unknown() 278 int show, int level, const struct type_print_options *flags) in m2_procedure() 306 struct ui_file *stream, int show, int level, in m2_print_bounds() 321 m2_short_set (struct type *type, struct ui_file *stream, int show, int level) in m2_short_set() [all …]
|
H A D | ada-typeprint.c | 329 int level, const struct type_print_options *flags) in print_array_type() 493 int show, int level, in print_variant_clauses() 541 struct ui_file *stream, int show, int level, in print_variant_part() 564 struct ui_file *stream, int show, int level, in print_selected_record_field_types() 607 struct ui_file *stream, int show, int level, in print_record_field_types() 622 int level, const struct type_print_options *flags) in print_record_type() 677 int show, int level, in print_unchecked_union_type() 764 struct ui_file *stream, int show, int level, in ada_print_type()
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | wpa_debug.c | 45 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() 256 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump() 383 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump() 389 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key() 395 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, in _wpa_hexdump_ascii() 509 void wpa_hexdump_ascii(int level, const char *title, const void *buf, in wpa_hexdump_ascii() 516 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf, in wpa_hexdump_ascii_key() 638 void wpa_msg(void *ctx, int level, const char *fmt, ...) in wpa_msg() [all …]
|
/dflybsd-src/contrib/lvm2/dist/lib/misc/ |
H A D | lvm-globals.c | 44 void init_verbose(int level) in init_verbose() 49 void init_test(int level) in init_test() 56 void init_md_filtering(int level) in init_md_filtering() 61 void init_pvmove(int level) in init_pvmove() 66 void init_full_scan_done(int level) in init_full_scan_done() 76 void init_ignorelockingfailure(int level) in init_ignorelockingfailure() 81 void init_security_level(int level) in init_security_level() 185 void init_debug(int level) in init_debug()
|
/dflybsd-src/usr.sbin/cpucontrol/ |
H A D | cpucontrol.h | 39 # define WARNX(level, ...) \ argument 44 # define WARN(level, ...) \ argument 50 # define WARNX(level, ...) \ argument 53 # define WARN(level, ...) \ argument
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | errors.c | 34 cpp_diagnostic_at (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_at() 51 cpp_diagnostic (cpp_reader * pfile, int level, int reason, in cpp_diagnostic() 80 cpp_error (cpp_reader * pfile, int level, const char *msgid, ...) in cpp_error() 146 cpp_diagnostic_with_line (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_with_line() 165 cpp_error_with_line (cpp_reader *pfile, int level, in cpp_error_with_line() 243 cpp_error_at (cpp_reader * pfile, int level, source_location src_loc, in cpp_error_at() 263 cpp_error_at (cpp_reader * pfile, int level, rich_location *richloc, in cpp_error_at() 282 cpp_errno (cpp_reader *pfile, int level, const char *msgid) in cpp_errno() 292 cpp_errno_filename (cpp_reader *pfile, int level, const char *filename, in cpp_errno_filename()
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | cpuid.h | 75 #define __cpuid(level, a, b, c, d) \ argument 82 #define __cpuid_count(level, count, a, b, c, d) \ argument 91 #define __cpuid(level, a, b, c, d) \ argument 98 #define __cpuid_count(level, count, a, b, c, d) \ argument 107 #define __cpuid(level, a, b, c, d) \ argument 114 #define __cpuid_count(level, count, a, b, c, d) \ argument 121 #define __cpuid(level, a, b, c, d) \ argument 126 #define __cpuid_count(level, count, a, b, c, d) \ argument
|
/dflybsd-src/contrib/lvm2/dist/include/ |
H A D | pogen.h | 24 #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
|
/dflybsd-src/contrib/lvm2/dist/po/ |
H A D | pogen.h | 24 #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
|
/dflybsd-src/crypto/openssh/ |
H A D | log.c | 153 log_level_name(LogLevel level) in log_level_name() 194 log_init(const char *av0, LogLevel level, SyslogFacility facility, in log_init() 337 do_log(LogLevel level, int force, const char *suffix, const char *fmt, in do_log() 428 LogLevel level, const char *suffix, const char *fmt, ...) in sshlog() 439 LogLevel level, const char *suffix, const char *fmt, ...) in sshlogdie() 452 LogLevel level, const char *suffix, const char *fmt, va_list args) in sshlogv() 484 sshlogdirect(LogLevel level, int forced, const char *fmt, ...) in sshlogdirect()
|
/dflybsd-src/contrib/wpa_supplicant/src/fst/ |
H A D | fst_internal.h | 20 #define fst_printf(level, format, ...) \ argument 23 #define fst_printf_group(group, level, format, ...) \ argument 27 #define fst_printf_iface(iface, level, format, ...) \ argument
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | errors.c | 35 cpp_diagnostic (cpp_reader * pfile, int level, int reason, in cpp_diagnostic() 72 cpp_error (cpp_reader * pfile, int level, const char *msgid, ...) in cpp_error() 138 cpp_diagnostic_with_line (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_with_line() 154 cpp_error_with_line (cpp_reader *pfile, int level, in cpp_error_with_line() 232 cpp_errno (cpp_reader *pfile, int level, const char *msgid) in cpp_errno()
|
/dflybsd-src/usr.sbin/dntpd/ |
H A D | log.c | 74 _logdebug(int level, const char *ctl, ...) in _logdebug() 86 _logdebuginfo(server_info_t info, int level, const char *ctl, ...) in _logdebuginfo() 113 vlogline(int level, int newline, const char *ctl, va_list va) in vlogline()
|
H A D | defs.h | 63 #define logdebug(level, ctl, varargs...) \ argument 65 #define logdebuginfo(info, level, ctl, varargs...) \ argument
|
/dflybsd-src/test/stress/stress2/tools/ |
H A D | fstool.c | 53 mkDir(char *path, int level) { in mkDir() 101 rmDir(char *path, int level) { in rmDir() 118 rmDir2(char *path, int level) { in rmDir2()
|
/dflybsd-src/usr.sbin/nscd/ |
H A D | log.c | 37 __log_msg(int level, const char *sender, const char *message, ...) in __log_msg() 58 __log_err(int level, const char *sender, const char *error, ...) in __log_err()
|
/dflybsd-src/sys/dev/drm/ |
H A D | linux_hdmi.c | 464 static void hdmi_infoframe_log_header(const char *level, in hdmi_infoframe_log_header() 666 static void hdmi_avi_infoframe_log(const char *level, in hdmi_avi_infoframe_log() 743 static void hdmi_spd_infoframe_log(const char *level, in hdmi_spd_infoframe_log() 879 static void hdmi_audio_infoframe_log(const char *level, in hdmi_audio_infoframe_log() 942 hdmi_vendor_any_infoframe_log(const char *level, in hdmi_vendor_any_infoframe_log() 977 void hdmi_infoframe_log(const char *level, in hdmi_infoframe_log()
|
/dflybsd-src/contrib/openpam/lib/libpam/ |
H A D | openpam_log.c | 64 openpam_log(int level, const char *fmt, ...) in openpam_log() 98 _openpam_log(int level, const char *func, const char *fmt, ...) in _openpam_log()
|
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | omp_lib.f90.in | 262 integer (4), intent (in) :: level local 267 integer (8), intent (in) :: level local 275 integer (4), intent (in) :: level local 280 integer (8), intent (in) :: level local
|
/dflybsd-src/contrib/smbfs/smbutil/ |
H A D | login.c | 56 int error, opt, setprimary = 0, level; in cmd_login() local 124 int error, opt, level; in cmd_logout() local
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | pcy_lib.c | 106 X509_policy_level_node_count(X509_POLICY_LEVEL *level) in X509_policy_level_node_count() 121 X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i) in X509_policy_level_get0_node()
|
/dflybsd-src/test/stress/stress2/testcases/mkdir/ |
H A D | mkdir.c | 92 mkDir(char *path, int level) { in mkDir() 111 rmDir(char *path, int level) { in rmDir()
|
/dflybsd-src/contrib/gcc-4.7/libobjc/ |
H A D | init.c | 351 int level, in objc_preorder_traverse() argument 364 int level, in objc_postorder_traverse() argument 377 __objc_tree_print (objc_class_tree *tree, int level) in __objc_tree_print() 442 int level __attribute__ ((__unused__))) in __objc_send_load() 453 int level __attribute__ ((__unused__))) in __objc_destroy_class_tree_node()
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_pm.c | 1051 static int g4x_plane_fifo_size(enum plane_id plane_id, int level) in g4x_plane_fifo_size() 1080 static int g4x_fbc_fifo_size(int level) in g4x_fbc_fifo_size() 1095 int level) in g4x_compute_wm() 1158 int level, enum plane_id plane_id, u16 value) in g4x_raw_plane_wm_set() 1174 int level, u16 value) in g4x_raw_fbc_wm_set() 1203 int level; in g4x_raw_plane_wm_compute() local 1268 enum plane_id plane_id, int level) in g4x_raw_plane_wm_is_valid() 1276 int level) in g4x_raw_crtc_wm_is_valid() 1290 struct g4x_wm_state *wm_state, int level) in g4x_invalidate_wms() 1327 int i, level; in g4x_compute_pipe_wm() local [all …]
|