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

/freebsd-9.3-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.c160 struct statics statics; local
480 if (machine_init(&statics, do_unames) == -1)
489 if ((order_index = string_index(order_name, statics.order_names)) == -1)
496 pp = statics.order_names;
522 if ((max_topn = display_init(&statics)) == -1)
1074 if ((i = string_index(tempbuf2, statics.order_names)) == -1)
1152 max_topn = display_updatecpus(&statics);
/freebsd-9.3-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-9.3-release/usr.bin/top/
H A Dmachine.c290 machine_init(struct statics *statics, char do_unames) argument
346 /* fill in the statics information */
347 statics->procstate_names = procstatenames;
348 statics->cpustate_names = cpustatenames;
349 statics->memory_names = memorynames;
351 statics->arc_names = arcnames;
353 statics->arc_names = NULL;
354 statics->swap_names = swapnames;
356 statics
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/gcc/cp/
H A Ddecl.c849 VEC(tree,gc) *statics = level->static_decls;
850 tree *vec = VEC_address (tree, statics);
851 int len = VEC_length (tree, statics);
5027 /* We defer emission of local statics until the corresponding
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9412 dtrace_statvar_t **statics;
9421 statics = kmem_zalloc(newsize, KM_SLEEP);
9424 bcopy(*svarp, statics, oldsize);
9428 *svarp = statics;

Completed in 317 milliseconds