Searched refs:level (Results 51 - 75 of 912) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp121 Stream *s, lldb::DescriptionLevel level) const {
124 m_callback_baton_sp->GetDescription(s->AsRawOstream(), level,
130 lldb::DescriptionLevel level) const {
136 if (level == lldb::eDescriptionLevelVerbose) {
147 m_thread_spec_up->GetDescription(s, level);
148 else if (level == eDescriptionLevelBrief)
150 if (level == lldb::eDescriptionLevelFull) {
156 GetCallbackDescription(s, level);
160 llvm::raw_ostream &s, lldb::DescriptionLevel level,
164 if (level
159 GetDescription( llvm::raw_ostream &s, lldb::DescriptionLevel level, unsigned indentation) const argument
[all...]
/freebsd-11-stable/stand/libsa/
H A Dufs.c118 indirect block at level i */
120 level i */
182 int level; local
184 for (level = 0; level < NIADDR; level++)
185 fp->f_blkno[level] = -1;
207 int level; local
249 for (level = 0; level < NIADD
548 int level; local
704 int level; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c119 int level; local
175 level = 0;
179 level = 3;
184 level = 2;
187 level = 1;
188 if(level == 0 || level < l->has_limit) /* not for us */
190 if(l->has_limit < level) {
193 l->has_limit = level;
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c119 int level; local
175 level = 0;
179 level = 3;
184 level = 2;
187 level = 1;
188 if(level == 0 || level < l->has_limit) /* not for us */
190 if(l->has_limit < level) {
193 l->has_limit = level;
/freebsd-11-stable/usr.sbin/ofwdump/
H A Dofwdump.c53 static void ofw_dump_property(int fd, phandle_t n, int level,
135 ofw_indent(int level) argument
139 for (i = 0; i < level; i++)
144 ofw_dump_properties(int fd, phandle_t n, int level, int raw, int str) argument
151 ofw_dump_property(fd, n, level, prop, raw, str);
155 ofw_dump_property(int fd, phandle_t n, int level, const char *prop, int raw, argument
172 ofw_indent(level * LVLINDENT + NAMEINDENT);
178 ofw_indent(level * LVLINDENT + DUMPINDENT);
200 ofw_indent(level * LVLINDENT +
211 ofw_dump_node(int fd, phandle_t n, int level, in argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-typeprint.c347 recursion (indentation) level, in case the element type itself has
353 int level)
415 show == 0 ? 0 : show - 1, level + 1);
493 (indentation) level, in case any of the fields themselves have
496 variant part are taken to be at the same level as the fields
502 int show, int level)
524 fprintf_filtered (stream, "\n%*swhen ", level + 4, "");
528 outer_type, stream, show, level + 4) <= 0)
535 on STREAM. LEVEL is the recursion (indentation) level, in case any of
539 level a
351 print_array_type(struct type *type, struct ui_file *stream, int show, int level) argument
499 print_variant_clauses(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument
541 print_variant_part(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument
562 print_record_field_types(struct type *type, struct type *outer_type, struct ui_file *stream, int show, int level) argument
593 stream, show - 1, level + 4); local
606 print_record_type(struct type *type0, struct ui_file *stream, int show, int level) argument
655 print_unchecked_union_type(struct type *type, struct ui_file *stream, int show, int level) argument
676 stream, show - 1, level + 12); local
741 ada_print_type(struct type *type0, char *varstring, struct ui_file *stream, int show, int level) argument
774 ada_print_type (ada_aligned_type (type), "", stream, show, level); local
787 ada_print_type (TYPE_TARGET_TYPE (type), "", stream, show, level); local
791 ada_print_type (TYPE_TARGET_TYPE (type), "", stream, show, level); local
[all...]
H A Dgdb-events.h63 typedef void (gdb_events_selected_frame_level_changed_ftype) (int level);
95 extern void selected_frame_level_changed_event (int level);
110 #define selected_frame_level_changed_event(level) 0
H A Djv-typeprint.c37 int level);
87 int level)
118 java_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level); local
156 fprintfi_filtered (level + 4, stream, "<incomplete type>\n");
158 fprintfi_filtered (level + 4, stream, "<no data fields>\n");
177 print_spaces_filtered (level + 4, stream);
194 stream, show - 1, level + 4); local
234 print_spaces_filtered (level + 4, stream);
310 fprintfi_filtered (level, stream, "}");
315 c_type_print_base (type, stream, show, level);
86 java_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
325 java_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
[all...]
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.h36 # define debug(level, fmt, args...) do {if (level <= vflag) printf("%s: " fmt "\n", __func__ , ##args);} while(0)
37 # define debug_called(level) do {if (level <= vflag) printf("%s: called\n", __func__);} while(0)
39 # define debug(level, fmt, args...)
40 # define debug_called(level)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c57 enum protection_level level; member in struct:__anon5913
67 level_to_name(enum protection_level level) argument
71 if(level_names[i].level == level)
83 return level_names[i].level;
159 sec_get_data(int fd, struct buffer *buf, int level) argument
344 sec_read_msg(char *s, int level) argument
353 len = (*mech->decode)(app_data, buf, len, level);
514 reply(504, "Unrecognized protection level.");
543 void mec(char *msg, enum protection_level level) argument
639 sec_prot_internal(int level) argument
678 set_command_prot(enum protection_level level) argument
696 int level = -1; local
745 int level; local
793 sec_request_prot(char *level) argument
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c57 enum protection_level level; member in struct:__anon5915
67 level_to_name(enum protection_level level) argument
71 if(level_names[i].level == level)
83 return level_names[i].level;
159 sec_get_data(int fd, struct buffer *buf, int level) argument
344 sec_read_msg(char *s, int level) argument
353 len = (*mech->decode)(app_data, buf, len, level);
514 reply(504, "Unrecognized protection level.");
543 void mec(char *msg, enum protection_level level) argument
639 sec_prot_internal(int level) argument
678 set_command_prot(enum protection_level level) argument
696 int level = -1; local
745 int level; local
793 sec_request_prot(char *level) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossa.h45 #define ossaLogDebugString(agRoot, level, string, ptr1, ptr2, value1, value2) \
47 if ( level <= DEBUG_LEVEL ) \
/freebsd-11-stable/sys/fs/nfs/
H A Dnfscl.h76 #define NFSCL_DEBUG(level, ...) do { \
77 if (nfscl_debuglevel >= (level)) \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlfunc.h25 LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level);
26 LUAI_FUNC void luaF_close (lua_State *L, StkId level);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_table.h55 #define MPR_DPRINT_PAGE(sc, level, func, buf) \
57 if ((sc)->mpr_debug & level) \
/freebsd-11-stable/sys/dev/mps/
H A Dmps_table.h54 #define MPS_DPRINT_PAGE(sc, level, func, buf) \
56 if ((sc)->mps_debug & level) \
/freebsd-11-stable/include/
H A Dftw.h53 int level; member in struct:FTW
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz.h42 int fastlz_compress_level(int level, const void *input, int length,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointPrecondition.h26 virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
H A DWatchpointOptions.h153 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
156 void GetCallbackDescription(Stream *s, lldb::DescriptionLevel level) const;
183 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h108 #define OMPT_GET_RETURN_ADDRESS(level) __builtin_return_address(level)
109 #define OMPT_GET_FRAME_ADDRESS(level) __builtin_frame_address(level)
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dverbose.c18 void verbose(int level, char *fmt, ...) argument
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dtrace_fn_imps.hpp64 trace_node(const_node_pointer p_nd, size_type level) argument
66 for (size_type i = 0; i < level; ++i)
99 trace_node(*child_it, level + 1);
/freebsd-11-stable/usr.bin/cpuset/
H A Dcpuset.c65 static cpulevel_t level; variable
177 if (cpuset_getaffinity(level, which, id, sizeof(mask), &mask) != 0)
180 levelnames[level]);
193 if (level == CPU_LEVEL_WHICH && !sflag)
194 level = CPU_LEVEL_CPUSET;
195 if (cpuset_getid(level, which, id, &setid))
198 levelnames[level], setid);
211 level = CPU_LEVEL_WHICH;
221 level = CPU_LEVEL_CPUSET;
251 level
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h43 lldb::DescriptionLevel level,
56 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
70 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,

Completed in 314 milliseconds

1234567891011>>