Searched refs:cpkt (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/tws/ |
H A D | tws_user.c | 299 struct tws_compatibility_packet cpkt; in tws_ioctl_aen() local 338 memcpy( cpkt.driver_version, TWS_DRIVER_VERSION_STRING, in tws_ioctl_aen() 340 cpkt.working_srl = sc->cinfo.working_srl; in tws_ioctl_aen() 341 cpkt.working_branch = sc->cinfo.working_branch; in tws_ioctl_aen() 342 cpkt.working_build = sc->cinfo.working_build; in tws_ioctl_aen() 343 cpkt.driver_srl_high = TWS_CURRENT_FW_SRL; in tws_ioctl_aen() 344 cpkt.driver_branch_high = TWS_CURRENT_FW_BRANCH; in tws_ioctl_aen() 345 cpkt.driver_build_high = TWS_CURRENT_FW_BUILD; in tws_ioctl_aen() 346 cpkt.driver_srl_low = TWS_BASE_FW_SRL; in tws_ioctl_aen() 347 cpkt.driver_branch_low = TWS_BASE_FW_BRANCH; in tws_ioctl_aen() [all …]
|
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.c | 2165 uint16_t cpkt; in dwc_otg_data_tx() local 2171 cpkt = DXEPTSIZ_GET_NPKT(temp); in dwc_otg_data_tx() 2173 if (cpkt >= td->npkt) { in dwc_otg_data_tx() 2177 fifo_left = (td->npkt - cpkt) * in dwc_otg_data_tx() 2199 td->npkt = cpkt; in dwc_otg_data_tx()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_control.c | 4529 struct ntp_control * cpkt; 4543 cpkt = (struct ntp_control *)&rbufp->recv_pkt; in read_ordlist() 4544 qdata_octets = ntohs(cpkt->count); in read_ordlist() 4546 !memcmp(ifstats_s, cpkt->u.data, ifstats_chars))) { in read_ordlist() 4551 !memcmp(addr_rst_s, cpkt->u.data, a_r_chars)) { in read_ordlist() 4541 struct ntp_control * cpkt; read_ordlist() local
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 2955 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local 2957 if (!PACKET_buf_init(&cpkt, client, client_len) in SSL_select_next_proto() 2958 || !PACKET_get_length_prefixed_1(&cpkt, &csubpkt) in SSL_select_next_proto() 2979 if (PACKET_buf_init(&cpkt, client, client_len)) { in SSL_select_next_proto() 2980 while (PACKET_get_length_prefixed_1(&cpkt, &csubpkt)) { in SSL_select_next_proto()
|