Home
last modified time | relevance | path

Searched defs:fcs (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/netbt/
H A Drfcomm_session.c613 uint8_t fcs, b; in rfcomm_session_input() local
1469 uint8_t fcs, cr; in rfcomm_session_send_frame() local
1532 uint8_t fcs, *hdr; in rfcomm_session_send_uih() local
H A Drfcomm.h165 uint8_t fcs; member
/netbsd-src/sys/dev/ir/
H A Dsir.h87 static __inline u_int16_t updateFCS(u_int16_t fcs, int c) { in updateFCS()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcrtfastmath.c53 unsigned int fcs; in set_fast_math_sse() member
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dcrtfastmath.c53 unsigned int fcs; in set_fast_math_sse() member
/netbsd-src/sys/net/
H A Dppp_tty.c525 pppfcs(uint16_t fcs, const uint8_t *cp, int len) in pppfcs()
H A Dppp_defs.h108 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
/netbsd-src/sys/dev/usb/
H A Duslsa.c528 struct slsa_fcs fcs; in uslsa_set_flow() local
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_ptrace.c83 long fcs; member
/netbsd-src/sys/dev/pci/
H A Dif_vmxreg.h165 uint32_t fcs:1; /* Frame CRC correct */ member