Home
last modified time | relevance | path

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

12345678910>>...32

/dflybsd-src/tools/tools/usbtest/
H A Dusbtest.c86 usb_ts_show_menu(uint8_t level, const char *title, const char *fmt,...) in usb_ts_show_menu() argument
101 for (x = 0; x != level; x++) { in usb_ts_show_menu()
102 if ((x + 1) == level) in usb_ts_show_menu()
113 printf("%s", indent[level]); in usb_ts_show_menu()
132 usb_ts_select[level] = retval; in usb_ts_show_menu()
189 show_default_audio_select(uint8_t level) in show_default_audio_select() argument
233 retval = usb_ts_show_menu(level, "Default Audio Settings", in show_default_audio_select()
277 show_device_audio_select(uint8_t level) in show_device_audio_select() argument
283 retval = usb_ts_show_menu(level, "Select Audio Device Model", in show_device_audio_select()
291 show_default_audio_select(level + 1); in show_device_audio_select()
[all …]
/dflybsd-src/contrib/lvm2/dist/lib/misc/
H A Dlvm-globals.c44 void init_verbose(int level) in init_verbose() argument
46 _verbose_level = level; in init_verbose()
49 void init_test(int level) in init_test() argument
51 if (!_test && level) in init_test()
53 _test = level; in init_test()
56 void init_md_filtering(int level) in init_md_filtering() argument
58 _md_filtering = level; in init_md_filtering()
61 void init_pvmove(int level) in init_pvmove() argument
63 _pvmove = level; in init_pvmove()
66 void init_full_scan_done(int level) in init_full_scan_done() argument
[all …]
H A Dlvm-globals.h24 void init_verbose(int level);
25 void init_test(int level);
26 void init_md_filtering(int level);
27 void init_pvmove(int level);
28 void init_full_scan_done(int level);
30 void init_debug(int level);
32 void init_ignorelockingfailure(int level);
33 void init_lockingfailed(int level);
34 void init_security_level(int level);
/dflybsd-src/contrib/gdb-7/gdb/
H A Dm2-typeprint.c39 struct ui_file *stream, int show, int level,
58 int show, int level);
60 int show, int level, const struct type_print_options *flags);
62 int show, int level,
65 int show, int level, const struct type_print_options *flags);
67 struct ui_file *stream, int show, int level);
77 int show, int level, in m2_print_type() argument
94 m2_short_set(type, stream, show, level); in m2_print_type()
98 if (m2_long_set (type, stream, show, level, flags) in m2_print_type()
99 || m2_unbounded_array (type, stream, show, level, flags)) in m2_print_type()
[all …]
H A Dada-typeprint.c329 int level, const struct type_print_options *flags) in print_array_type() argument
397 show == 0 ? 0 : show - 1, level + 1, flags); in print_array_type()
493 int show, int level, in print_variant_clauses() argument
516 fprintf_filtered (stream, "\n%*swhen ", level + 4, ""); in print_variant_clauses()
520 outer_type, stream, show, level + 4, in print_variant_clauses()
527 stream, show, level + 4, flags); in print_variant_clauses()
541 struct ui_file *stream, int show, int level, in print_variant_part() argument
544 fprintf_filtered (stream, "\n%*scase %s is", level + 4, "", in print_variant_part()
548 level + 4, flags); in print_variant_part()
549 fprintf_filtered (stream, "\n%*send case;", level + 4, ""); in print_variant_part()
[all …]
H A Df-typeprint.c54 int show, int level, const struct type_print_options *flags) in f_print_type() argument
59 f_type_print_base (type, stream, show, level); in f_print_type()
255 int level) in f_type_print_base() argument
284 f_type_print_base (TYPE_TARGET_TYPE (type), stream, 0, level); in f_type_print_base()
289 f_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level); in f_type_print_base()
294 f_type_print_base (TYPE_TARGET_TYPE (type), stream, 0, level); in f_type_print_base()
299 f_type_print_base (TYPE_TARGET_TYPE (type), stream, 0, level); in f_type_print_base()
303 fprintfi_filtered (level, stream, "VOID"); in f_type_print_base()
307 fprintfi_filtered (level, stream, "struct <unknown>"); in f_type_print_base()
311 fprintfi_filtered (level, stream, "%s", TYPE_ERROR_NAME (type)); in f_type_print_base()
[all …]
/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Dparallel.c162 return gomp_thread ()->ts.level; in omp_get_level()
166 omp_get_ancestor_thread_num (int level) in omp_get_ancestor_thread_num() argument
169 if (level < 0 || level > ts->level) in omp_get_ancestor_thread_num()
171 for (level = ts->level - level; level > 0; --level) in omp_get_ancestor_thread_num()
177 omp_get_team_size (int level) in omp_get_team_size() argument
180 if (level < 0 || level > ts->level) in omp_get_team_size()
182 for (level = ts->level - level; level > 0; --level) in omp_get_team_size()
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dwpa_debug.c45 static int wpa_to_android_level(int level) in wpa_to_android_level() argument
47 if (level == MSG_ERROR) in wpa_to_android_level()
49 if (level == MSG_WARNING) in wpa_to_android_level()
51 if (level == MSG_INFO) in wpa_to_android_level()
108 static int syslog_priority(int level) in syslog_priority() argument
110 switch (level) { in syslog_priority()
209 void wpa_printf(int level, const char *fmt, ...) in wpa_printf() argument
214 if (level >= wpa_debug_level) { in wpa_printf()
216 __android_log_vprint(wpa_to_android_level(level), in wpa_printf()
221 vsyslog(syslog_priority(level), fmt, ap); in wpa_printf()
[all …]
H A Dwpa_debug.h75 void wpa_printf(int level, const char *fmt, ...)
89 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
91 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument
94 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf()
111 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
113 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key() argument
116 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf_key()
133 void wpa_hexdump_ascii(int level, const char *title, const void *buf,
150 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf,
188 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Dcpuid.h75 #define __cpuid(level, a, b, c, d) \ argument
80 : "0" (level))
82 #define __cpuid_count(level, count, a, b, c, d) \ argument
87 : "0" (level), "2" (count))
91 #define __cpuid(level, a, b, c, d) \ argument
96 : "0" (level))
98 #define __cpuid_count(level, count, a, b, c, d) \ argument
103 : "0" (level), "2" (count))
107 #define __cpuid(level, a, b, c, d) \ argument
112 : "0" (level))
[all …]
/dflybsd-src/stand/lib/
H A Dufs.c163 int level; in read_inode() local
165 for (level = 0; level < UFS_NIADDR; level++) in read_inode()
166 fp->f_blkno[level] = -1; in read_inode()
186 int level; in block_map() local
229 for (level = 0; level < UFS_NIADDR; level++) { in block_map()
230 if (file_block < fp->f_nindir[level]) in block_map()
232 file_block -= fp->f_nindir[level]; in block_map()
234 if (level == UFS_NIADDR) { in block_map()
239 ind_block_num = fp->f_di.di_ib[level]; in block_map()
241 for (; level >= 0; level--) { in block_map()
[all …]
/dflybsd-src/contrib/smbfs/smbutil/
H A Dlogin.c56 int error, opt, setprimary = 0, level; in cmd_login() local
87 level = ctx->ct_parsedlevel; in cmd_login()
88 error = smb_ctx_lookup(ctx, level, 0); in cmd_login()
93 error = smb_ctx_lookup(ctx, level, SMBLK_CREATE); in cmd_login()
98 switch (level) { in cmd_login()
106 smb_error("unknown connection level %d", 0, level); in cmd_login()
109 error = smb_ctx_setflags(ctx, level, opt, opt); in cmd_login()
115 level == SMBL_SHARE ? "@" : "", in cmd_login()
116 level == SMBL_SHARE ? ctx->ct_sh.ioc_share : ""); in cmd_login()
124 int error, opt, level; in cmd_logout() local
[all …]
/dflybsd-src/test/stress/stress2/tools/
H A Dfstool.c53 mkDir(char *path, int level) { in mkDir() argument
61 fprintf(stderr, ") level = %d\n", level); in mkDir()
70 err(1, "%d: creat(%s)", level, file); in mkDir()
75 err(1, "%d: write(%s), %s:%d", level, file, __FILE__, __LINE__); in mkDir()
78 err(2, "%d: close(%d)", level, j); in mkDir()
82 if (level < max) { in mkDir()
83 sprintf(newPath,"d%d", level+1); in mkDir()
84 mkDir(newPath, level+1); in mkDir()
101 rmDir(char *path, int level) { in rmDir() argument
105 if (level < max) { in rmDir()
[all …]
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dparallel.c262 return gomp_thread ()->ts.level; in omp_get_level()
266 omp_get_ancestor_thread_num (int level) in omp_get_ancestor_thread_num() argument
269 if (level < 0 || level > ts->level) in omp_get_ancestor_thread_num()
271 for (level = ts->level - level; level > 0; --level) in omp_get_ancestor_thread_num()
277 omp_get_team_size (int level) in omp_get_team_size() argument
280 if (level < 0 || level > ts->level) in omp_get_team_size()
282 for (level = ts->level - level; level > 0; --level) in omp_get_team_size()
/dflybsd-src/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_presets.c20 const uint32_t level = preset & LZMA_PRESET_LEVEL_MASK; in lzma_lzma_preset() local
24 if (level > 9 || (flags & ~supported_flags)) in lzma_lzma_preset()
36 options->dict_size = UINT32_C(1) << dict_pow2[level]; in lzma_lzma_preset()
38 if (level <= 3) { in lzma_lzma_preset()
40 options->mf = level == 0 ? LZMA_MF_HC3 : LZMA_MF_HC4; in lzma_lzma_preset()
41 options->nice_len = level <= 1 ? 128 : 273; in lzma_lzma_preset()
43 options->depth = depths[level]; in lzma_lzma_preset()
47 options->nice_len = level == 4 ? 16 : level == 5 ? 32 : 64; in lzma_lzma_preset()
54 if (level == 3 || level == 5) { in lzma_lzma_preset()
/dflybsd-src/usr.bin/dsynth/
H A Dstatus.c44 int *app, int *hasworkp, int level, int first);
116 int *app, int *hasworkp, int level, int first) in status_find_leaves() argument
127 ddprintf(level, "sbuild_find_leaves %d %s %08x {\n", in status_find_leaves()
128 level, pkg->portdir, pkg->flags); in status_find_leaves()
130 ddprintf(level, "} (already on build list)\n"); in status_find_leaves()
138 ++level; in status_find_leaves()
144 ddprintf(level, "check %s %08x\t", scan->portdir, scan->flags); in status_find_leaves()
213 level + 1, first); in status_find_leaves()
217 ddprintf(level, "} (sub-nobuild)\n"); in status_find_leaves()
219 ddprintf(level, "} (sub-error)\n"); in status_find_leaves()
[all …]
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Derrors.c34 cpp_diagnostic_at (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_at() argument
42 ret = pfile->cb.error (pfile, level, reason, richloc, _(msgid), ap); in cpp_diagnostic_at()
51 cpp_diagnostic (cpp_reader * pfile, int level, int reason, in cpp_diagnostic() argument
74 return cpp_diagnostic_at (pfile, level, reason, &richloc, msgid, ap); in cpp_diagnostic()
80 cpp_error (cpp_reader * pfile, int level, const char *msgid, ...) in cpp_error() argument
87 ret = cpp_diagnostic (pfile, level, CPP_W_NONE, msgid, &ap); in cpp_error()
146 cpp_diagnostic_with_line (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_with_line() argument
157 ret = pfile->cb.error (pfile, level, reason, &richloc, _(msgid), ap); in cpp_diagnostic_with_line()
165 cpp_error_with_line (cpp_reader *pfile, int level, in cpp_error_with_line() argument
174 ret = cpp_diagnostic_with_line (pfile, level, CPP_W_NONE, src_loc, in cpp_error_with_line()
[all …]
/dflybsd-src/sys/vfs/ufs/
H A Dffs_inode.c147 int offset, size, level; in ffs_truncate() local
323 for (level = TRIPLE; level >= SINGLE; level--) { in ffs_truncate()
324 oldblks[UFS_NDADDR + level] = oip->i_ib[level]; in ffs_truncate()
325 if (lastiblock[level] < 0) { in ffs_truncate()
326 oip->i_ib[level] = 0; in ffs_truncate()
327 lastiblock[level] = -1; in ffs_truncate()
365 for (level = TRIPLE; level >= SINGLE; level--) { in ffs_truncate()
366 bn = oip->i_ib[level]; in ffs_truncate()
368 error = ffs_indirtrunc(oip, indir_lbn[level], in ffs_truncate()
369 fsbtodb(fs, bn), lastiblock[level], level, &count); in ffs_truncate()
[all …]
/dflybsd-src/contrib/lvm2/dist/include/
H A Dlvm-globals.h24 void init_verbose(int level);
25 void init_test(int level);
26 void init_md_filtering(int level);
27 void init_pvmove(int level);
28 void init_full_scan_done(int level);
30 void init_debug(int level);
32 void init_ignorelockingfailure(int level);
33 void init_lockingfailed(int level);
34 void init_security_level(int level);
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dpcy_lib.c106 X509_policy_level_node_count(X509_POLICY_LEVEL *level) in X509_policy_level_node_count() argument
109 if (!level) in X509_policy_level_node_count()
111 if (level->anyPolicy) in X509_policy_level_node_count()
115 if (level->nodes) in X509_policy_level_node_count()
116 n += sk_X509_POLICY_NODE_num(level->nodes); in X509_policy_level_node_count()
121 X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i) in X509_policy_level_get0_node() argument
123 if (!level) in X509_policy_level_get0_node()
125 if (level->anyPolicy) { in X509_policy_level_get0_node()
127 return level->anyPolicy; in X509_policy_level_get0_node()
130 return sk_X509_POLICY_NODE_value(level->nodes, i); in X509_policy_level_get0_node()
H A Dpcy_node.c95 level_find_node(const X509_POLICY_LEVEL *level, const X509_POLICY_NODE *parent, in level_find_node() argument
101 for (i = 0; i < sk_X509_POLICY_NODE_num(level->nodes); i++) { in level_find_node()
102 node = sk_X509_POLICY_NODE_value(level->nodes, i); in level_find_node()
113 level_add_node(X509_POLICY_LEVEL *level, const X509_POLICY_DATA *data, in level_add_node() argument
118 if (level) { in level_add_node()
126 if (level->anyPolicy) in level_add_node()
128 level->anyPolicy = node; in level_add_node()
133 if (!level->nodes) in level_add_node()
134 level->nodes = policy_node_cmp_new(); in level_add_node()
135 if (!level->nodes) in level_add_node()
[all …]
/dflybsd-src/sys/vfs/ext2fs/
H A Dext2_inode.c120 daddr_t lastbn, int level, e4fs_daddr_t *countp) in ext2_indirtrunc() argument
136 for (i = SINGLE; i < level; i++) in ext2_indirtrunc()
193 if (level > SINGLE) { in ext2_indirtrunc()
195 fsbtodb(fs, nb), (int32_t)-1, level - 1, &blkcount)) != 0) in ext2_indirtrunc()
206 if (level > SINGLE && lastbn >= 0) { in ext2_indirtrunc()
211 last, level - 1, &blkcount)) != 0) in ext2_indirtrunc()
236 int offset, size, level; in ext2_ind_truncate() local
321 for (level = TRIPLE; level >= SINGLE; level--) { in ext2_ind_truncate()
322 oldblks[EXT2_NDADDR + level] = oip->i_ib[level]; in ext2_ind_truncate()
323 if (lastiblock[level] < 0) { in ext2_ind_truncate()
[all …]
/dflybsd-src/usr.sbin/dntpd/
H A Dlog.c39 static void vlogline(int level, int newline, const char *ctl, va_list va)
74 _logdebug(int level, const char *ctl, ...) in _logdebug() argument
78 if (level <= debug_level) { in _logdebug()
80 vlogline(level, 0, ctl, va); in _logdebug()
86 _logdebuginfo(server_info_t info, int level, const char *ctl, ...) in _logdebuginfo() argument
92 if (level <= debug_level) { in _logdebuginfo()
98 _logdebug(level, "%s: %s", info->target, str); in _logdebuginfo()
102 _logdebug(level, "%s %*.*s(%s): %s", info->target, in _logdebuginfo()
113 vlogline(int level, int newline, const char *ctl, va_list va) in vlogline() argument
123 if (level <= debug_level) { in vlogline()
[all …]
/dflybsd-src/test/stress/stress2/testcases/mkdir/
H A Dmkdir.c92 mkDir(char *path, int level) { in mkDir() argument
97 size = level; in mkDir()
102 size = level; in mkDir()
104 if (level < size) { in mkDir()
105 sprintf(newPath,"d%d", level+1); in mkDir()
106 mkDir(newPath, level+1); in mkDir()
111 rmDir(char *path, int level) { in rmDir() argument
114 if (level < size) { in rmDir()
115 sprintf(newPath,"d%d", level+1); in rmDir()
116 rmDir(newPath, level+1); in rmDir()
/dflybsd-src/usr.sbin/cpucontrol/
H A Dcpucontrol.h39 # define WARNX(level, ...) \ argument
40 if ((level) <= verbosity_level) { \
44 # define WARN(level, ...) \ argument
45 if ((level) <= verbosity_level) { \
50 # define WARNX(level, ...) \ argument
51 if ((level) <= verbosity_level) \
53 # define WARN(level, ...) \ argument
54 if ((level) <= verbosity_level) \

12345678910>>...32