Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.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/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.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/usr.sbin/bluetooth/l2control/
H A Dl2control.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/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c268 char *c_end = strchr(c->command, ' '); in find_hci_command()
270 if (c_end != NULL) { in find_hci_command()
271 int len = c_end - c->command; in find_hci_command()
267 char *c_end = strchr(c->command, ' '); find_hci_command() local
/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c8649 u16 cycle, c_begin, c_end, store_index;
8714 c_end = le16_to_cpu(pcysta_le32->cycles);
8716 for (cycle = c_begin; cycle <= c_end; cycle++) {
8730 if (cnt % (BTC_CYCLE_SLOT_MAX / 4) == 0 || cnt == c_end)
8777 u16 cycle, c_begin, c_end, store_index;
8841 c_end = cycle;
8848 for (cycle = c_begin; cycle <= c_end; cycle++) {
8879 if (cnt % divide_cnt == 0 || cnt == c_end)
8907 u16 cycle, c_begin, c_end, store_index;
8973 c_end
6953 u16 cycle, c_begin, c_end, store_index; _show_fbtc_cysta_v2() local
7081 u16 cycle, c_begin, c_end, store_index; _show_fbtc_cysta_v3() local
7211 u16 cycle, c_begin, c_end, store_index; _show_fbtc_cysta_v4() local
7343 u16 cycle, c_begin, c_end, store_index; _show_fbtc_cysta_v5() local
[all...]
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.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()
H A Drack.c8201 uint32_t c_end; in rack_update_entry() local
8205 c_end = rsm->r_start + len; in rack_update_entry()
8206 if (SEQ_GEQ(c_end, rsm->r_end)) { in rack_update_entry()
8212 if (c_end == rsm->r_end) { in rack_update_entry()
8244 rack_clone_rsm(rack, nrsm, rsm, c_end); in rack_update_entry()