Searched refs:caller (Results 101 - 125 of 129) sorted by relevance

123456

/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h543 const char *caller);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h236 // reference (for example the caller allocated it with PyDict_New()
666 PythonException(const char *caller = nullptr);
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk70 # caller should have set this
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dad.c857 krb5_free_principal(context->context, context->caller);
1372 ret = krb5_parse_name(ctx->context, client_name, &ctx->caller);
/freebsd-11-stable/contrib/bmake/mk/
H A Dgendirdeps.mk69 # caller should have set this
/freebsd-11-stable/contrib/gcc/
H A Dtree-inline.c63 to the info for the caller; the eh_region info in copied throwing
767 hashtable in the caller, and adjust the region number. */
831 region" in the caller; or the original tree had
834 those from the callee and the caller.
1175 holds the result as seen by the caller. */
1182 tree caller = id->dst_fn; local
1269 DECL_STRUCT_FUNCTION (caller)->unexpanded_var_list
1271 DECL_STRUCT_FUNCTION (caller)->unexpanded_var_list);
1383 /* If a __builtin_apply_args caller would be inlined,
2123 pre-gimplified. Note that we must not alter the caller
[all...]
H A DMakefile.in998 alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o \
2535 caller-save.o : caller-save.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.1426 ($pk, $file, $line) = caller;
H A Dexpn.in425 ($pk, $file, $line) = caller;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c258 const char *caller)
279 pr_warn("%s: enabling unsafe global rkey\n", caller);
315 * exist. The caller is responsible to synchronously destroy them and
329 requires the caller to guarantee we can't race here. */
1704 * than the created ib_rwq_ind_table object and the caller is responsible
2056 * The caller must:
2085 * The caller must:
2110 * The caller must:
257 __ib_alloc_pd(struct ib_device *device, unsigned int flags, const char *caller) argument
/freebsd-11-stable/stand/lua/
H A Dcore.lua81 -- wasn't specified. This assumes that the caller either wants
H A Dmenu.lua379 -- 'keypress' allows the caller to indicate that a key has been pressed that we
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm1196 address at [r7, #-4]. It is the caller's responsibility to ensure
1200 uses r11 instead of r7. It is useful if the caller does not really
/freebsd-11-stable/sys/dev/drm/
H A Di915_dma.c42 int i915_wait_ring(struct drm_device * dev, int n, const char *caller) argument
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ddump.c717 ocs_ddump_value(textbuf, "caller", "%p", l->caller[0]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp535 KEYWORD(caller);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1149 It is assumed that the caller freeds the \`\`struct
1884 punt - hope that the caller knows what they are doing. */
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S312 retw # To caller
808 ret # To caller
836 ret # To caller
871 sio_flush.2: ret # To caller
886 sio_putc.2: ret $0x4 # To caller
895 ret # To caller
904 ret # To caller
919 ret # To caller
958 ret # To caller
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S310 retw # To caller
783 ret # To caller
811 ret # To caller
846 sio_flush.2: ret # To caller
861 sio_putc.2: ret $0x4 # To caller
870 ret # To caller
879 ret # To caller
894 ret # To caller
936 ret # To caller
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s39 ; "caller save" registers: fr4-fr11, fr22-fr31
45 ; "caller save" registers: r1,r19-r26
50 ; millicode return ptr ; r31 (also a caller save register)
928 ; are all caller save registers
971 ; Temporary floating point variables, these are all caller save
H A Dpa-risc2W.s33 ; "caller save" registers: fr4-fr11, fr22-fr31
39 ; "caller save" registers: r1,r19-r26
46 ; millicode return ptr ; r31 (also a caller save register)
915 ; are all caller save registers
958 ; Temporary floating point variables, these are all caller save
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dbsaes-armv7.S1073 @ it is up to the caller to make sure we are called with enc == 0
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1439 IB_POLL_DIRECT, /* caller context, no hw completions */
1925 * allocated memory. The caller will clear @context afterwards.
2148 * The caller is responsible for calling dev_put on the returned
2595 const char *caller);
2785 * The opened QP handle is released by the caller. The underlying
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c748 * region. The caller of dtrace_canstore() is responsible for performing any
2660 * incremented -- it is up to the caller to take appropriate action.
3353 pc_t caller[2] = {0, 0}; local
3355 dtrace_getpcstack(caller, 2, aframes,
3357 mstate->dtms_caller = caller[1];
3365 pc_t caller = 0; local
3367 dtrace_getpcstack(&caller, 1, aframes, NULL);
3368 mstate->dtms_caller = caller;
3386 * uint64_t will contain the caller, which is what
15639 * okay: our caller (th
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c250 * The returned string needs to be freed by the caller.
2927 * The returned string must be freed by the caller.

Completed in 417 milliseconds

123456