Home
last modified time | relevance | path

Searched refs:DataIn (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/bearssl/T0/
H A DWordInterpreted.cs189 a = se.DataOut - se.DataIn; in AnalyseFlow()
193 maxDepth = Math.Min(maxDepth, c - se.DataIn); in AnalyseFlow()
H A DWord.cs159 return Math.Min(0, se.DataOut - se.DataIn);
H A DSType.cs15 internal int DataIn { property
/freebsd-12.1/sys/dev/dpt/
H A Ddpt_scsi.c394 cp->DataIn = 1; in dpt_get_conf()
503 cp->DataIn = 1; in dpt_detect_cache()
762 eccb->DataIn = (ccb->ccb_h.flags & CAM_DIR_IN) ? 1 : 0; in dpt_action()
829 eccb->DataIn = 0; in dpt_action()
1758 ccb->DataIn = 1;
1866 cp->DataIn = 1;
2251 if (ccb->eata_ccb.DataIn || ccb->eata_ccb.DataOut) {
2270 if (ccb->eata_ccb.DataIn == 1) {
2380 if ((ccb->eata_ccb.DataIn == 1)
H A Ddpt.h578 DataIn :1; /* Data In phase with command */ member