Searched refs:statics (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/top/
H A Dmachine.h12 * the statics struct is filled in by machine_init
14 struct statics struct
H A Dm-template67 machine_init(statics)
69 struct statics *statics;
H A Ddisplay.c157 int display_updatecpus(statics)
159 struct statics *statics;
169 num_cpus = statics->ncpus;
189 int display_init(statics)
191 struct statics *statics;
199 lines = display_updatecpus(statics);
205 procstate_names = statics->procstate_names;
209 cpustate_names = statics
[all...]
H A Dtop.c158 struct statics statics; local
467 if (machine_init(&statics, do_unames) == -1)
476 if ((order_index = string_index(order_name, statics.order_names)) == -1)
483 pp = statics.order_names;
509 if ((max_topn = display_init(&statics)) == -1)
1061 if ((i = string_index(tempbuf2, statics.order_names)) == -1)
1101 max_topn = display_updatecpus(&statics);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBlock.h76 bool statics,
83 bool statics);
H A DSBFrame.h149 bool statics,
155 bool statics,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp260 bool statics,
285 add_variable = statics;
321 bool statics)
347 add_variable = statics;
257 GetVariables(lldb::SBFrame& frame, bool arguments, bool locals, bool statics, lldb::DynamicValueType use_dynamic) argument
318 GetVariables(lldb::SBTarget& target, bool arguments, bool locals, bool statics) argument
H A DSBFrame.cpp1053 bool statics,
1063 value_list = GetVariables (arguments, locals, statics, in_scope_only, use_dynamic);
1071 bool statics,
1085 log->Printf ("SBFrame::GetVariables (arguments=%i, locals=%i, statics=%i, in_scope_only=%i)",
1088 statics,
1118 add_variable = statics;
1051 GetVariables(bool arguments, bool locals, bool statics, bool in_scope_only) argument
1069 GetVariables(bool arguments, bool locals, bool statics, bool in_scope_only, lldb::DynamicValueType use_dynamic) argument
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec49 - Permit for stacking of more than one instance of this module (no statics).
/freebsd-10.0-release/usr.bin/top/
H A Dmachine.c287 machine_init(struct statics *statics, char do_unames) argument
343 /* fill in the statics information */
344 statics->procstate_names = procstatenames;
345 statics->cpustate_names = cpustatenames;
346 statics->memory_names = memorynames;
348 statics->arc_names = arcnames;
350 statics->arc_names = NULL;
351 statics->swap_names = swapnames;
353 statics
[all...]
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dmips-dis.c1828 int amask, args, statics;
1841 statics = 0;
1846 statics = 4;
1851 statics = amask & 3;
1900 if (statics == 1)
1902 else if (statics > 0)
1904 mips_gpr_names[7 - statics + 1],
1823 int amask, args, statics; local
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-mips.c10526 int args = 0, statics = 0, sregs = 0;
10583 /* statics $a0-$a3 */
10584 statics |= 1 << (reg1 - 4);
10606 /* Encode args/statics combination. */
10607 if (args & statics)
10612 else if (statics == 0xf)
10613 /* All $a0-$a3 are statics. */
10629 while (statics & 0x8)
10631 statics = (statics <<
10519 int args = 0, statics = 0, sregs = 0; local
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dstabs.c2013 bfd_boolean statics; local
2025 || ! parse_stab_struct_fields (dhandle, info, pp, &fields, &statics)
2031 if (! statics
/freebsd-10.0-release/contrib/gcc/cp/
H A Ddecl.c837 VEC(tree,gc) *statics = level->static_decls;
838 tree *vec = VEC_address (tree, statics);
839 int len = VEC_length (tree, statics);
4990 /* We defer emission of local statics until the corresponding
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9411 dtrace_statvar_t **statics;
9420 statics = kmem_zalloc(newsize, KM_SLEEP);
9423 bcopy(*svarp, statics, oldsize);
9427 *svarp = statics;

Completed in 232 milliseconds