Home
last modified time | relevance | path

Searched full:t10 (Results 1 – 25 of 94) sorted by relevance

1234

/freebsd/sys/ofed/include/rdma/
H A Dsignature.h25 * @IB_SIG_TYPE_T10_DIF: Type T10-DIF
33 * enum ib_t10_dif_bg_type - Signature T10-DIF block-guard types
34 * @IB_T10DIF_CRC: Corresponds to T10-PI mandated CRC checksum rules.
43 * struct ib_t10_dif_domain - Parameters specific for T10-DIF
45 * @bg_type: T10-DIF block guard type (CRC|CSUM)
101 * Signature check masks (8 bytes in total) according to the T10-PI standard:
/freebsd/crypto/openssh/regress/
H A DMakefile5 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12
146 sshd_proxy_orig t10.out t10.out.pub t12.out t12.out.pub \
232 $(OBJ)/t10.out:
235 t10: $(OBJ)/t10.out target
236 ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t10.out > /dev/null
237 ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t10.out > /dev/null
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl125 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
177 lwxs $t10,$i2($Tbl) # Te3[s1]
205 rotr $t10,$t10,24
212 xor $t2,$t10
304 ext $t10,$s1,0,8
309 $PTR_INS $i2,$t10,2,8
316 lw $t10,0($i2) # Te3[s1]
334 lw $t10,0($i2) # Te3[s1]
355 rotr $t10,$t10,24
381 lwl $t10,1($i2) # Te3[s1]
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsati_design.h71 Please refer to www.t10.org for specifications relating to SCSI and SAT.
82 SATI complies with the t10 SAT specification where possible. In cases where
93 determine the t10 specification revision with which SATI is compliant. For
H A Dintel_sat.h60 * to ATA Translation (SAT) T10 standard. For more information please
61 * refer to www.t10.org.
H A Dscif_user_callback.h503 * by the protocol standard (e.g. T10 SAS specification). Please
522 * by the protocol standard (e.g. T10 SAS specification). Please
542 * by the protocol standard (e.g. T10 SAS specification). Please
562 * by the protocol standard (e.g. T10 SAS specification). Please
582 * by the protocol standard (e.g. T10 SAS specification). Please
H A Dscic_user_callback.h452 * by the protocol standard (e.g. T10 SAS specification). Please
472 * by the protocol standard (e.g. T10 SAS specification). Please
492 * by the protocol standard (e.g. T10 SAS specification). Please
561 * by the protocol standard (e.g. T10 SAS specification). Please
581 * by the protocol standard (e.g. T10 SAS specification). Please
H A Dscif_controller.h388 * @brief This method simply returns the T10 SCSI to ATA Translation (SAT)
400 * @brief This method simply returns the revision of the T10 SCSI to ATA
/freebsd/sys/dev/isp/
H A Disp_stds.h59 * Source: NICTS T10, Project 1144D, Revision 07a, Section 9 (AKA fcp2-r07a)
186 * Source: NCITS T10, Project 1828D, Revision 02b (aka FCP4r02b)
218 * Source: NCITS T10, Project 1144D, Revision 08 (aka FCP2r08)
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c48 uint32_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; in br_aes_ct_bitslice_Sbox() local
103 t10 = y2 & y7; in br_aes_ct_bitslice_Sbox()
104 t11 = t10 ^ t7; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c48 uint64_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; in br_aes_ct64_bitslice_Sbox() local
103 t10 = y2 & y7; in br_aes_ct64_bitslice_Sbox()
104 t11 = t10 ^ t7; in br_aes_ct64_bitslice_Sbox()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.h30 // t10 = f(t00);
31 // t20 = g(t10);
/freebsd/sys/dev/ocs_fc/
H A Docs_scsi.h190 * @brief T10 DIF operations
211 * @brief T10 DIF block sizes
233 * @brief T10 DIF information passed to the transport
/freebsd/sys/dev/isci/
H A Disci_task_request.c71 * by the protocol standard (e.g. T10 SAS specification). Please
98 * by the protocol standard (e.g. T10 SAS specification). Please
/freebsd/share/examples/ses/setobjstat/
H A Dsetobjstat.055 the FTP site ftp.t10.org).
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8192-asurada-spherion-r0.dts42 MATRIX_KEY(0x00, 0x04, 0) /* T10 */
H A Dmt8192-asurada-hayato-r1.dts24 MATRIX_KEY(0x00, 0x04, 0) /* T10 */
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-pazquel360.dtsi42 MATRIX_KEY(0x00, 0x04, 0) /* T10 */
H A Dsc7180-trogdor-kingoftown.dts55 MATRIX_KEY(0x00, 0x04, 0) /* T10 */
H A Dsc7180-trogdor-kingoftown.dtsi53 MATRIX_KEY(0x00, 0x04, 0) /* T10 */
H A Dsc7180-trogdor-pazquel.dtsi61 MATRIX_KEY(0x00, 0x04, 0) /* T10 */
/freebsd/usr.bin/find/tests/
H A Dfind_test.sh38 atf_check -s exit:0 touch -d 2017-12-31T10:00:00Z -h test/link
/freebsd/usr.sbin/efiwake/
H A Defiwake.870 EFI wake time: 2023-05-04T10:00:00; enabled=0, pending=1
/freebsd/share/man/man4/
H A Dsa.4272 See the SSC-5 spec (available at t10.org), specifically the section on the
297 As of SSC-5r03 (available at t10.org), the protection method values are:
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.h122 #define VIRTIO_SCSI_F_T10_PI 0x0008 /* Extended fields for T10 protection

1234