/src/sys/compat/linux/arch/i386/ |
linux_ptrace.c | 83 long fcs; member in struct:linux_fpctx
|
/src/sys/dev/usb/ |
uslsa.c | 529 struct slsa_fcs fcs; local in function:uslsa_set_flow 543 status = usbd_do_request(sc->sc_udev, &req, &fcs); 550 ulControlHandshake = le32toh(fcs.ulControlHandshake); 551 ulFlowReplace = le32toh(fcs.ulFlowReplace); 562 fcs.ulControlHandshake = htole32(ulControlHandshake); 563 fcs.ulFlowReplace = htole32(ulFlowReplace); 571 status = usbd_do_request(sc->sc_udev, &req, &fcs);
|
/src/sys/netbt/ |
rfcomm_session.c | 152 #define FCS(f, d) crctable[(f) ^ (d)] 613 uint8_t fcs, b; local in function:rfcomm_session_input 619 * UIH frames: FCS is only calculated on address and control fields 620 * For other frames: FCS is calculated on address, control and length 623 fcs = 0xff; 633 fcs = FCS(fcs, b); 639 fcs = FCS(fcs, b) 1469 uint8_t fcs, cr; local in function:rfcomm_session_send_frame 1532 uint8_t fcs, *hdr; local in function:rfcomm_session_send_uih [all...] |
rfcomm.h | 165 uint8_t fcs; member in struct:rfcomm_cmd_hdr
|
/src/sys/dev/pci/ |
if_vmxreg.h | 165 uint32_t fcs:1; /* Frame CRC correct */ member in struct:vmxnet3_rxcompdesc
|