Home
last modified time | relevance | path

Searched refs:inout (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/libgomp/
HDomp_lib.f90.in58 integer (omp_lock_kind), intent (inout) :: lock
65 integer (omp_nest_lock_kind), intent (inout) :: lock
72 integer (omp_lock_kind), intent (inout) :: lock
79 integer (omp_nest_lock_kind), intent (inout) :: lock
86 integer (omp_lock_kind), intent (inout) :: lock
93 integer (omp_nest_lock_kind), intent (inout) :: lock
149 integer (omp_lock_kind), intent (inout) :: lock
185 integer (omp_nest_lock_kind), intent (inout) :: lock
/dragonfly/sys/dev/disk/isp/
HDispmbox.h1602 } inout; member
1603 #define els_bytecnt inout.in._els_bytecnt
1604 #define els_subcode1 inout.in._els_subcode1
1605 #define els_subcode2 inout.in._els_subcode2
1606 #define els_reserved4 inout.in._els_reserved4
1607 #define els_recv_bytecnt inout.out._els_recv_bytecnt
1608 #define els_xmit_bytecnt inout.out._els_xmit_bytecnt
1609 #define els_xmit_dsd_length inout.out._els_xmit_dsd_length
1610 #define els_xmit_dsd_a1500 inout.out._els_xmit_dsd_a1500
1611 #define els_xmit_dsd_a3116 inout.out._els_xmit_dsd_a3116
[all …]
/dragonfly/sys/sys/
HDioccom.h54 #define _IOC(inout,group,num,len) ((unsigned long) \ argument
55 ((inout) | (((len) & IOCPARM_MASK) << 16) | ((group) << 8) | (num)))
/dragonfly/crypto/openssh/
HDsession.c428 int inout[2], err[2]; in do_exec_no_pty() local
434 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) == -1) { in do_exec_no_pty()
440 close(inout[0]); in do_exec_no_pty()
441 close(inout[1]); in do_exec_no_pty()
460 close(inout[0]); in do_exec_no_pty()
461 close(inout[1]); in do_exec_no_pty()
503 close(inout[1]); in do_exec_no_pty()
505 if (dup2(inout[0], 0) == -1) /* stdin */ in do_exec_no_pty()
507 if (dup2(inout[0], 1) == -1) /* stdout (same as stdin) */ in do_exec_no_pty()
509 close(inout[0]); in do_exec_no_pty()
[all …]
HDsftp.c2376 int inout[2]; in connect_to_server() local
2378 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) == -1) in connect_to_server()
2380 *in = *out = inout[0]; in connect_to_server()
2381 c_in = c_out = inout[1]; in connect_to_server()
/dragonfly/usr.bin/dc/
HDMakefile4 SRCS= dc.c bcode.c inout.c mem.c stack.c
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-mmix.texi509 @code{mmixal} example file @code{inout.mms}, where different registers
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDobjc.texi427 @item @code{inout}