Lines Matching refs:word
46 static byte isdn_rc(ADAPTER *, byte, byte, byte, word, dword, dword);
47 static byte isdn_ind(ADAPTER *, byte, byte, byte, PBUFFER *, byte, word);
59 static void xdi_xlog(byte *msg, word code, int length);
83 word length; in pr_out()
84 word i; in pr_out()
85 word clength; in pr_out()
136 clength = min((word)(270 - length), (word)(X[i].PLength-this->XOffset)); in pr_out()
360 word Ref, in isdn_rc()
366 word i; in isdn_rc()
564 word MLength) in isdn_ind()
567 word clength; in isdn_ind()
568 word offset; in isdn_ind()
614 this->RLength = MLength = (word)*(dword *)cma; in isdn_ind()
619 this->RLength = MLength = (word)diva_istream_read(a, in isdn_ind()
625 IoAdapter->RBuffer.length = min(MLength, (word)270); in isdn_ind()
679 clength = min(MLength, (word)(R[this->RCurrent].PLength-this->ROffset)); in isdn_ind()
728 static void xdi_xlog(byte *msg, word code, int length) { in xdi_xlog()
760 word LogInfo[4]; in xdi_xlog_rc_event()
761 PUT_WORD(&LogInfo[0], ((word)Adapter | (word)(xdi_xlog_sec++ << 8))); in xdi_xlog_rc_event()
762 PUT_WORD(&LogInfo[1], ((word)Id | (word)(Ch << 8))); in xdi_xlog_rc_event()
763 PUT_WORD(&LogInfo[2], ((word)Rc | (word)(type << 8))); in xdi_xlog_rc_event()
784 word LogInfo[3]; in xdi_xlog_request()
785 PUT_WORD(&LogInfo[0], ((word)Adapter | (word)(xdi_xlog_sec++ << 8))); in xdi_xlog_request()
786 PUT_WORD(&LogInfo[1], ((word)Id | (word)(Ch << 8))); in xdi_xlog_request()
787 PUT_WORD(&LogInfo[2], ((word)Req | (word)(type << 8))); in xdi_xlog_request()
828 word LogInfo[4]; in xdi_xlog_ind()
829 PUT_WORD(&LogInfo[0], ((word)Adapter | (word)(xdi_xlog_sec++ << 8))); in xdi_xlog_ind()
830 PUT_WORD(&LogInfo[1], ((word)Id | (word)(Ch << 8))); in xdi_xlog_ind()
831 PUT_WORD(&LogInfo[2], ((word)Ind | (word)(type << 8))); in xdi_xlog_ind()
832 PUT_WORD(&LogInfo[3], ((word)rnr | (word)(rnr_valid << 8))); in xdi_xlog_ind()