Symbol: bswap16
lib/libdmsg/crypto.c
614
handrx.version = bswap16(handrx.version);
lib/libdmsg/msg.c
2744
head->magic = bswap16(head->magic);
lib/libdmsg/msg.c
2745
head->reserved02 = bswap16(head->reserved02);
sys/dev/disk/ahci/ahci_cam.c
725
swap[i] = bswap16(swap[i]);
sys/dev/disk/ahci/ahci_cam.c
729
swap[i] = bswap16(swap[i]);
sys/dev/disk/ahci/ahci_cam.c
733
swap[i] = bswap16(swap[i]);
sys/dev/disk/isp/isp_freebsd.h
517
*(d) = (isp->isp_bustype == ISP_BT_SBUS)? s : bswap16(s)
sys/dev/disk/isp/isp_freebsd.h
523
*((uint16_t *)s) : bswap16(*((uint16_t *)s))
sys/dev/disk/isp/isp_freebsd.h
530
#define ISP_IOXPUT_16(isp, s, d) *(d) = bswap16(s)
sys/dev/disk/isp/isp_freebsd.h
533
#define ISP_IOXGET_16(isp, s, d) d = bswap16(*((uint16_t *)s))
sys/dev/disk/isp/isp_freebsd.h
536
#define ISP_SWIZZLE_NVRAM_WORD(isp, rp) *rp = bswap16(*rp)
sys/dev/disk/isp/isp_freebsd.h
558
#define ISP_IOZPUT_16(isp, s, d) *(d) = bswap16(s)
sys/dev/disk/isp/isp_freebsd.h
562
#define ISP_IOZGET_16(isp, s, d) d = bswap16(*((uint16_t *)(s)))
sys/dev/disk/isp/isp_freebsd.h
567
#define ISP_SWAP16(isp, s) bswap16(s)
sys/dev/disk/sili/sili_cam.c
684
swap[i] = bswap16(swap[i]);
sys/dev/disk/sili/sili_cam.c
688
swap[i] = bswap16(swap[i]);
sys/dev/disk/sili/sili_cam.c
692
swap[i] = bswap16(swap[i]);
sys/dev/netif/re/re.c
8062
opts2 |= bswap16(m_head->m_pkthdr.ether_vtag) | RL_TDESC_VLANCTL_TAG;
sys/dev/netif/re/re.c
8408
bswap16((opts2 & RL_RDESC_VLANCTL_DATA));
usr.sbin/makefs/cd9660/cd9660_conversion.c
126
be = bswap16(dw);
usr.sbin/makefs/cd9660/cd9660_conversion.c
130
le = bswap16(dw);
usr.sbin/makefs/cd9660/cd9660_conversion.c
59
w = bswap16(w);
usr.sbin/makefs/cd9660/cd9660_conversion.c
78
w = bswap16(w);
usr.sbin/makefs/ffs/ffs_bswap.c
131
n->di_mode = bswap16(o->di_mode);
usr.sbin/makefs/ffs/ffs_bswap.c
132
n->di_nlink = bswap16(o->di_nlink);
usr.sbin/makefs/ffs/ffs_bswap.c
153
n->di_mode = bswap16(o->di_mode);
usr.sbin/makefs/ffs/ffs_bswap.c
154
n->di_nlink = bswap16(o->di_nlink);
usr.sbin/makefs/ffs/ffs_bswap.c
215
n->cg_old_ncyl = bswap16(o->cg_old_ncyl);
usr.sbin/makefs/ffs/ffs_bswap.c
216
n->cg_old_niblk = bswap16(o->cg_old_niblk);
usr.sbin/makefs/ffs/ffs_bswap.c
265
n16[i] = bswap16(o16[i]);
usr.sbin/makefs/ffs/ufs_bswap.h
58
return ((ns) ? bswap16(a) : (a));