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

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/signal_h/
H A D21-1.c11 int tcode; variable
23 tcode = t.si_code;
/haiku-fatelf/headers/private/firewire/
H A Dfirewire.h148 COMMON_HDR(, , tcode, );
151 COMMON_HDR(len, chtag, tcode, sy);
155 COMMON_HDR(dst, tlrt, tcode, pri);
159 COMMON_HDR(dst, tlrt, tcode, pri);
164 COMMON_HDR(dst, tlrt, tcode, pri);
169 COMMON_HDR(dst, tlrt, tcode, pri);
175 COMMON_HDR(dst, tlrt, tcode, pri);
181 COMMON_HDR(dst, tlrt, tcode, pri);
187 COMMON_HDR(dst, tlrt, tcode, pri);
193 COMMON_HDR(dst, tlrt, tcode, pr
[all...]
H A Dfirewirereg.h220 struct tcode_info *tcode; member in struct:firewire_comm
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcireg.h355 tcode:4, member in struct:fwohci_txpkthdr::__anon1358::__anon1359
359 tcode:4,
371 tcode:4, member in struct:fwohci_txpkthdr::__anon1358::__anon1360
375 tcode:4,
389 tcode:4, member in struct:fwohci_txpkthdr::__anon1358::__anon1361
393 tcode:4,
H A Dfwmem.cpp99 fp->mode.rreqq.tcode = FWTCODE_RREQQ;
135 fp->mode.wreqq.tcode = FWTCODE_WREQQ;
172 fp->mode.rreqb.tcode = FWTCODE_RREQB;
210 fp->mode.wreqb.tcode = FWTCODE_WREQB;
H A Dfirewire.cpp151 int tcode; local
161 tcode = fp->mode.common.tcode & 0xf;
162 info = &fc->tcode[tcode];
164 printf("invalid tcode=%x\n", tcode);
170 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) ||
195 len, xfer->send.pay_len, tcode_str[tcode], tcode);
1097 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) argument
2025 int tcode; local
[all...]
H A Dfwohci.cpp81 "data write err","bus reset","timeout","tcode err",
664 sc->fc.tcode = tinfo;
877 int tcode, hdr_len, pl_off; local
919 tcode = fp->mode.common.tcode;
922 info = &tinfo[tcode];
931 if (tcode == FWTCODE_STREAM ){
934 } else if (tcode == FWTCODE_PHY) {
939 ohcifp->mode.common.tcode = FWOHCITCODE_PHY;
956 if (tcode
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c323 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode];
473 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode];
761 tinfo = &fc->tcode[fp->mode.hdr.tcode];
810 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode];
811 if (xfer->recv.hdr.mode.hdr.tcode == FWTCODE_RRESB ||
812 xfer->recv.hdr.mode.hdr.tcode
[all...]
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwcontrol.c234 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ;
236 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ;
283 asyreq->pkt.mode.common.tcode = FWTCODE_PHY;
308 asyreq->pkt.mode.common.tcode = FWTCODE_PHY;
329 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ;
H A Dfwdv.c306 pkt->mode.stream.tcode = FWTCODE_STREAM;

Completed in 82 milliseconds