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

1234

/freebsd-current/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-current/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-current/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-current/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h55 bool CheckStructuredDataObject(llvm::StringRef caller, T obj, Status &error) { argument
57 return ErrorWithMessage<bool>(caller, "Null Structured Data object",
61 return ErrorWithMessage<bool>(caller, "Invalid StructuredData object",
66 return ErrorWithMessage<bool>(caller, error.AsCString(), error);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp23 __attribute__((noinline)) static bool report_this_error(uintptr_t caller) { argument
24 if (caller == 0)
36 if (p == caller) return false;
49 __sanitizer::atomic_store_relaxed(&caller_pcs[sz], caller);
55 uintptr_t caller) {
59 unsigned nibble = (caller >> shift) & 0xf;
101 uintptr_t caller = GET_CALLER_PC(); \
102 if (!report_this_error(caller)) return; \
104 decorate_msg(MSG_TMPL_END(msg_buf, msg), caller); \
54 decorate_msg(char *buf, uintptr_t caller) argument
/freebsd-current/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-current/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-current/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-current/stand/i386/boot2/
H A Dsio.S51 sio_flush.2: ret # To caller
66 sio_putc.2: ret # To caller
74 ret # To caller
82 ret # To caller
/freebsd-current/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in10 exit run(@ARGV) unless caller;
/freebsd-current/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in11 exit run(@ARGV) unless caller;
/freebsd-current/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c342 struct netbuf caller; local
346 /* caller contains the client's IP address */
347 caller.maxlen = sizeof(struct sockaddr_storage);
348 caller.len = sizeof(caller_in);
353 caller.buf = (void*)&caller_in;
363 return (addrmerge(&caller, serv_uaddr, clnt_uaddr, netid));
368 * Variant of do_addrmerge4 where the caller has an IPv6 address
374 struct netbuf caller; local
378 /* caller contains the client's IP address */
379 caller
403 struct netbuf caller; local
[all...]
/freebsd-current/lib/libsecureboot/
H A Dvectx.c97 int *error, const char *caller)
111 ("vectx_open: caller=%s,fd=%d,name='%s',prep_rc=%d\n",
112 caller, fd, path, rc));
186 ("vectx_open: caller=%s,name='%s',hashsz=%lu,status=%d\n",
187 caller, path, (unsigned long)ctx->vec_hashsz,
382 vectx_close(struct vectx *ctx, int severity, const char *caller) argument
404 ("vectx_close: caller=%s,name='%s',rc=%d,severity=%d\n",
405 caller,ctx->vec_path, rc, severity));
96 vectx_open(int fd, const char *path, off_t off, struct stat *stp, int *error, const char *caller) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h253 /// Represent the locations of a parameter at a call site, both in the caller
275 /// from the caller's activation is needed to find indirect call targets.
280 /// returns. Returns LLDB_INVALID_ADDRESS iff this is a tail call. \p caller
283 lldb::addr_t GetReturnPCAddress(Function &caller, Target &target) const;
285 /// Return an address in the caller. This can either be the address of the
287 std::pair<AddrType, lldb::addr_t> GetCallerAddress(Function &caller, argument
290 GetLoadAddress(caller_address, caller, target)};
311 /// which refers to an instruction within \p caller.
313 Function &caller, Target &target);
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile18 tst.caller.d \
/freebsd-current/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-current/contrib/tcpdump/
H A Dprint-esp.c186 do_decrypt(netdissect_options *ndo, const char *caller, struct sa_list *sa, argument
205 "%s: can't allocate memory for cipher context", caller);
211 (*ndo->ndo_warning)(ndo, "%s: espkey init failed", caller);
216 (*ndo->ndo_warning)(ndo, "%s: IV init failed", caller);
232 caller, ctlen, block_size);
245 "%s: can't allocate memory for decryption buffer", caller);
257 "%s: EVP_CIPHER_CTX_set_padding failed", caller);
264 caller);
279 * Our caller must pop the buffer off the stack when it's finished
329 * on the buffer stack so it can be freed; our caller mus
[all...]
/freebsd-current/stand/i386/btx/btxldr/
H A Dbtxldr.S84 * Relocate caller's arguments.
88 movl %esp,%eax # caller
265 pushl %edi # caller's
281 popl %esi # caller's
282 ret # To caller
290 ret # To caller
333 putchr.5: ret # To caller
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp81 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller";
164 os << " returned to caller";
377 "upon returning to the caller. This will be a dangling reference";
/freebsd-current/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in12 exit run(@ARGV) unless caller;

Completed in 320 milliseconds

1234