/src/tests/usr.bin/xlint/lint1/ |
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_297.c | 12 caller(signed int si, unsigned int ui) function in typeref:typename:void
|
msg_334.c | 18 caller(bool b, int i) function in typeref:typename:void
|
expr_promote_trad.c | 35 caller(arg)
|
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/acpica/dist/include/platform/ |
acdragonflyex.h | 179 const char *caller, 186 const char *caller,
|
/src/lib/libc/arch/vax/gen/ |
__setjmp14.S | 56 movl (%sp)+,(%r2) # save onsigstack status of caller 65 1: moval 24(%fp)[%r0],(%r2)+ # save sp of caller 66 movl 12(%fp),(%r2)+ # save frame pointer of caller 67 movl 8(%fp),(%r2)+ # save argument pointer of caller 68 movl 16(%fp),(%r2)+ # save pc of caller 70 movw 4(%fp),(%r2) # save psw of caller
|
_setjmp.S | 53 movl 12(%fp),12(%r0) # save frame pointer of caller 54 movl 16(%fp),20(%r0) # save pc of caller 55 movl 8(%fp),16(%r0) # save ap of caller 59 1: moval 24(%fp)[%r1],8(%r0) # save sp of caller 61 movw 4(%fp),24(%r0) # save psw of caller
|
/src/sys/external/bsd/drm2/dist/drm/selftests/ |
drm_selftest.h | 34 static int __drm_subtests(const char *caller,
|
drm_selftest.c | 96 __drm_subtests(const char *caller, 104 pr_debug("Running %s/%s\n", caller, st->name); 108 caller, st->name, err);
|
/src/lib/libc/arch/mips/sys/ |
cerror.S | 53 PIC_PROLOGUE(__cerror) # saves caller gp in t3 (n32/n64) 58 PTR_S t3, CALLFRAME_GP(sp) # save caller gp (in t3) 68 PTR_L gp, CALLFRAME_GP(sp) # restore caller gp
|
/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...] |
/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/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_selftest.c | 248 static bool apply_subtest_filter(const char *caller, const char *name) 269 if (strcmp(tok, caller)) { 347 int __i915_subtests(const char *caller, 361 if (!apply_subtest_filter(caller, st->name)) 367 caller, st->name); 371 pr_info(DRIVER_NAME ": Running %s/%s\n", caller, st->name); 372 GEM_TRACE("Running %s/%s\n", caller, st->name); 377 caller, st->name, err);
|
/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);
|
/src/lib/libc/arch/powerpc/gen/ |
swapcontext.S | 62 stw %r0,UC_GREGS_R30(%r11) # caller's r30
|
/src/libexec/ld.elf_so/arch/m68k/ |
rtld_start.S | 77 INTERRUPT_RESTOREREG | restore caller-saved registers
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_trampoline_powerpc64_asm.S | 9 # 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,
|
/src/sys/external/bsd/compiler_rt/dist/test/profile/ |
instrprof-value-prof.c | 62 DEF_128_FUNCS(caller) 64 void *CallerAddrs[] = {FUNC_128_ADDRS(caller)};
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_selftest.h | 85 int __i915_subtests(const char *caller,
|