HomeSort by relevance Sort by last modified time
    Searched refs:caller (Results 1 - 25 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/amd64/
caller.s 35 caller()
44 .file "caller.s"
46 ENTRY(caller) function
49 SET_SIZE(caller)
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/i386/
caller.s 35 caller()
44 .file "caller.s"
46 ENTRY(caller) function
49 SET_SIZE(caller)
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/builtinvar/
tst.caller.d 31 * print 'caller' and make sure it succeeds.
40 printf("The caller is %u\n", caller);
tst.caller1.d 31 * To print caller form profile and make sure it succeeds.
44 printf("The caller is %u\n", caller);
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
qreason.c 51 static char *qreasonNoZonename(int caller, int retcode, int started);
52 static char *qreasonWithZonename(int caller, int retcode, int started);
63 * Arguments: caller - integer describing the "caller:
64 * Caller identities:
78 * caller and zone name inclusion:
89 qreason(int caller, int retcode, int started, int includeZonename)
92 return (qreasonNoZonename(caller, retcode, started));
95 return (qreasonWithZonename(caller, retcode, started));
105 qreasonNoZonename(int caller, int retcode, int started
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/demo/out/
printa.d 29 @a[caller] = count();
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Devel/
switchd.pm 4 sub DB { print join(",", caller), ";" }
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
caller.t 2 # Tests for caller()
14 print "# Tests with caller(0)\n";
16 @c = caller(0);
17 ok( (!@c), "caller(0) in main program" );
19 eval { @c = caller(0) };
23 eval q{ @c = (Caller(0))[3] };
27 sub { @c = caller(0) } -> ();
32 sub foo { @c = caller(0) }
38 print "# Tests with caller(1)\n";
40 sub f { @c = caller(1)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/safety/
tst.caller.d 32 * Make sure that the caller variable is safe to use at every fbt probe
47 trace(caller);
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
setpgid.c 68 int caller = getpid();
70 if ((pid == 0 || pid == caller) && (pgid == 0 || pgid == caller))
  /onnv/onnv-gate/usr/src/uts/common/sys/
ftrace.h 99 extern caddr_t caller(void);
104 ftrace_0(fmt, caller()); \
109 ftrace_1(fmt, d1, caller()); \
114 ftrace_2(fmt, d1, d2, caller()); \
119 ftrace_3(fmt, d1, d2, d3, caller()); \
  /onnv/onnv-gate/usr/src/cmd/hal/tools/
hal-functions.sh 13 PK_RESULT=`hal-is-caller-privileged --udi $UDI --action $ACTION \
14 --caller $HAL_METHOD_INVOKED_BY_SYSTEMBUS_CONNECTION_NAME`
18 echo "Cannot determine if caller is privileged" >&2
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
exceptions.pl 20 # with my caller. I also hide in my own package, and eval the code in his.
40 local($__package__) = caller;
DBM_Filter.pm 82 my $caller = (caller(1))[3];
83 $caller =~ s/^.*:://;
85 croak "$caller: no parameters present" unless @_ ;
98 croak "$caller: Cannot Load DBM Filter '$class': $@" if $@;
110 { croak "$caller: No methods (Filter, Fetch or Store) found in class '$class'" }
113 croak "$caller: Missing method '$need' in class '$class'" ;
116 { croak "$caller: Can't mix Filter with Store and Fetch in class '$class'" }
120 croak "$caller: '${class}::Filter' did not return a hash reference"
130 croak "$caller: not even params" unless @_ % 2 == 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
relocate.c 35 Dbg_reloc_apply_reg(Lm_list *lml, int caller, Half mach, Xword off, Xword value)
47 Elf_reloc_apply_reg(lml, caller, mach, off, value);
51 Dbg_reloc_apply_val(Lm_list *lml, int caller, Xword off, Xword value)
63 Elf_reloc_apply_val(lml, caller, off, value);
67 Dbg_reloc_error(Lm_list *lml, int caller, Half mach, Word type, void *reloc,
75 Elf_reloc_entry_1(lml, caller, MSG_INTL(MSG_STR_IN), mach, type, reloc,
212 Dbg_reloc_doact(Lm_list *lml, int caller, Half mach, Word type, Word rtype,
229 Elf_reloc_entry_2(lml, caller, MSG_ORIG(MSG_STR_EMPTY), type,
291 Dbg_reloc_out(Ofl_desc *ofl, int caller, Word type, void *reloc,
299 Elf_reloc_entry_1(ofl->ofl_lml, caller, MSG_ORIG(MSG_STR_EMPTY)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
getctxt.c 50 * routine. ABI calling conventions specify that the caller
57 reg[REG_O7] = caller();
swapctxt.c 49 * routine. ABI calling conventions specify that the caller
56 reg[REG_O7] = caller();
setjmp.s 51 st %sp, [%o0 + JB_SP] ! save caller's sp
64 * val is the value we wish to return to setjmp's caller
71 * sp, fp, and %i7, the caller's return address, are all restored
90 * Note also that because the caller of a routine compiled "flat" (without
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
getctxt.c 50 * routine. ABI calling conventions specify that the caller
57 reg[REG_O7] = caller();
swapctxt.c 49 * routine. ABI calling conventions specify that the caller
56 reg[REG_O7] = caller();
setjmp.s 51 stx %sp, [%o0 + JB_SP] ! save caller's sp
64 * val is the value we wish to return to setjmp's caller
71 * sp, fp, and %i7, the caller's return address, are all restored
90 * Note also that because the caller of a routine compiled "flat" (without
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/ia32/libstand/
setjmp.s 74 movl %ebp,12(%eax) / save caller's ebp
76 movl %esp,16(%eax) / save caller's esp
106 movl 12(%edx),%ebp / restore caller's ebp
107 movl 16(%edx),%esp / restore caller's esp
112 jmp *20(%edx) / return to caller
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/libstand/
setjmp.s 76 stx %sp, [%o0 + JB_SP] ! save caller's sp
91 * val is the value we wish to return to setjmp's caller
98 * sp, fp, and %i7, the caller's return address, are all restored
117 * Note also that because the caller of a routine compiled "flat" (without
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparc/
caller.s 35 caller()
93 .file "caller.s"
95 ENTRY(caller) function
98 SET_SIZE(caller)
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/
caller.s 35 caller()
93 .file "caller.s"
95 ENTRY(caller) function
98 SET_SIZE(caller)

Completed in 3449 milliseconds

1 2 3 4 5 6 7 8 91011>>