/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
H A D | ubsan_minimal_handlers.cpp | 23 __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 D | getopt.c | 29 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/usr.sbin/rpcbind/tests/ |
H A D | addrmerge_test.c | 342 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() 363 return (addrmerge(&caller, serv_uaddr, clnt_uaddr, netid)); 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() 396 return (addrmerge(&caller, serv_uaddr, clnt_uaddr, netid)); in do_addrmerge6() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
H A D | ScriptedInterface.h | 54 static bool CheckStructuredDataObject(llvm::StringRef caller, T obj, 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/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptedInterface.h |
|
/freebsd/stand/i386/boot2/ |
H A D | sio.S | 51 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 D | trace_zrlock.h | 52 __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 D | t_join.c | 73 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 D | vectx.c | 97 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 D | verify_file.c | 453 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 D | print-esp.c | 176 do_decrypt(netdissect_options *ndo, const char *caller, struct sa_list *sa, in do_decrypt() argument 195 "%s: can't allocate memory for cipher context", caller); in do_decrypt() 201 (*ndo->ndo_warning)(ndo, "%s: espkey init failed", caller); in do_decrypt() 206 (*ndo->ndo_warning)(ndo, "%s: IV init failed", caller); in do_decrypt() 222 caller, ctlen, block_size); in do_decrypt() 235 "%s: can't allocate memory for decryption buffer", caller); in do_decrypt() 247 "%s: EVP_CIPHER_CTX_set_padding failed", caller); in do_decrypt() 254 caller); in do_decrypt()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set0_CA_list.pod | 67 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 D | SRP_user_pwd_new.pod | 40 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 D | PEM_bytes_read_bio.pod | 36 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 D | OSSL_DECODER_CTX_new_for_pkey.pod | 40 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
|
H A D | BIO_f_buffer.pod | 55 caller as appropriate for the call; a BIO_gets() is guaranteed to give 56 the caller a whole line, and BIO_read_ex() is guaranteed to give the 57 caller the number of bytes it asks for, unless there's an error or end
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ct.h.in | 83 * 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 380 * If "pp" is NULL and "*pp" is not NULL, caller is responsible for ensuring 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. [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Function.h | 253 /// 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, in GetCallerAddress() argument 290 GetLoadAddress(caller_address, caller, target)}; in GetCallerAddress() 311 /// which refers to an instruction within \p caller. in CallEdge() 313 Function &caller, Target &target);
|
/freebsd/usr.sbin/rpcbind/ |
H A D | security.c | 60 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 D | util.c | 112 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/sys/cddl/dev/dtrace/riscv/ |
H A D | dtrace_isa.c | 74 uintptr_t caller; in dtrace_getpcstack() 80 caller = solaris_cpu[curcpu].cpu_dtrace_caller; in dtrace_getpcstack() 113 if (aframes == 0 && caller != 0) in dtrace_getpcstack() 114 pcstack[depth++] = caller; in dtrace_getpcstack() 212 * of stack and back the pc up to the caller, which is stored in dtrace_getupcstack() 257 * of stack and back the pc up to the caller, which is stored in dtrace_getustackdepth() 73 uintptr_t caller; dtrace_getpcstack() local
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | private.h | 92 krb5_principal caller; member 121 krb5_principal caller; member
|
H A D | acl.c | 107 context->caller, this_princ)) { in fetch_acl() 157 ret = krb5_principal_compare(context->context, context->caller, princ); in _kadm5_acl_init()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_loopfilter.c | 240 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/crypto/openssl/doc/man7/ |
H A D | provider-storemgmt.pod | 134 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
|