Home
last modified time | relevance | path

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

12

/freebsd/contrib/sendmail/libsm/
H A Dt-qic.c107 sm_qic_T inout[] = { local
170 for (i = 0; inout[i].qic_in != NULL; i++)
173 obp = quote_unquote(inout[i].qic_in, line_out, los,
174 inout[i].qic_exp, mode);
175 cmp = strcmp(inout[i].qic_out, obp);
176 SM_TEST(inout[i].qic_exp == cmp);
177 if (inout[i].qic_exp != cmp && !SmTestVerbose)
183 bp = str2prt(inout[i].qic_out);
186 show_diff(inout[i].qic_in, inout[i].qic_out);
193 for (i = 0; inout[i].qic_in != NULL; i++)
[all …]
H A Dt-str2prt.c37 sm_qic_T inout[] = { local
49 for (i = 0; inout[i].qic_in != NULL; i++)
51 obp = str2prt(inout[i].qic_in);
52 cmp = strcmp(inout[i].qic_out, obp);
53 SM_TEST(inout[i].qic_exp == cmp);
54 if (inout[i].qic_exp != cmp && SmTestVerbose)
56 fprintf(stderr, "in: %s\n", inout[i].qic_in);
58 fprintf(stderr, "exp: %s\n", inout[i].qic_out);
/freebsd/sys/amd64/vmm/
H A Dvmm_ioport.c75 switch (vmexit->u.inout.bytes) { in inout_instruction()
87 if (vmexit->u.inout.in) in inout_instruction()
90 if (vmexit->u.inout.string) in inout_instruction()
110 if (vmexit->u.inout.port >= MAX_IOPORTS || in emulate_inout_port()
111 (handler = ioport_handler[vmexit->u.inout.port]) == NULL) { in emulate_inout_port()
116 mask = vie_size2mask(vmexit->u.inout.bytes); in emulate_inout_port()
118 if (!vmexit->u.inout.in) { in emulate_inout_port()
119 val = vmexit->u.inout.eax & mask; in emulate_inout_port()
122 error = (*handler)(vcpu_vm(vcpu), vmexit->u.inout.in, in emulate_inout_port()
123 vmexit->u.inout.port, vmexit->u.inout.bytes, &val); in emulate_inout_port()
[all …]
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c176 aes_encrypt(const struct krb5_key_state *ks, struct mbuf *inout, in aes_encrypt() argument
202 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt()
210 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt()
213 m_copydata(inout, off, 2 * blocklen, (void*) &last2); in aes_encrypt()
214 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
215 m_copyback(inout, off + blocklen, blocklen, last2.cn_1); in aes_encrypt()
225 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len - plen, in aes_encrypt()
236 m_copydata(inout, off, blocklen + plen, (void*) &last2); in aes_encrypt()
241 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
242 m_copyback(inout, off + blocklen, plen, last2.cn_1); in aes_encrypt()
[all …]
H A Dkcrypto.h66 struct mbuf *inout, size_t skip, size_t len, void *ivec, size_t ivlen);
68 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen);
114 krb5_encrypt(const struct krb5_key_state *ks, struct mbuf *inout, in krb5_encrypt() argument
118 ks->ks_class->ec_encrypt(ks, inout, skip, len, ivec, ivlen); in krb5_encrypt()
122 krb5_decrypt(const struct krb5_key_state *ks, struct mbuf *inout, in krb5_decrypt() argument
126 ks->ks_class->ec_decrypt(ks, inout, skip, len, ivec, ivlen); in krb5_decrypt()
131 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen) in krb5_checksum() argument
134 ks->ks_class->ec_checksum(ks, usage, inout, skip, inlen, outlen); in krb5_checksum()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl509 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3));
555 vmr $inout,$inptail
562 vperm $inout,$inout,$inptail,$inpperm
566 vxor $inout,$inout,$rndkey0
569 vxor $inout,$inout,$ivec
573 vcipher $inout,$inout,$rndkey1
577 vcipher $inout,$inout,$rndkey0
583 vcipher $inout,$inout,$rndkey1
587 vcipherlast $ivec,$inout,$rndkey0
591 vsel $inout,$outhead,$tmp,$outmask
[all …]
H A Daesni-x86.pl126 { my ($p,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout));
133 &xorps ($inout,$ivec) if (defined($ivec));
134 &xorps ($inout,$rndkey0) if (!defined($ivec));
136 eval"&aes${p} ($inout,$rndkey1)";
141 eval"&aes${p}last ($inout,$rndkey1)";
145 { my ($p,$inout)=@_; $inout=$inout0 if (!defined($inout));
150 &xorps ($inout,$rndkey0);
158 eval"&aes${p} ($inout,$rndkey1)";
160 eval"&aes${p} ($inout,$rndkey0)";
163 eval"&aes${p} ($inout,$rndkey1)";
[all …]
H A Daesni-sha256-x86_64.pl219 ($iv,$inout,$roundkey,$temp,
458 vmovdqu (%r12),$inout # $a4
576 &vmovdqu ($inout,"(%r12)");
774 vmovdqu (%r12),$inout # $a4
845 &vmovdqu ($inout,"(%r12)");
1118 vmovdqu (%r13),$inout
1166 &vmovdqu ($inout,"(%r13)");
1215 vmovdqu (%r13),$inout
H A Daesv8-armx.pl357 my ($rndkey0,$rndkey1,$inout)=map("q$_",(0..3));
371 vld1.8 {$inout},[$inp]
376 aes$e $inout,$rndkey0
377 aes$mc $inout,$inout
380 aes$e $inout,$rndkey1
381 aes$mc $inout,$inout
385 aes$e $inout,$rndkey0
386 aes$mc $inout,$inout
388 aes$e $inout,$rndkey1
389 veor $inout,$inout,$rndkey0
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A Dinout.c113 bytes = vmexit->u.inout.bytes; in emulate_inout()
114 in = vmexit->u.inout.in; in emulate_inout()
115 port = vmexit->u.inout.port; in emulate_inout()
138 if (vmexit->u.inout.string) { in emulate_inout()
140 rep = vis->inout.rep; in emulate_inout()
220 eax = vmexit->u.inout.eax; in emulate_inout()
H A Dvmexit.c80 port = vme->u.inout.port; in vmexit_inout()
81 bytes = vme->u.inout.bytes; in vmexit_inout()
82 in = vme->u.inout.in; in vmexit_inout()
/freebsd/sys/dev/isp/
H A Dispmbox.h1248 } inout; member
1249 #define els_bytecnt inout.in._els_bytecnt
1250 #define els_subcode1 inout.in._els_subcode1
1251 #define els_subcode2 inout.in._els_subcode2
1252 #define els_reserved4 inout.in._els_reserved4
1253 #define els_recv_bytecnt inout.out._els_recv_bytecnt
1254 #define els_xmit_bytecnt inout.out._els_xmit_bytecnt
1255 #define els_xmit_dsd_length inout.out._els_xmit_dsd_length
1256 #define els_xmit_dsd_a1500 inout.out._els_xmit_dsd_a1500
1257 #define els_xmit_dsd_a3116 inout.out._els_xmit_dsd_a3116
[all …]
/freebsd/sys/sys/
H A Dioccom.h59 #define _IOC(inout,group,num,len) ((unsigned long) \ argument
60 ((inout) | (((len) & IOCPARM_MASK) << 16) | ((group) << 8) | (num)))
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dfield.h51 static INLINE_UNUSED void gf_bias(gf inout, int amount);
52 static INLINE_UNUSED void gf_weak_reduce(gf inout);
54 void gf_strong_reduce(gf inout);
/freebsd/usr.bin/dc/tests/
H A DMakefile3 ATF_TESTS_SH= inout
/freebsd/usr.bin/dc/
H A DMakefile6 SRCS= dc.c bcode.c inout.c mem.c stack.c
/freebsd/crypto/heimdal/lib/hdb/
H A Dmkey.c93 hdb_master_key *inout) in hdb_add_master_key() argument
99 for(p = *inout; p; p = p->next) in hdb_add_master_key()
105 p->next = *inout; in hdb_add_master_key()
106 *inout = p; in hdb_add_master_key()
/freebsd/crypto/openssh/
H A Dsession.c417 int inout[2], err[2]; in do_exec_no_pty() local
423 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) == -1) { in do_exec_no_pty()
429 close(inout[0]); in do_exec_no_pty()
430 close(inout[1]); in do_exec_no_pty()
449 close(inout[0]); in do_exec_no_pty()
450 close(inout[1]); in do_exec_no_pty()
492 close(inout[1]); in do_exec_no_pty()
494 if (dup2(inout[0], 0) == -1) /* stdin */ in do_exec_no_pty()
496 if (dup2(inout[0], 1) == -1) /* stdout (same as stdin) */ in do_exec_no_pty()
498 close(inout[0]); in do_exec_no_pty()
[all …]
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y83 %type <num> role table inout unit dstopts weighting
166 IPT_GROUPMAP inout { bzero((char *)&ipht, sizeof(ipht));
174 inout: IPT_IN { $$ = FR_INQUE; }
496 | IPT_GROUPMAP '(' name ';' inout ';' ')'
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dscrypt.c291 static void salsa208_word_specification(uint32_t inout[16]) in salsa208_word_specification()
296 memcpy(x, inout, sizeof(x)); in salsa208_word_specification()
332 inout[i] += x[i]; in salsa208_word_specification()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
H A Dmemory.inc187 // [inout.ptr.t], class template inout_ptr_t
190 // [inout.ptr], function template inout_ptr
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c805 vmexit->u.inout.in = (info1 & BIT(0)) ? 1 : 0; in svm_handle_io()
806 vmexit->u.inout.string = inout_string; in svm_handle_io()
807 vmexit->u.inout.rep = (info1 & BIT(3)) ? 1 : 0; in svm_handle_io()
808 vmexit->u.inout.bytes = (info1 >> 4) & 0x7; in svm_handle_io()
809 vmexit->u.inout.port = (uint16_t)(info1 >> 16); in svm_handle_io()
810 vmexit->u.inout.eax = (uint32_t)(state->rax); in svm_handle_io()
818 vis->index = svm_inout_str_index(regs, vmexit->u.inout.in); in svm_handle_io()
819 vis->count = svm_inout_str_count(regs, vmexit->u.inout.rep); in svm_handle_io()
821 svm_inout_str_seginfo(vcpu, info1, vmexit->u.inout.in, vis); in svm_handle_io()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c265 SDT_PROBE_DEFINE3(vmm, vmx, exit, inout,
2636 vmexit->u.inout.bytes = (qual & 0x7) + 1; in vmx_exit_process()
2637 vmexit->u.inout.in = in = (qual & 0x8) ? 1 : 0; in vmx_exit_process()
2638 vmexit->u.inout.string = (qual & 0x10) ? 1 : 0; in vmx_exit_process()
2639 vmexit->u.inout.rep = (qual & 0x20) ? 1 : 0; in vmx_exit_process()
2640 vmexit->u.inout.port = (uint16_t)(qual >> 16); in vmx_exit_process()
2641 vmexit->u.inout.eax = (uint32_t)(vmxctx->guest_rax); in vmx_exit_process()
2642 if (vmexit->u.inout.string) { in vmx_exit_process()
2650 vis->count = inout_str_count(vcpu, vis->inout.rep); in vmx_exit_process()
2654 SDT_PROBE3(vmm, vmx, exit, inout, vmx, vcpuid, vmexit); in vmx_exit_process()
/freebsd/sys/amd64/include/
H A Dvmm.h667 struct vm_inout inout; /* must be the first element */ member
699 struct vm_inout inout; member

12