/titanic_44/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 97 #define FBT_REG_MARKLOCAL(locals, r) \ argument 99 (locals)[(r) - FBT_REG_L0] = 1; 101 #define FBT_REG_INITLOCALS(local, locals) \ argument 103 (locals)[(local)] = 0; \ 106 #define FBT_REG_ALLOCLOCAL(local, locals) \ argument 107 while ((locals)[(local) - FBT_REG_L0]) \ 109 (locals)[(local) - FBT_REG_L0] = 1; 690 uint32_t locals[FBT_REG_NLOCALS], local; in fbt_patch_return() local 729 FBT_REG_INITLOCALS(local, locals); in fbt_patch_return() 736 FBT_REG_MARKLOCAL(locals, rs1); in fbt_patch_return() [all …]
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | parallel.cc | 93 static void reset_conditionals(int cnt, Name *targets, Property *locals); 963 Property *locals, *lp; in set_conditionals() local 966 locals = (Property *) getmem(cnt * sizeof(Property)); in set_conditionals() 967 for (lp = locals, tp = targets; in set_conditionals() 974 return locals; in set_conditionals() 990 reset_conditionals(int cnt, Name *targets, Property *locals) in reset_conditionals() argument 995 for (tp = targets + (cnt - 1), lp = locals + (cnt - 1); in reset_conditionals() 1004 retmem_mb((caddr_t) locals); in reset_conditionals()
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | mapfile-intf | 26 # symbols are reduced to locals via MAPFILE.NGB in Makefile-ssh.common. sshd
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | cpr_resume_setup.s | 123 ! save %o args to locals
|
H A D | trap_table.s | 2573 st %l0, [%g1 + CPU_TMP1] ! delay - save some locals 2584 ld [%g1 + CPU_TMP2], %l1 ! restore locals 2599 ld [%l0 + CPU_TMP2], %l1 ! restore locals 2613 st %l0, [%g1 + CPU_TMP1] ! save some locals 2621 ld [%g1 + CPU_TMP1], %l0 ! restore locals 2838 ! Keep the locals as clean as possible, caller cleans %l4
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | swtch.s | 82 save %sp, -SA(MINFRAME), %sp ! save ins and locals 524 save %sp, -SA(MINFRAME), %sp ! save ins and locals
|
H A D | interrupt.s | 2015 ldn [%i2 + (0*GREGSIZE)], %l0 ! load locals
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 2335 st %l0, [%g1 + CPU_TMP1] ! delay - save some locals 2344 ld [%l0 + CPU_TMP2], %l1 ! restore locals 2368 st %l0, [%g1 + CPU_TMP1] ! save some locals 2379 ld [%l0 + CPU_TMP2], %l1 ! restore locals 2598 ! Keep the locals as clean as possible, caller cleans %l4
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1509 size_t locals = 1; in kobj_export_ksyms() local 1529 locals++; in kobj_export_ksyms() 1580 mp->symhdr->sh_info = locals; in kobj_export_ksyms()
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | configure | 470 | --locals | --local | --loca | --loc | --lo) 474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 1169 @ MSG_STATS_SYMBOLS_OUT " Symbols output: globals=%-10lld locals=%lld"
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | northamerica | 2286 # their senses", but the locals evidently don't see any problem with
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 559 Debugger: limited display of method locals and arguments (LocalX and 10442 locals 12816 locals and arguments at the time of the abort, and a trace of all 16092 locals).
|