Searched refs:tcode (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/dev/firewire/
H A Dfirewire.h146 COMMON_HDR(, , tcode, );
149 COMMON_HDR(len, chtag, tcode, sy);
153 COMMON_HDR(dst, tlrt, tcode, pri);
157 COMMON_HDR(dst, tlrt, tcode, pri);
162 COMMON_HDR(dst, tlrt, tcode, pri);
167 COMMON_HDR(dst, tlrt, tcode, pri);
173 COMMON_HDR(dst, tlrt, tcode, pri);
179 COMMON_HDR(dst, tlrt, tcode, pri);
185 COMMON_HDR(dst, tlrt, tcode, pri);
191 COMMON_HDR(dst, tlrt, tcode, pr
[all...]
H A Dfwohcireg.h353 tcode:4, member in struct:fwohci_txpkthdr::__anon12130::__anon12131
357 tcode:4,
369 tcode:4, member in struct:fwohci_txpkthdr::__anon12130::__anon12132
373 tcode:4,
387 tcode:4, member in struct:fwohci_txpkthdr::__anon12130::__anon12133
391 tcode:4,
H A Dfirewire.c192 int tcode; local
203 tcode = fp->mode.common.tcode & 0xf;
204 info = &fc->tcode[tcode];
206 printf("invalid tcode=%x\n", tcode);
212 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) ||
237 len, xfer->send.pay_len, tcode_str[tcode], tcode);
1057 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) argument
1909 int tcode; local
[all...]
H A Dfwdev.c295 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode];
403 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode];
648 tinfo = &fc->tcode[fp->mode.hdr.tcode];
698 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode];
699 if (xfer->recv.hdr.mode.hdr.tcode == FWTCODE_RRESB ||
700 xfer->recv.hdr.mode.hdr.tcode
[all...]
H A Dfwmem.c138 fp->mode.rreqq.tcode = FWTCODE_RREQQ;
174 fp->mode.wreqq.tcode = FWTCODE_WREQQ;
211 fp->mode.rreqb.tcode = FWTCODE_RREQB;
249 fp->mode.wreqb.tcode = FWTCODE_WREQB;
H A Dfwohci.c82 "data write err", "bus reset", "timeout", "tcode err",
676 sc->fc.tcode = tinfo;
863 int tcode, hdr_len, pl_off; local
904 tcode = fp->mode.common.tcode;
907 info = &tinfo[tcode];
916 if (tcode == FWTCODE_STREAM) {
919 } else if (tcode == FWTCODE_PHY) {
924 ohcifp->mode.common.tcode = FWOHCITCODE_PHY;
941 if (tcode
[all...]
H A Dfirewirereg.h159 struct tcode_info *tcode; member in struct:firewire_comm
H A Dif_fwip.c615 fp->mode.stream.tcode = FWTCODE_STREAM;
649 fwip->last_hdr.mode.wreqb.tcode = FWTCODE_WREQB;
860 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) {
H A Dsbp.c1295 sbp_write_cmd(struct sbp_dev *sdev, int tcode, int offset) argument
1330 if (tcode == FWTCODE_WREQB)
1340 fp->mode.wreqq.tcode = tcode;
1636 if (rfp->mode.wreqb.tcode != FWTCODE_WREQB) {
1637 printf("sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode);
1876 sfp->mode.wres.tcode = FWTCODE_WRES;
H A Dif_fwe.c162 fwe->pkt_hdr.mode.stream.tcode = FWTCODE_STREAM;
H A Dsbp_targ.c1889 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) {
1890 printf("%s: tcode = %d\n", __func__, fp->mode.wreqb.tcode);
1939 sfp->mode.wres.tcode = FWTCODE_WRES;
/freebsd-13-stable/contrib/ntp/libparse/
H A Dclk_rawdcf.c111 time_t tcode; /* last converted time code */ member in struct:last_tcode
557 if ((newtime - t->tcode) <= 600) /* require a successful telegram within last 10 minutes */
567 t->tcode = newtime;
774 * transfer correctly converted time codes always into tcode
/freebsd-13-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c224 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ;
226 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ;
273 asyreq->pkt.mode.common.tcode = FWTCODE_PHY;
298 asyreq->pkt.mode.common.tcode = FWTCODE_PHY;
319 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ;
H A Dfwdv.c299 pkt->mode.stream.tcode = FWTCODE_STREAM;
/freebsd-13-stable/contrib/sendmail/src/
H A Dmilter.c1420 int tcode; local
1447 tcode = -1;
1453 tcode = SMFTO_CONNECT;
1457 tcode = SMFTO_WRITE;
1461 tcode = SMFTO_READ;
1465 tcode = SMFTO_EOM;
1476 if (tcode >= 0)
1478 m->mf_timeout[tcode] = convtime(p, 's');
1482 (u_long) m->mf_timeout[tcode]);
/freebsd-13-stable/crypto/openssh/
H A Dchannels.c3046 u_int32_t tcode; local
3065 if ((r = sshpkt_get_u32(ssh, &tcode)) != 0) {
3066 error("%s: parse tcode: %s", __func__, ssh_err(r));
3071 tcode != SSH2_EXTENDED_DATA_STDERR) {

Completed in 216 milliseconds