Searched refs:caller (Results 26 - 50 of 58) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstudy.t19 printf "# Failed test at line %d\n", (caller($Ok_Level))[2] unless $ok;
H A Dtime.t20 printf "# Failed test at line %d\n", (caller)[2] unless $ok;
H A Dconcat.t15 printf "# Failed test at line %d\n", (caller)[2] unless $ok;
H A Dgoto.t240 ($pack, $file, $line) = caller; # Should indicate original call stats.
H A Dinc.t25 printf "not ok $test # line %d$wrong\n", (caller)[2];
H A Dclosure.t22 printf "# Failed at line %d\n", (caller)[2] unless $ok;
270 printf "# Failed at line %d\n", (caller)[2] unless \$ok;
H A Dmagic.t22 printf "# Failed test at line %d\n", (caller)[2];
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c109 * key: caller's consumer handle (int)
148 dtj_get_handle(JNIEnv *jenv, jobject caller) argument
156 handle = (*jenv)->CallIntMethod(jenv, caller, g_gethandle_jm);
169 * Throws IllegalStateException if the caller does not have a valid handle.
170 * Throws NoSuchElementException if the caller's handle is not in the global
171 * caller table.
174 dtj_get_java_consumer(JNIEnv *jenv, jobject caller, dtj_java_consumer_t *jc) argument
177 int handle = dtj_get_handle(jenv, caller);
204 jc->dtjj_caller = caller;
312 * Returns NULL if the caller i
317 dtj_remove_consumer(JNIEnv *jenv, jobject caller) argument
1341 Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupKernelFunction( JNIEnv *jenv, jobject caller, jobject address) argument
1391 Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupUserFunction(JNIEnv *jenv, jobject caller, jint pid, jobject address) argument
1481 Java_org_opensolaris_os_dtrace_LocalConsumer__1createProcess(JNIEnv *jenv, jobject caller, jstring command) argument
1531 Java_org_opensolaris_os_dtrace_LocalConsumer__1grabProcess(JNIEnv *jenv, jobject caller, jint pid) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/cmd/
H A Dsubval.t104 ($p,$f,$l) = caller;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t115 caller, continue, die, do, dump, eval, exit, goto, last,
119 caller, import, local, my, our, package, use
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dsparc.il114 .inline caller, 0
/osnet-11/usr/src/lib/libc/sparcv9/threads/
H A Dsparcv9.il111 .inline caller, 0
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/base/
H A Dlex.t187 my ($p,$f,$l) = caller;
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_inlines.h91 gethrtime(void) /* note: caller-saved registers are trashed */
309 caller(void) function
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c138 int *lnp; /* caller should set to 1 before first call */
831 kadm5int_acl_check(kcontext, caller, opmask, principal, restrictions)
833 gss_name_t caller;
849 if (GSS_ERROR(emaj = gss_display_name(&emin, caller, &caller_buf, NULL)))
/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c50 * to add a new caller:
61 static struct caller Caller[] = {
178 struct caller *ca;
197 /* This will find built-in caller functions */
199 DEBUG(5, "Internal caller type %s\n", dev[D_CALLER]);
221 /* Here if not a built-in caller function */
430 DEBUG(5, "Trying caller script '%s'", type);
H A Duucp.h346 struct caller { struct
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c1079 * is the number of supplementary group entries allocated in the caller's cred
1081 * allocated for the group list by the caller.
1097 * caller has allocated in their buffer. We expect them to
1115 * The caller provides a buffer of size 'nldt * sizeof (struct ssd)';
1567 prldump(const char *caller, lwpstatus_t *lsp) argument
1574 dprintf("%s: REQUESTED\n", caller);
1577 dprintf("%s: SIGNALLED %s\n", caller,
1581 dprintf("%s: FAULTED %s\n", caller,
1585 dprintf("%s: SYSENTRY %s\n", caller,
1589 dprintf("%s: SYSEXIT %s\n", caller,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c495 * We'll have to assume that the caller knows the difference, since
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c461 * We'll have to assume that the caller knows the difference, since
/osnet-11/usr/src/cmd/hal/tools/
H A DMakefile33 HAL_LIB = hal-is-caller-privileged
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t238 caller caller
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.t17 printf "# Failed test at line %d\n", (caller)[2] unless $ok;
H A Dconstant.t172 my $pkg = caller;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm81 my $callpkg = caller(0);

Completed in 88 milliseconds

123