Searched refs:level (Results 226 - 250 of 912) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcli-out.c49 int level, const char *lstid);
50 static void cli_end (struct ui_out *uiout, enum ui_out_type type, int level);
165 int level,
178 int level)
163 cli_begin(struct ui_out *uiout, enum ui_out_type type, int level, const char *id) argument
176 cli_end(struct ui_out *uiout, enum ui_out_type type, int level) argument
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-out.c51 int level, const char *lstid);
52 static void tui_end (struct ui_out *uiout, enum ui_out_type type, int level);
166 int level,
179 int level)
164 tui_begin(struct ui_out *uiout, enum ui_out_type type, int level, const char *id) argument
177 tui_end(struct ui_out *uiout, enum ui_out_type type, int level) argument
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dlimit.cpp188 void limit_box::check_tabs(int level) argument
191 to->check_tabs(level + 1);
193 from->check_tabs(level + 1);
194 p->check_tabs(level + 1);
H A Dscript.cpp215 void script_box::check_tabs(int level) argument
218 sup->check_tabs(level + 1);
220 sub->check_tabs(level + 1);
221 p->check_tabs(level);
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/api/
H A Dtddmapi.h109 bit32 level,
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h8 #define _sdp_printk(func, line, level, sk, format, arg...) \
10 printk(level "%s:%d %p sdp_sock(%d:%d %d:%d): " format "\n", \
16 #define sdp_printk(level, sk, format, arg...) \
17 _sdp_printk(__func__, __LINE__, level, sk, format, ## arg)
/freebsd-11-stable/sys/sparc64/include/
H A Dintr_machdep.h99 void intr_setup(int level, ih_func_t *ihf, int pri, iv_func_t *ivf,
/freebsd-11-stable/sys/dev/ips/
H A Dips.h83 #define DEVICE_PRINTF(level,x...) if(IPS_DEBUG >= level)device_printf(x)
84 #define PRINTF(level,x...) if(IPS_DEBUG >= level)printf(x)
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_high_priority_request_queue.c94 fw_hprq->lock.level = SCI_LOCK_LEVEL_NONE;
/freebsd-11-stable/sys/vm/
H A Dvm_reserv.h64 int vm_reserv_size(int level);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacconvert.h279 UINT32 level,
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c329 krb4encpwd_status(ap, name, level)
332 int level;
335 if (level < AUTH_USER)
336 return(level);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c749 search(int type, int level, Char *goal) argument
793 if (level == 0 && type == TC_IF)
810 level++;
815 level--;
822 level++;
836 level--;
842 level++;
847 level--;
852 level = -1;
856 if (type != TC_GOTO && (type != TC_SWITCH || level !
[all...]
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlrole.h118 unsigned level; member in struct:prolog_state
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dflow_table.h42 void *mlx5_create_flow_table(struct mlx5_core_dev *dev, u8 level, u8 table_type,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h61 bool GetDescription(lldb::SBStream &description, DescriptionLevel level);
H A DSBBreakpointLocation.h85 bool GetDescription(lldb::SBStream &description, DescriptionLevel level);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h32 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanStepThrough.h21 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanStepUntil.h21 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanStepRange.h30 void GetDescription(Stream *s, lldb::DescriptionLevel level) override = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h31 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp106 bool LineEntry::GetDescription(Stream *s, lldb::DescriptionLevel level, argument
110 if (level == lldb::eDescriptionLevelBrief ||
111 level == lldb::eDescriptionLevelFull) {
128 if (level == lldb::eDescriptionLevelFull) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h122 /// \param[in] level
123 /// The description level that indicates the detail level to
127 void GetDescription(Stream *s, lldb::DescriptionLevel level);
H A DBreakpointID.h45 void GetDescription(Stream *s, lldb::DescriptionLevel level);

Completed in 313 milliseconds

1234567891011>>