HomeSort by: relevance | last modified time | path
    Searched defs:caller (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_297.c 12 caller(signed int si, unsigned int ui) function in typeref:typename:void
msg_304.c 12 caller(void *arg) function in typeref:typename:void
15 take_void_pointer(caller);
msg_297.c 12 caller(signed int si, unsigned int ui) function in typeref:typename:void
msg_304.c 12 caller(void *arg) function in typeref:typename:void
15 take_void_pointer(caller);
msg_152.c 15 caller(void) function in typeref:typename:void
msg_225.c 13 caller(void) function in typeref:typename:void
msg_334.c 18 caller(bool b, int i) function in typeref:typename:void
msg_152.c 15 caller(void) function in typeref:typename:void
msg_225.c 13 caller(void) function in typeref:typename:void
msg_334.c 18 caller(bool b, int i) function in typeref:typename:void
msg_383.c 18 caller(const volatile char *cvcp, const volatile int *cvip, int (*fn)(void)) function in typeref:typename:void
msg_383.c 18 caller(const volatile char *cvcp, const volatile int *cvip, int (*fn)(void)) function in typeref:typename:void
expr_promote.c 37 caller(struct arithmetic_types *arg) function in typeref:typename:void
expr_promote.c 37 caller(struct arithmetic_types *arg) function in typeref:typename:void
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
ubsan_minimal_handlers.cc 24 uintptr_t caller = reinterpret_cast<uintptr_t>(caller_p); local in function:report_this_error
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
ubsan_minimal_handlers.cc 24 uintptr_t caller = reinterpret_cast<uintptr_t>(caller_p); local in function:report_this_error
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
  /src/tests/lib/libpthread/
t_join.c 73 pthread_t caller; local in function:threadfunc1
79 caller = pthread_self();
92 rv = pthread_join(caller, NULL);
t_join.c 73 pthread_t caller; local in function:threadfunc1
79 caller = pthread_self();
92 rv = pthread_join(caller, NULL);
  /src/usr.sbin/rpcbind/
security.c 77 struct netbuf *caller = svc_getrpccaller(xprt); local in function:check_access
78 struct sockaddr *addr = (struct sockaddr *)caller->buf;
103 if (!insecure && !is_loopback(caller)) {
security.c 77 struct netbuf *caller = svc_getrpccaller(xprt); local in function:check_access
78 struct sockaddr *addr = (struct sockaddr *)caller->buf;
103 if (!insecure && !is_loopback(caller)) {
  /src/usr.sbin/ypserv/ypserv/
ypserv_proc.c 68 securecheck(struct sockaddr *caller)
72 if (getnameinfo(caller, (socklen_t)caller->sa_len, NULL, 0, sbuf,
150 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_match_2_svc
166 if (secure && securecheck(caller)) {
179 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_first_2_svc
194 if (secure && securecheck(caller)) {
207 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_next_2_svc
223 if (secure && securecheck(caller)) {
236 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf local in function:ypproc_xfr_2_svc
286 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_clear_2_svc
314 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_all_2_svc
360 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_master_2_svc
402 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_order_2_svc
    [all...]
ypserv_proc.c 68 securecheck(struct sockaddr *caller)
72 if (getnameinfo(caller, (socklen_t)caller->sa_len, NULL, 0, sbuf,
150 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_match_2_svc
166 if (secure && securecheck(caller)) {
179 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_first_2_svc
194 if (secure && securecheck(caller)) {
207 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_next_2_svc
223 if (secure && securecheck(caller)) {
236 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf local in function:ypproc_xfr_2_svc
286 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_clear_2_svc
314 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_all_2_svc
360 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_master_2_svc
402 struct sockaddr *caller = svc_getrpccaller(rqstp->rq_xprt)->buf; local in function:ypproc_order_2_svc
    [all...]
ypserv.c 135 struct sockaddr *caller; local in function:ypprog_2
142 caller = svc_getrpccaller(transp)->buf;
144 caller, RQ_FILE, transp->xp_fd, NULL);
ypserv.c 135 struct sockaddr *caller; local in function:ypprog_2
142 caller = svc_getrpccaller(transp)->buf;
144 caller, RQ_FILE, transp->xp_fd, NULL);
  /src/sys/kern/
kern_synch.c 514 char caller[128]; local in function:updatertime
517 db_symstr(caller, sizeof(caller),
521 snprintf(caller, sizeof(caller), "%p",
537 caller);
858 * SPL. Note that, unless the caller disabled preemption,

Completed in 34 milliseconds

1 2