Searched refs:caller (Results 1 - 25 of 129) sorted by relevance

123456

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.caller.d31 * print 'caller' and make sure it succeeds.
40 printf("The caller is %u\n", caller);
H A Dtst.caller1.d31 * To print caller form profile and make sure it succeeds.
44 printf("The caller is %u\n", caller);
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dgetopt.h18 extern int krping_getopt(const char *caller, char **options, const struct krping_option *opts,
H A Dgetopt.c16 * @caller: name of the caller, for error messages
29 int krping_getopt(const char *caller, char **options, argument
54 "an argument\n", caller, token);
65 "in %s=%s\n", caller, token, val);
72 "%s option\n", caller, val, token);
76 printk(KERN_INFO "%s: Unrecognized option %s\n", caller, token);
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dgetopt.h18 extern int krping_getopt(const char *caller, char **options, const struct krping_option *opts,
H A Dgetopt.c16 * @caller: name of the caller, for error messages
29 int krping_getopt(const char *caller, char **options, argument
54 "an argument\n", caller, token);
65 "in %s=%s\n", caller, token, val);
72 "%s option\n", caller, val, token);
76 printk(KERN_INFO "%s: Unrecognized option %s\n", caller, token);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.caller.d32 * Make sure that the caller variable is safe to use at every fbt probe
47 trace(caller);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dset_modifier.c50 ret = krb5_copy_principal(context->context, context->caller,
H A Ddestroy_s.c82 krb5_free_principal (kcontext, context->caller);
H A Dprivate.h92 krb5_principal caller; member in struct:kadm5_server_context
121 krb5_principal caller; member in struct:kadm5_ad_context
/freebsd-11-stable/contrib/gcc/
H A Dipa.c64 if (!edge->caller->aux)
66 if (!edge->caller->callers)
67 edge->caller->aux = &last;
69 edge->caller->aux = edge->caller->callers;
71 node2 = edge->caller;
177 if (e->caller->aux)
H A Dipa-inline.c140 if (e->caller->global.inlined_to)
141 e->callee->global.inlined_to = e->caller->global.inlined_to;
143 e->callee->global.inlined_to = e->caller;
175 /* Now update size of caller and all functions caller is inlined into. */
176 for (;e && !e->inline_failed; e = e->caller->callers)
178 old_insns = e->caller->global.insns;
179 new_insns = cgraph_estimate_size_after_inlining (1, e->caller,
182 to = e->caller;
198 struct cgraph_node *to = edge->caller;
[all...]
H A Dcgraph.c68 caller.
355 if (e->caller->call_site_hash)
357 htab_remove_elt_with_hash (e->caller->call_site_hash,
362 if (e->caller->call_site_hash)
365 slot = htab_find_slot_with_hash (e->caller->call_site_hash,
377 cgraph_create_edge (struct cgraph_node *caller, struct cgraph_node *callee, argument
384 for (e = caller->callees; e; e = e->next_callee)
402 edge->caller = caller;
410 edge->next_callee = caller
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c73 pthread_t caller; local
79 caller = pthread_self();
92 rv = pthread_join(caller, NULL);
/freebsd-11-stable/stand/i386/boot2/
H A Dsio.S53 sio_flush.2: ret # To caller
68 sio_putc.2: ret # To caller
76 ret # To caller
84 ret # To caller
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp24 uintptr_t caller = reinterpret_cast<uintptr_t>(caller_p); local
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
/freebsd-11-stable/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in9 exit run(@ARGV) unless caller;
/freebsd-11-stable/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in10 exit run(@ARGV) unless caller;
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.h126 void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen);
127 void sock_geterror(const char *caller, char *errbuf, int errbufsize);
/freebsd-11-stable/contrib/libreadline/examples/
H A Dfileman.c464 too_dangerous (caller)
465 char *caller;
469 caller);
475 valid_argument (caller, arg)
476 char *caller, *arg;
480 fprintf (stderr, "%s: Argument required.\n", caller);
/freebsd-11-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c329 struct netbuf caller; local
333 /* caller contains the client's IP address */
334 caller.maxlen = sizeof(struct sockaddr_storage);
335 caller.len = sizeof(caller_in);
340 caller.buf = (void*)&caller_in;
350 return (addrmerge(&caller, serv_uaddr, clnt_uaddr, netid));
355 * Variant of do_addrmerge4 where the caller has an IPv6 address
361 struct netbuf caller; local
365 /* caller contains the client's IP address */
366 caller
390 struct netbuf caller; local
[all...]
/freebsd-11-stable/sys/i386/include/
H A Dasmacros.h64 * __mcount is like [.]mcount except that doesn't require its caller to set
108 #define FAKE_MCOUNT(caller) pushl caller ; call __mcount ; popl %ecx
129 #define FAKE_MCOUNT(caller)
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile20 tst.caller.d \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-tasks.c292 void *self_id, *caller; local
379 caller = NULL;
383 caller = EXTRACT_ADDRESS (call.self);
386 if (caller != NULL)
388 num = get_entry_number (caller);
468 void *self_id, *caller, *thread_id = NULL; local
653 caller = NULL;
657 caller = EXTRACT_ADDRESS (call.self);
660 if (caller != NULL)
662 get_entry_number (caller));
[all...]
/freebsd-11-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in10 exit run(@ARGV) unless caller;

Completed in 155 milliseconds

123456