| /freebsd-13.1/sys/dev/firewire/ |
| H A D | firewire.h | 146 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, pri); [all …]
|
| H A D | firewire.c | 192 int tcode; in fw_asyreq() local 203 tcode = fp->mode.common.tcode & 0xf; in fw_asyreq() 204 info = &fc->tcode[tcode]; in fw_asyreq() 237 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq() 1072 if (xfer->fc->tcode[req].valid_res != tcode) { in fw_tl2xfer() 1858 tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode]; in fw_rcv_copy() 1909 int tcode; in fw_rcv() local 1925 tcode = fp->mode.common.tcode; in fw_rcv() 1926 switch (tcode) { in fw_rcv() 1937 tcode_str[tcode], tcode, in fw_rcv() [all …]
|
| H A D | fwohcireg.h | 353 tcode:4, 357 tcode:4, 369 tcode:4, 373 tcode:4, 387 tcode:4, 391 tcode:4,
|
| H A D | fwdev.c | 295 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode]; in fw_read_async() 403 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode]; in fw_write_async() 648 tinfo = &fc->tcode[fp->mode.hdr.tcode]; in fw_ioctl() 698 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode]; in fw_ioctl() 699 if (xfer->recv.hdr.mode.hdr.tcode == FWTCODE_RRESB || in fw_ioctl() 700 xfer->recv.hdr.mode.hdr.tcode == FWTCODE_LRES) { in fw_ioctl()
|
| H A D | fwmem.c | 138 fp->mode.rreqq.tcode = FWTCODE_RREQQ; in fwmem_read_quad() 174 fp->mode.wreqq.tcode = FWTCODE_WREQQ; in fwmem_write_quad() 211 fp->mode.rreqb.tcode = FWTCODE_RREQB; in fwmem_read_block() 249 fp->mode.wreqb.tcode = FWTCODE_WREQB; in fwmem_write_block()
|
| H A D | fwohci.c | 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) { 941 if (tcode == FWTCODE_WREQQ || tcode == FWTCODE_RRESQ) 2518 ohcifp->mode.stream.tcode = 0xa; 2658 switch (fp0->mode.common.tcode) { 2704 fp->mode.common.tcode); [all …]
|
| H A D | if_fwip.c | 615 fp->mode.stream.tcode = FWTCODE_STREAM; in fwip_async_output() 649 fwip->last_hdr.mode.wreqb.tcode = FWTCODE_WREQB; in fwip_async_output() 860 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) { in fwip_unicast_input()
|
| H A D | firewirereg.h | 159 struct tcode_info *tcode; member
|
| H A D | sbp.c | 1295 sbp_write_cmd(struct sbp_dev *sdev, int tcode, int offset) in sbp_write_cmd() argument 1330 if (tcode == FWTCODE_WREQB) in sbp_write_cmd() 1340 fp->mode.wreqq.tcode = tcode; in sbp_write_cmd() 1636 if (rfp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_recv1() 1637 printf("sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode); in sbp_recv1() 1876 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_recv1()
|
| H A D | sbp_targ.c | 1889 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_targ_mgm() 1890 printf("%s: tcode = %d\n", __func__, fp->mode.wreqb.tcode); in sbp_targ_mgm() 1939 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_targ_recv()
|
| H A D | if_fwe.c | 162 fwe->pkt_hdr.mode.stream.tcode = FWTCODE_STREAM; in fwe_attach()
|
| /freebsd-13.1/contrib/ntp/libparse/ |
| H A D | clk_rawdcf.c | 111 time_t tcode; /* last converted time code */ member 557 if ((newtime - t->tcode) <= 600) /* require a successful telegram within last 10 minutes */ in cvt_rawdcf() 567 t->tcode = newtime; in cvt_rawdcf()
|
| /freebsd-13.1/usr.sbin/fwcontrol/ |
| H A D | fwcontrol.c | 224 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ; in read_write_quad() 226 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ; in read_write_quad() 273 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in send_phy_config() 298 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in link_on() 319 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ; in reset_start()
|
| H A D | fwdv.c | 299 pkt->mode.stream.tcode = FWTCODE_STREAM; in dvsend()
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | milter.c | 1420 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.1/crypto/openssh/ |
| H A D | channels.c | 3018 u_int32_t tcode; local 3037 if ((r = sshpkt_get_u32(ssh, &tcode)) != 0) { 3043 tcode != SSH2_EXTENDED_DATA_STDERR) {
|