Searched refs:caller (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.caller.d31 * print 'caller' and make sure it succeeds.
40 printf("The caller is %u\n", caller);
H A Dtst.caller1.d31 * To print caller form profile and make sure it succeeds.
44 printf("The caller is %u\n", caller);
/freebsd-13-stable/sys/contrib/rdma/krping/
H A Dgetopt.h18 extern int krping_getopt(const char *caller, char **options, const struct krping_option *opts,
H A Dgetopt.c16 * @caller: name of the caller, for error messages
29 int krping_getopt(const char *caller, char **options, argument
54 "an argument\n", caller, token);
65 "in %s=%s\n", caller, token, val);
72 "%s option\n", caller, val, token);
76 printk(KERN_INFO "%s: Unrecognized option %s\n", caller, token);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.caller.d32 * Make sure that the caller variable is safe to use at every fbt probe
47 trace(caller);
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dset_modifier.c50 ret = krb5_copy_principal(context->context, context->caller,
H A Ddestroy_s.c82 krb5_free_principal (kcontext, context->caller);
H A Dprivate.h92 krb5_principal caller; member in struct:kadm5_server_context
121 krb5_principal caller; member in struct:kadm5_ad_context
H A Dacl.c72 * retrieve the right for the current caller on `princ' (NULL means all)
107 context->caller, this_princ)) {
144 * set global acl flags in `context' for the current caller.
157 ret = krb5_principal_compare(context->context, context->caller, princ);
196 * return 0 if the current caller in `context' is allowed to perform
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_zrlock.h52 __field(const char *, caller)
60 __entry->caller = zrl->zr_caller ? zrl->zr_caller : "(null)";
65 TP_printk("zrl { refcount %d owner_pid %d caller %s } n %u",
66 __entry->refcount, __entry->owner_pid, __entry->caller,
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c73 pthread_t caller; local
79 caller = pthread_self();
92 rv = pthread_join(caller, NULL);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp24 uintptr_t caller = reinterpret_cast<uintptr_t>(caller_p); local
25 if (caller == 0) return false;
36 if (p == caller) return false;
49 __sanitizer::atomic_store_relaxed(&caller_pcs[sz], caller);
79 // FIXME: add caller pc to the error message (possibly as "ubsan: error-type
/freebsd-13-stable/stand/i386/boot2/
H A Dsio.S53 sio_flush.2: ret # To caller
68 sio_putc.2: ret # To caller
76 ret # To caller
84 ret # To caller
/freebsd-13-stable/contrib/libpcap/
H A Dsockutils.h126 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen);
127 void sock_geterror(const char *caller, char *errbuf, int errbufsize);
/freebsd-13-stable/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in9 exit run(@ARGV) unless caller;
/freebsd-13-stable/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in10 exit run(@ARGV) unless caller;
/freebsd-13-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c328 struct netbuf caller; local
332 /* caller contains the client's IP address */
333 caller.maxlen = sizeof(struct sockaddr_storage);
334 caller.len = sizeof(caller_in);
339 caller.buf = (void*)&caller_in;
349 return (addrmerge(&caller, serv_uaddr, clnt_uaddr, netid));
354 * Variant of do_addrmerge4 where the caller has an IPv6 address
360 struct netbuf caller; local
364 /* caller contains the client's IP address */
365 caller
389 struct netbuf caller; local
[all...]
/freebsd-13-stable/lib/libsecureboot/
H A Dvectx.c93 int *error, const char *caller)
107 ("vectx_open: caller=%s,fd=%d,name='%s',prep_rc=%d\n",
108 caller, fd, path, rc));
181 ("vectx_open: caller=%s,name='%s',hashsz=%lu,status=%d\n",
182 caller, path, (unsigned long)ctx->vec_hashsz,
336 vectx_close(struct vectx *ctx, int severity, const char *caller) argument
357 ("vectx_close: caller=%s,name='%s',rc=%d,severity=%d\n",
358 caller,ctx->vec_path, rc, severity));
92 vectx_open(int fd, const char *path, off_t off, struct stat *stp, int *error, const char *caller) argument
H A Dverify_file.c276 /* anything caller wants verified must be */
352 const char *caller)
377 ("verify_prep: caller=%s,fd=%d,name='%s',off=%lld,dev=%lld,ino=%lld\n",
378 caller, fd, filename, (long long)off, (long long)stp->st_dev,
419 const char *caller)
428 rc = verify_prep(fd, filename, off, &st, caller);
351 verify_prep(int fd, const char *filename, off_t off, struct stat *stp, const char *caller) argument
418 verify_file(int fd, const char *filename, off_t off, int severity, const char *caller) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h257 /// Represent the locations of a parameter at a call site, both in the caller
279 /// from the caller's activation is needed to find indirect call targets.
284 /// returns. Returns LLDB_INVALID_ADDRESS iff this is a tail call. \p caller
287 lldb::addr_t GetReturnPCAddress(Function &caller, Target &target) const;
289 /// Return an address in the caller. This can either be the address of the
291 std::pair<AddrType, lldb::addr_t> GetCallerAddress(Function &caller, argument
294 GetLoadAddress(caller_address, caller, target)};
318 /// which refers to an instruction within \p caller.
320 Function &caller, Target &target);
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile20 tst.caller.d \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S9 # If this appears to be slow, the caller needs to pass in number of generic,
150 # If this appears to be slow, the caller needs to pass in number of generic,
/freebsd-13-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c108 malloc_atfork(size_t sz, const Void_t *caller) argument
114 free_atfork(Void_t* mem, const Void_t *caller) argument
/freebsd-13-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in10 exit run(@ARGV) unless caller;
/freebsd-13-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S86 * Relocate caller's arguments.
90 movl %esp,%eax # caller
267 pushl %edi # caller's
283 popl %esi # caller's
284 ret # To caller
292 ret # To caller
335 putchr.5: ret # To caller

Completed in 322 milliseconds

1234