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

  /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_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
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
  /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);
  /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)) {
rpcb_svc_com.c 614 struct netbuf *caller; local in function:rpcbproc_callit_com
681 caller = svc_getrpccaller(transp);
684 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), caller);
754 localsa = local_sa(((struct sockaddr *)caller->buf)->sa_family);
764 m_uaddr = addrmerge(caller, rbl->rpcb_map.r_addr, NULL,
776 switch (forward_register(*xidp, caller, fd, m_uaddr, reply_type,
1388 * program number, so that address is now returned to the caller. The
1389 * caller when makes a call to this program, version number, the call
1415 * Copies the name associated with the uid of the caller and returns
  /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.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,
  /src/sys/arch/amiga/dev/
itevar.h 162 enum caller { enum
208 int ite_cnfilter(u_char, enum caller);
209 void ite_filter(u_char ,enum caller);
  /src/sys/arch/atari/dev/
itevar.h 155 enum caller { enum
213 int ite_cnfilter(u_int, enum caller);
214 void ite_filter(u_int ,enum caller);

Completed in 21 milliseconds