Home
last modified time | relevance | path

Searched refs:curr_num (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libedit/
H A Dreadline.c1488 int curr_num; in history_get() local
1499 curr_num = ev.num; in history_get()
1516 (void)history(h, &ev, H_SET, curr_num); in history_get()
1522 (void)history(h, &ev, H_SET, curr_num); in history_get()
1588 int curr_num; in replace_history_entry() local
1596 curr_num = ev.num; in replace_history_entry()
1617 if (history(h, &ev, H_SET, curr_num)) in replace_history_entry()
1710 int curr_num; in history_total_bytes() local
1715 curr_num = ev.num; in history_total_bytes()
1724 history(h, &ev, H_PREV_EVENT, curr_num); in history_total_bytes()
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.h1446 u32 curr_num;
1568 wd_ring->curr_num--;
1581 wd_ring->curr_num++;
918 u32 curr_num; global() member
H A Dpci.c1128 cnt = min(cnt, wd_ring->curr_num); in __rtw89_pci_ops_flush_txchs()
1150 wd_cnt = wd_ring->curr_num; in rtw89_pci_fill_txaddr_info()
1165 wd_cnt = wd_ring->curr_num; in rtw89_pci_fill_txaddr_info_v1()