Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp23 __attribute__((noinline)) static bool report_this_error(uintptr_t caller) { in report_this_error() argument
24 if (caller == 0) in report_this_error()
36 if (p == caller) return false; in report_this_error()
49 __sanitizer::atomic_store_relaxed(&caller_pcs[sz], caller); in report_this_error()
55 uintptr_t caller) { in decorate_msg() argument
59 unsigned nibble = (caller >> shift) & 0xf; in decorate_msg()
101 uintptr_t caller = GET_CALLER_PC(); \
102 if (!report_this_error(caller)) return; \
104 decorate_msg(MSG_TMPL_END(msg_buf, msg), caller); \
/freebsd/sys/contrib/rdma/krping/
H A Dgetopt.c29 int krping_getopt(const char *caller, char **options, in krping_getopt() argument
54 "an argument\n", caller, token); in krping_getopt()
65 "in %s=%s\n", caller, token, val); in krping_getopt()
72 "%s option\n", caller, val, token); in krping_getopt()
76 printk(KERN_INFO "%s: Unrecognized option %s\n", caller, token); in krping_getopt()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h55 bool CheckStructuredDataObject(llvm::StringRef caller, T obj, Status &error) { in CheckStructuredDataObject() argument
57 return ErrorWithMessage<bool>(caller, "Null Structured Data object", in CheckStructuredDataObject()
61 return ErrorWithMessage<bool>(caller, "Invalid StructuredData object", in CheckStructuredDataObject()
66 return ErrorWithMessage<bool>(caller, error.AsCString(), error); in CheckStructuredDataObject()
/freebsd/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c342 struct netbuf caller; in do_addrmerge4() local
347 caller.maxlen = sizeof(struct sockaddr_storage); in do_addrmerge4()
348 caller.len = sizeof(caller_in); in do_addrmerge4()
353 caller.buf = (void*)&caller_in; in do_addrmerge4()
374 struct netbuf caller; in do_addrmerge6() local
379 caller.maxlen = sizeof(struct sockaddr_storage); in do_addrmerge6()
380 caller.len = sizeof(caller_in6); in do_addrmerge6()
386 caller.buf = (void*)&caller_in6; in do_addrmerge6()
403 struct netbuf caller; in do_addrmerge6_ll() local
409 caller.len = sizeof(caller_in6); in do_addrmerge6_ll()
[all …]
/freebsd/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/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)";
66 __entry->refcount, __entry->owner_pid, __entry->caller,
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c73 pthread_t caller; in threadfunc1() local
79 caller = pthread_self(); in threadfunc1()
92 rv = pthread_join(caller, NULL); in threadfunc1()
/freebsd/lib/libsecureboot/
H A Dvectx.c97 int *error, const char *caller) in vectx_open() argument
112 caller, fd, path, rc)); in vectx_open()
187 caller, path, (unsigned long)ctx->vec_hashsz, in vectx_open()
382 vectx_close(struct vectx *ctx, int severity, const char *caller) in vectx_close() argument
405 caller,ctx->vec_path, rc, severity)); in vectx_close()
H A Dverify_file.c453 const char *caller) in verify_prep() argument
476 caller, fd, filename, (long long)off, (long long)stp->st_dev, in verify_prep()
518 const char *caller) in verify_file() argument
536 rc = verify_prep(fd, filename, off, &st, caller); in verify_file()
/freebsd/contrib/tcpdump/
H A Dprint-esp.c186 do_decrypt(netdissect_options *ndo, const char *caller, struct sa_list *sa, in do_decrypt() argument
205 "%s: can't allocate memory for cipher context", caller); in do_decrypt()
211 (*ndo->ndo_warning)(ndo, "%s: espkey init failed", caller); in do_decrypt()
216 (*ndo->ndo_warning)(ndo, "%s: IV init failed", caller); in do_decrypt()
232 caller, ctlen, block_size); in do_decrypt()
245 "%s: can't allocate memory for decryption buffer", caller); in do_decrypt()
257 "%s: EVP_CIPHER_CTX_set_padding failed", caller); in do_decrypt()
264 caller); in do_decrypt()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set0_CA_list.pod67 to B<ctx> and it should not be freed by the caller.
72 to B<s> and it should not be freed by the caller.
76 by the caller.
82 any. The returned list should not be freed by the caller.
94 returned list should not be freed by the caller.
108 it should not be freed by the caller.
112 B<name_list> is transferred to B<s> and it should not be freed by the caller.
115 B<ctx>. The returned list should not be freed by the caller.
119 returned list should not be freed by the caller.
H A DSRP_user_pwd_new.pod40 The library allocates new copies of B<id> and B<info>, the caller still
45 The library takes ownership of the values, they should not be freed by the caller.
48 The memory is not freed by SRP_user_pwd_free(), the caller must make sure it is
H A DPEM_bytes_read_bio.pod36 non-NULL. The caller must free the storage pointed to by I<*pnm>.
39 I<*pdata> with length I<*plen>. The caller must free the storage pointed
44 returned in I<*pdata> and I<*pnm>. Accordingly, the caller must use
H A DOSSL_DECODER_CTX_new_for_pkey.pod40 them up, so all the caller has to do next is call functions like
41 L<OSSL_DECODER_from_bio(3)>. The caller may use the optional I<input_type>,
70 zero). This helps the caller to distinguish between an error when creating
80 implementation can use to prompt for a pass phrase, giving the caller the
/freebsd/crypto/openssl/include/openssl/
H A Dct.h.in83 * The caller is responsible for calling CT_POLICY_EVAL_CTX_free when finished
146 * The caller is responsible for calling SCT_free when finished with the SCT.
152 * The caller is responsible for calling SCT_free when finished with the SCT.
351 * for data that caller is responsible for freeing (only if function returns
353 * If "pp" is NULL and "*pp" is not NULL, caller is responsible for ensuring
362 * If "a" or "*a" is NULL, a new stack will be created that the caller is
378 * for data that caller is responsible for freeing (only if function returns
389 * If "a" or "*a" is NULL, a new stack will be created that the caller is
404 * TLS-format SCT. It is the responsibility of the caller to free it.
434 * Should be deleted by the caller using CTLOG_free when no longer needed.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h283 lldb::addr_t GetReturnPCAddress(Function &caller, Target &target) const;
287 std::pair<AddrType, lldb::addr_t> GetCallerAddress(Function &caller, in GetCallerAddress() argument
290 GetLoadAddress(caller_address, caller, target)}; in GetCallerAddress()
313 Function &caller, Target &target);
/freebsd/usr.sbin/rpcbind/
H A Dsecurity.c60 struct netbuf *caller = svc_getrpccaller(xprt); in check_access() local
61 struct sockaddr *addr = (struct sockaddr *)caller->buf; in check_access()
86 if (!insecure && !is_loopback(caller)) { in check_access()
H A Dutil.c112 addrmerge(struct netbuf *caller, const char *serv_uaddr, in addrmerge() argument
132 caller_sa = caller->buf; in addrmerge()
135 if ((caller_uaddr = taddr2uaddr(nconf, caller)) == NULL) in addrmerge()
155 hint_sa = caller->buf; in addrmerge()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dprivate.h92 krb5_principal caller; member
121 krb5_principal caller; member
H A Dacl.c107 context->caller, this_princ)) { in fetch_acl()
157 ret = krb5_principal_compare(context->context, context->caller, princ); in _kadm5_acl_init()
/freebsd/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_isa.c73 uintptr_t caller; in dtrace_getpcstack() local
79 caller = solaris_cpu[curcpu].cpu_dtrace_caller; in dtrace_getpcstack()
112 if (aframes == 0 && caller != 0) in dtrace_getpcstack()
113 pcstack[depth++] = caller; in dtrace_getpcstack()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c240 const char *caller, /* name of calling function */ in ntp_adjtime_error_handler() argument
260 caller, file_name(), line, in ntp_adjtime_error_handler()
266 caller, file_name(), line, in ntp_adjtime_error_handler()
275 caller); in ntp_adjtime_error_handler()
279 caller, file_name(), line in ntp_adjtime_error_handler()
284 caller, file_name(), line, in ntp_adjtime_error_handler()
430 caller, file_name(), line, in ntp_adjtime_error_handler()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.caller.d40 printf("The caller is %u\n", caller);
H A Dtst.caller1.d44 printf("The caller is %u\n", caller);
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-storemgmt.pod134 Indicates that the caller wants to search for an object with the given
142 Indicates that the caller wants to search for an object with the given
150 Indicates that the caller wants to search for an object with the given
157 Indicates that the caller wants to search for an object with the given
162 Indicates that the caller wants to search for an object with the given

12345678910>>...12