Home
last modified time | relevance | path

Searched refs:c_end (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/usr.sbin/bluetooth/sdpcontrol/
HDsdpcontrol.c183 char *c_end = strchr(c->command, ' '); in find_sdp_command() local
185 if (c_end != NULL) { in find_sdp_command()
186 int len = c_end - c->command; in find_sdp_command()
/freebsd-head/usr.sbin/bluetooth/bthidcontrol/
HDbthidcontrol.c178 char *c_end = strchr(c->command, ' '); in find_bthid_command() local
180 if (c_end != NULL) { in find_bthid_command()
181 int len = c_end - c->command; in find_bthid_command()
/freebsd-head/usr.sbin/bluetooth/l2control/
HDl2control.c184 char *c_end = strchr(c->command, ' '); in find_l2cap_command() local
186 if (c_end != NULL) { in find_l2cap_command()
187 int len = c_end - c->command; in find_l2cap_command()
/freebsd-head/usr.sbin/bluetooth/hccontrol/
HDhccontrol.c268 char *c_end = strchr(c->command, ' '); in find_hci_command() local
270 if (c_end != NULL) { in find_hci_command()
271 int len = c_end - c->command; in find_hci_command()
/freebsd-head/sys/contrib/dev/rtw89/
HDcoex.c9108 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v2() local
9173 c_end = le16_to_cpu(pcysta_le32->cycles); in _show_fbtc_cysta_v2()
9175 for (cycle = c_begin; cycle <= c_end; cycle++) { in _show_fbtc_cysta_v2()
9189 if (cnt % (BTC_CYCLE_SLOT_MAX / 4) == 0 || cnt == c_end) in _show_fbtc_cysta_v2()
9236 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v3() local
9300 c_end = cycle; in _show_fbtc_cysta_v3()
9307 for (cycle = c_begin; cycle <= c_end; cycle++) { in _show_fbtc_cysta_v3()
9338 if (cnt % divide_cnt == 0 || cnt == c_end) in _show_fbtc_cysta_v3()
9366 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v4() local
9432 c_end = cycle; in _show_fbtc_cysta_v4()
[all …]
/freebsd-head/sys/netinet/tcp_stacks/
HDbbr.c5402 uint32_t c_end; in bbr_update_entry() local
5406 c_end = rsm->r_start + len; in bbr_update_entry()
5407 if (SEQ_GEQ(c_end, rsm->r_end)) { in bbr_update_entry()
5413 if (c_end == rsm->r_end) { in bbr_update_entry()
5442 bbr_clone_rsm(bbr, nrsm, rsm, c_end); in bbr_update_entry()
HDrack.c8202 uint32_t c_end; in rack_update_entry() local
8206 c_end = rsm->r_start + len; in rack_update_entry()
8207 if (SEQ_GEQ(c_end, rsm->r_end)) { in rack_update_entry()
8213 if (c_end == rsm->r_end) { in rack_update_entry()
8245 rack_clone_rsm(rack, nrsm, rsm, c_end); in rack_update_entry()