Home
last modified time | relevance | path

Searched full:calling (Results 1 – 25 of 3838) sorted by relevance

12345678910>>...154

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h1 //===- llvm/CallingConv.h - LLVM Calling Conventions ------------*- C++ -*-===//
9 // This file defines LLVM's set of calling conventions.
19 /// the well-known calling conventions.
23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
27 /// calling conventions.
28 /// LLVM Calling Convention Representation
30 /// The default llvm calling convention, compatible with C. This convention
31 /// is the only one that supports varargs calls. As with typical C calling
36 // Generic LLVM calling conventions. None of these support varargs calls,
68 /// Calling conventio
[all...]
/freebsd-src/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c90 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
101 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
110 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
115 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
149 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
168 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
177 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
182 printf("Before calling %s() for the exited child\n", TWAIT_FNAME); in ATF_TC_BODY()
204 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
216 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
[all …]
/freebsd-src/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_asm.S110 movq 24(%rsp), %rax /* load calling RIP */
111 movq %rax, 8(%rsp) /* store calling RIP */
112 movq 32(%rsp), %rax /* load calling CS */
113 movq %rax, 16(%rsp) /* store calling CS */
114 movq 40(%rsp), %rax /* load calling RFLAGS */
115 movq %rax, 24(%rsp) /* store calling RFLAGS */
116 movq 48(%rsp), %rax /* load calling RSP */
118 movq %rax, 32(%rsp) /* store calling RSP */
119 movq 56(%rsp), %rax /* load calling SS */
120 movq %rax, 40(%rsp) /* store calling S
[all...]
/freebsd-src/sys/dev/isci/scil/
H A Dsci_status.h81 * This value indicates that the calling method completed successfully,
129 * This member indicates the calling function failed, because the state
135 * This member indicates the calling function failed, because there is
141 * This member indicates the calling function failed, because the
147 * This member indicates the calling function failed, because the
153 * This member indicates the calling function failed, because the
159 * This member indicates the calling function failed, because the
165 * This member indicates the calling function failed, because the
172 * This member indicates the calling function failed, because the
178 * This member indicates the calling function failed, because the
[all …]
/freebsd-src/sys/cddl/dev/dtrace/i386/
H A Ddtrace_asm.S40 pushl 40(%esp) /* push calling EIP */
70 movl 8(%esp), %eax /* load calling EIP */
72 movl %eax, 4(%esp) /* store calling EIP */
73 movl 12(%esp), %eax /* load calling CS */
74 movl %eax, 8(%esp) /* store calling CS */
75 movl 16(%esp), %eax /* load calling EFLAGS */
76 movl %eax, 12(%esp) /* store calling EFLAGS */
89 movl 12(%esp), %eax /* load calling EFLAGS */
90 movl %eax, 16(%esp) /* store calling EFLAGS */
91 movl 8(%esp), %eax /* load calling CS */
[all …]
/freebsd-src/contrib/netbsd-tests/kernel/arch/amd64/
H A Dt_ptrace_wait.c79 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
90 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
131 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
136 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
162 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
173 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
188 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
193 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
221 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
232 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
[all …]
/freebsd-src/contrib/ofed/librdmacm/man/
H A Drdma_create_ep.339 qp_init_attr parameters. After calling rdma_create_ep, the returned
40 rdma_cm_id may be connected by calling rdma_connect. The active side
46 request is retrieved by calling rdma_get_request, the rdma_cm_id
48 with a QP using the pd and qp_init_attr parameters. After calling
50 state by immediately calling rdma_listen. The passive side call
52 retrieved by calling rdma_get_request.
58 Users must release the created rdma_cm_id by calling rdma_destroy_ep.
H A Drdma_get_cm_event.325 events that are reported must be acknowledged by calling rdma_ack_cm_event.
61 that specified by the remote side when calling rdma_connect or rdma_accept.
63 referenced by this pointer is deallocated when calling rdma_ack_cm_event.
83 calling rdma_connect or rdma_accept. This field is NULL if the event
85 deallocated when calling rdma_ack_cm_event.
94 calling rdma_connect and rdma_accept.
98 resources specified by the remote node when calling rdma_connect and
/freebsd-src/lib/libsys/
H A D_exit.233 .Nd terminate the calling process
47 All of the descriptors open in the calling process are closed.
51 If the parent process of the calling process has an outstanding
57 it is notified of the calling process's termination and
63 The parent process-ID of all of the calling process's existing child
64 processes are set to the process-ID of the calling process's reaper;
100 calling
H A Dsetsid.244 The calling process is the session leader of the new session, is the
47 The calling process is the only process in either the session or the
53 group, which is the same as the process ID of the calling process.
65 The calling process is already a process group leader, or the process
66 group ID of a process other than the calling process matches the process
67 ID of the calling process.
H A Dsched_setparam.264 exists and if the calling process has permission, the scheduling
70 is zero, the scheduling parameters are set for the calling process.
89 the process calling
93 list will also preempt the calling process.
119 exists and if the calling process has permission,
131 is zero, the scheduling parameters for the calling process will be
H A Dexecve.247 transforms the calling process into a new process.
123 File descriptors open in the calling process image remain open in
140 Signals set to be ignored in the calling process are set to be ignored in
143 Signals which are set to be caught in the calling process image
160 other group IDs of the new process image remain the same as the calling
175 the calling process:
241 does return to the calling process an error has occurred; the
249 will fail and return to the calling process if:
313 will fail and return to the calling process if:
/freebsd-src/lib/libc/compat-43/
H A Dsigpause.287 to the signal mask of the calling process before executing the signal
89 signal mask of the calling process to its state prior to the delivery
99 mask of the calling process and
109 is removed from the signal mask of the calling process.
115 to the signal mask of the calling process.
121 from the signal mask of the calling process.
134 from the signal mask of the calling process and suspend the calling process
/freebsd-src/contrib/ncurses/man/
H A Dcurs_window.3x73 Calling \fBnewwin\fP creates and returns a pointer to a new window with the
91 A new full-screen window is created by calling \fBnewwin(0,0,0,0)\fP.
114 Calling \fBdelwin\fP deletes the named window, freeing all memory
119 Calling \fBmvwin\fP moves the window so that the upper left-hand
125 Calling \fBsubwin\fP creates and returns a pointer to a new window
134 \fBtouchwin\fP or \fBtouchline\fP on \fIorig\fP before calling
137 Calling \fBderwin\fP is the same as calling \fBsubwin,\fP except that
142 Calling \fBmvderwin\fP moves a derived window (or subwindow)
149 Calling \fBdupwin\fP creates an exact duplicate of the window \fIwin\fP.
151 Calling \fBwsyncup\fP touches all locations in ancestors of \fIwin\fP that are
/freebsd-src/crypto/openssl/crypto/bio/
H A Dbio_sock2.c35 * Creates a socket. This should be called before calling any
51 "calling socket()"); in BIO_socket()
106 "calling setsockopt()"); in BIO_connect()
116 "calling setsockopt()"); in BIO_connect()
126 "calling connect()"); in BIO_connect()
179 "calling setsockopt()"); in BIO_bind()
188 "calling bind()"); in BIO_bind()
248 "calling getsockopt()"); in BIO_listen()
260 "calling setsockopt()"); in BIO_listen()
270 "calling setsockopt()"); in BIO_listen()
[all …]
/freebsd-src/lib/libc/gen/
H A Dtcsetpgrp.348 must be the controlling terminal of the calling process and the
50 of the calling process.
54 session as the calling process.
71 The calling process does not have a controlling terminal, or the file
75 longer associated with the session of the calling process.
80 session as the calling process.
H A Dposix_spawn.3146 calling process remain open in the child process, except for those
160 those open in the calling process as modified by the spawn file
171 are the same set as is open for the calling process.
229 policy of the calling process with the scheduling parameters specified
288 Signals set to be caught by the calling process are set to the
291 Signals set to be ignored by the calling process image are set to
364 respectively (or, if the error occurs after the calling process successfully
376 (or, if the error occurs after the calling process successfully returns,
392 (or, if the error occurs after the calling process successfully returns, the
405 (or, if the error occurs after the calling proces
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRCallingConv.td1 //===-- AVRCallingConv.td - Calling Conventions for AVR ----*- tablegen -*-===//
8 // This describes the calling conventions for AVR architecture.
9 // Normal functions use a special calling convention, solved in code.
13 // AVR Return Value Calling Convention
16 // Special return value calling convention for runtime functions.
23 // AVR Argument Calling Conventions
26 // The calling conventions are implemented in custom C++ code
28 // Calling convention for variadic functions.
/freebsd-src/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dt_threads.c93 printf("Calling td_open(3)\n"); in ATF_TC_BODY()
100 printf("Calling td_close(3)\n"); in ATF_TC_BODY()
156 printf("Calling td_open(3)\n"); in ATF_TC_BODY()
163 printf("Calling td_close(3)\n"); in ATF_TC_BODY()
226 printf("Calling td_open(3)\n"); in ATF_TC_BODY()
233 printf("Calling td_close(3)\n"); in ATF_TC_BODY()
303 printf("Calling td_open(3)\n"); in ATF_TC_BODY()
310 printf("Calling td_close(3)\n"); in ATF_TC_BODY()
384 printf("Calling td_open(3)\n"); in ATF_TC_BODY()
391 printf("Calling td_close(3)\n"); in ATF_TC_BODY()
[all …]
H A Dt_dummy.c84 printf("Calling td_open(3)\n"); in ATF_TC_BODY()
87 printf("Calling td_close(3)\n"); in ATF_TC_BODY()
96 "Asserts that calling twice td_open() for the same process fails"); in ATF_TC_HEAD()
112 printf("Calling td_open(3) for the first time - expecting success\n"); in ATF_TC_BODY()
115 printf("Calling td_open(3) for the first time - expecting in-use\n"); in ATF_TC_BODY()
119 printf("Calling td_close(3) for the first successful call\n"); in ATF_TC_BODY()
/freebsd-src/contrib/ofed/librdmacm/
H A Drdma_cma.h206 * All created event channels must be destroyed by calling
222 * and all returned events must be acked before calling this function.
244 * channel. Users must release the rdma_cm_id by calling rdma_destroy_id.
298 * calling this routine and ack an related events.
313 * Typically, this routine is called before calling rdma_listen to bind
315 * of a connection before calling rdma_resolve_addr to bind to a specific
340 * connection before calling rdma_resolve_route and rdma_connect.
355 * by calling rdma_resolve_addr.
357 * This is called on the client side of a connection after calling
358 * rdma_resolve_addr, but before calling rdma_connect.
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h25 // Call SetTimeout() before calling SelectHelper::Select() to set the timeout
31 // Call the FDSet*() functions before calling SelectHelper::Select() to set
32 // the file descriptors that we will watch for when calling select. This will
33 // cause FD_SET() to be called prior to calling select using the "fd"
39 // Call the FDIsSet*() functions after calling SelectHelper::Select() to
41 // contain the result of FD_ISSET after calling select for a given file
/freebsd-src/contrib/ofed/opensm/include/complib/
H A Dcl_thread.h147 * Allows calling cl_thread_destroy without first calling cl_thread_init.
149 * Calling cl_thread_construct is a prerequisite to calling any other
242 * The cl_thread_suspend function suspends the calling thread for a minimum
251 * [in] Number of milliseconds to suspend the calling thread.
270 * The cl_thread_stall function stalls the calling thread for a minimum of
279 * [in] Number of microseconds to stall the calling thread.
314 * The cl_is_current_thread function compares the calling thread to the
328 * calling thread.
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td1 //===- PPCCallingConv.td - Calling Conventions for PowerPC -*- tablegen -*-===//
9 // This describes the calling conventions for the PowerPC 32- and 64-bit
33 // Return Value Calling Convention
40 // This calling convention is currently only supported by the stackmap and
42 // builds. On Release builds we fallback to the PPC C calling convention.
105 // No explicit register is specified for the AnyReg calling convention. The
108 // This calling convention is currently only supported by the stackmap and
110 // builds. On Release builds we fallback to the PPC C calling convention.
115 // Calling Convention corresponding to the 64-bit PowerPC ELFv2 ABI.
116 // This calling convention currently only handles integers, floats and
[all …]
/freebsd-src/crypto/openssl/doc/man3/
H A DBIO_meth_new.pod83 will be called in response to the application calling BIO_write_ex() or
92 be called in response to the application calling BIO_read_ex() or BIO_read().
101 called in response to the application calling BIO_puts(). The parameters for
107 application calling BIO_gets(). The parameters for the function have the same
113 calling BIO_ctrl(). The parameters for the function have the same meaning as for
118 called in response to the application calling BIO_new() and passing
128 called in response to the application calling BIO_free(). A pointer to the BIO
136 in response to the application calling BIO_callback_ctrl(). The parameters for

12345678910>>...154