Searched refs:pcomp (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | ipcp.c | 1062 struct compreq pcomp; in IpcpDecodeConfig() local 1110 memcpy(&pcomp, opt->data, sizeof pcomp); in IpcpDecodeConfig() 1111 compproto = (ntohs(pcomp.proto) << 16) + ((int)pcomp.slots << 8) + in IpcpDecodeConfig() 1112 pcomp.compcid; in IpcpDecodeConfig() 1122 if (ntohs(pcomp.proto) == PROTO_VJCOMP) { in IpcpDecodeConfig() 1129 pcomp.proto = htons(PROTO_VJCOMP); in IpcpDecodeConfig() 1132 memcpy(nak.data, &pcomp, 2); in IpcpDecodeConfig() 1137 if (ntohs(pcomp.proto) == PROTO_VJCOMP) { in IpcpDecodeConfig() 1139 if (pcomp.slots >= MIN_VJ_STATES) { in IpcpDecodeConfig() 1147 pcomp.slots = MIN_VJ_STATES; in IpcpDecodeConfig() [all …]
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_rrip.c | 108 ISO_RRIP_SLINK_COMPONENT *pcomp; in cd9660_rrip_slink() local 114 pcomp = (ISO_RRIP_SLINK_COMPONENT *)p->component; in cd9660_rrip_slink() 124 pcomp < pcompe; in cd9660_rrip_slink() 125 pcomp = (ISO_RRIP_SLINK_COMPONENT *)((char *)pcomp + ISO_RRIP_SLSIZ in cd9660_rrip_slink() 126 + isonum_711(pcomp->clen))) { in cd9660_rrip_slink() 138 switch (*pcomp->cflag) { in cd9660_rrip_slink() 176 wlen = isonum_711(pcomp->clen); in cd9660_rrip_slink() 177 inbuf = pcomp->name; in cd9660_rrip_slink()
|
/freebsd/sys/dev/usb/ |
H A D | usb_generic.c | 1705 struct usb_fs_complete *pcomp; in ugen_ioctl() member 1728 u.pcomp->ep_index = ep_index; in ugen_ioctl() 1729 error = ugen_fs_copy_out(f, u.pcomp->ep_index); in ugen_ioctl()
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 4560 struct bwn_phy_n_iq_comp *pcomp) in bwn_nphy_rx_iq_coeffs() argument 4563 BWN_PHY_WRITE(mac, BWN_NPHY_C1_RXIQ_COMPA0, pcomp->a0); in bwn_nphy_rx_iq_coeffs() 4564 BWN_PHY_WRITE(mac, BWN_NPHY_C1_RXIQ_COMPB0, pcomp->b0); in bwn_nphy_rx_iq_coeffs() 4565 BWN_PHY_WRITE(mac, BWN_NPHY_C2_RXIQ_COMPA1, pcomp->a1); in bwn_nphy_rx_iq_coeffs() 4566 BWN_PHY_WRITE(mac, BWN_NPHY_C2_RXIQ_COMPB1, pcomp->b1); in bwn_nphy_rx_iq_coeffs() 4568 pcomp->a0 = BWN_PHY_READ(mac, BWN_NPHY_C1_RXIQ_COMPA0); in bwn_nphy_rx_iq_coeffs() 4569 pcomp->b0 = BWN_PHY_READ(mac, BWN_NPHY_C1_RXIQ_COMPB0); in bwn_nphy_rx_iq_coeffs() 4570 pcomp->a1 = BWN_PHY_READ(mac, BWN_NPHY_C2_RXIQ_COMPA1); in bwn_nphy_rx_iq_coeffs() 4571 pcomp->b1 = BWN_PHY_READ(mac, BWN_NPHY_C2_RXIQ_COMPB1); in bwn_nphy_rx_iq_coeffs()
|