Searched refs:level (Results 301 - 325 of 912) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h80 int level; /* decision level */ member in struct:auib
87 u_char r_level,mmr1; /* recording level 0-255 */
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-out.c47 int level, const char *id);
48 static void mi_end (struct ui_out *uiout, enum ui_out_type type, int level);
165 int level,
179 int level)
163 mi_begin(struct ui_out *uiout, enum ui_out_type type, int level, const char *id) argument
177 mi_end(struct ui_out *uiout, enum ui_out_type type, int level) argument
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dpile.cpp104 void pile_box::check_tabs(int level) argument
106 col.list_check_tabs(level);
242 void matrix_box::check_tabs(int level) argument
245 p[i]->list_check_tabs(level);
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c384 rsaencpwd_status(ap, name, name_sz, level)
388 int level;
391 if (level < AUTH_USER)
392 return(level);
/freebsd-11-stable/lib/libc/tests/gen/
H A Dftw_test.c73 "unexpected path=%s type=%d f.level=%d\n",
74 path, type, f->level);
/freebsd-11-stable/lib/libmt/
H A Dmtlib.h68 int level; member in struct:mt_status_data
/freebsd-11-stable/lib/libc/gen/
H A Dnftw.c97 ftw.level = cur->fts_level;
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_api.h465 * Modifies the vendor specific debug level.
469 void osm_vendor_set_debug(IN osm_vendor_t * const p_vend, IN int32_t level);
475 * level
476 * [in] vendor specific debug level.
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.h63 void log_init(int level);
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Drsaencpwd.c380 rsaencpwd_status(ap, name, level)
383 int level;
386 if (level < AUTH_USER)
387 return(level);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h35 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanStepInRange.h38 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadSpec.h105 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
H A DThreadPlanStepOut.h29 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h154 /// \param[in] level
155 /// The description level that indicates the detail level to
159 void GetDescription(Stream *s, lldb::DescriptionLevel level);
H A DBreakpointSite.h79 /// This is a low-level enable bit for the breakpoint sites. If a
81 /// enable/disable is for the low-level target code to enable and disable
161 /// \param[in] level
162 /// The description level that indicates the detail level to
166 void GetDescription(Stream *s, lldb::DescriptionLevel level);
H A DWatchpointList.h170 /// \param[in] level
171 /// The description level that indicates the detail level to
175 void GetDescription(Stream *s, lldb::DescriptionLevel level);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c182 if (strcmp(key, "compression-level") == 0) {
183 int level = atoi(value); local
184 /* If we don't have the library, hard-code the max level */
202 if (level < minimum || level > maximum) {
205 data->compression_level = level;
/freebsd-11-stable/sys/sys/
H A Djail.h308 * As above, but also keep track of the level descended to.
310 #define FOREACH_PRISON_DESCENDANT_LOCKED_LEVEL(ppr, cpr, descend, level)\
311 for ((cpr) = (ppr), (descend) = 1, (level) = 0; \
313 ? (level++, LIST_FIRST(&(cpr)->pr_children)) \
319 : (level--, (cpr)->pr_parent)))));) \
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp740 1) { // Only report metadata by master of active team at level 1
980 int level = team->t.t_active_level - 1; // index in array of hot teams local
983 ++level; // level was not increased in teams construct for
988 ++level; // level was not increased in teams construct for
992 if (level < __kmp_hot_teams_max_level) {
993 if (hot_teams[level].hot_team) {
994 // hot team has already been allocated for given level
995 KMP_DEBUG_ASSERT(hot_teams[level]
1201 int level = this_thr->th.th_team->t.t_level; local
1316 int level = this_thr->th.th_team->t.t_level; local
1404 int level; local
2300 int level = team->t.t_level; local
2822 __kmp_get_ancestor_thread_num(int gtid, int level) argument
2880 __kmp_get_team_size(int gtid, int level) argument
3798 __kmp_free_hot_teams(kmp_root_t *root, kmp_info_t *thr, int level, const int max_level) argument
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestxml.c90 static void dump_xml(abts_case *tc, apr_xml_elem *e, int level) argument
95 if (level == 0) {
114 dump_xml(tc, ec, level + 1);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dwarn.c38 krb5_error_code code, int level, const char *fmt, va_list ap)
43 krb5_error_code code, int level, const char *fmt, va_list ap)
74 krb5_log(context, context->warn_dest, level, xfmt, args[0], args[1]);
42 _warnerr(krb5_context context, int do_errtext, krb5_error_code code, int level, const char *fmt, va_list ap) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlbaselib.c78 int level = luaL_optint(L, 2, 1); local
80 if (lua_isstring(L, 1) && level > 0) { /* add extra information? */
81 luaL_where(L, level);
/freebsd-11-stable/lib/libsysdecode/
H A Dflags.c319 * [g|s]etsockopt's level argument can either be SOL_SOCKET or a
323 sysdecode_sockopt_level(int level) argument
327 if (level == SOL_SOCKET)
331 str = lookup_value(ngbtsolevel, level);
339 * XXX: IPPROTO_IP == 0, but UNIX domain sockets use a level of 0
342 str = sysdecode_ipproto(level);
897 sysdecode_sockopt_name(int level, int optname) argument
900 if (level == SOL_SOCKET)
902 if (level == IPPROTO_IP)
903 /* XXX: UNIX domain socket options use a level o
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_foreign.c155 const char *level; local
164 * foreign configs don't seem to have a secondary raid level
169 level = mfi_raid_level(ld->params.primary_raid_level,
177 size, level);

Completed in 325 milliseconds

<<11121314151617181920>>