Searched refs:startidx (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | util-print.c | 773 u_int startidx; in print_txt_line() local 777 startidx = idx; in print_txt_line() 786 linelen = idx - startidx; in print_txt_line() 801 linelen = idx - startidx; in print_txt_line() 827 linelen = idx - startidx; in print_txt_line() 828 ND_PRINT("%s%.*s", prefix, (int)linelen, pptr + startidx); in print_txt_line() 832 ND_PRINT("%s%.*s", prefix, (int)linelen, pptr + startidx); in print_txt_line()
|
/freebsd/contrib/unbound/util/ |
H A D | winsock_event.c | 236 int i, numwait = 0, startidx = 0, was_timeout = 0; in handle_select() local 291 startidx = ret - WSA_WAIT_EVENT_0; in handle_select() 294 was_timeout, startidx); in handle_select() 302 startidx = 0; /* process all events, some are sticky */ in handle_select() 303 for(i=startidx; i<numwait; i++) in handle_select() 307 for(i=startidx; i<numwait; i++) { in handle_select() 320 for(i=startidx; i<numwait; i++) { in handle_select()
|
/freebsd/crypto/openssh/ |
H A D | xmss_fast.c | 454 unsigned int startidx; in bds_round() local 506 startidx = leaf_idx + 1 + 3 * (1 << i); in bds_round() 507 if (startidx < 1U << h) { in bds_round() 509 state->treehash[i].next_idx = startidx; in bds_round()
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwnvar.h | 146 int startidx; member
|
H A D | if_iwn.c | 3263 wn->agg[tid].startidx); in iwn_rx_compressed_ba() 3268 shift = wn->agg[tid].startidx - ((le16toh(ba->seq) >> 4) & 0xff); in iwn_rx_compressed_ba() 3287 for (i = wn->agg[tid].startidx; in iwn_rx_compressed_ba() 3937 wn->agg[tid].startidx = start; in iwn_ampdu_tx_done() 3947 i != wn->agg[tid].startidx; in iwn_ampdu_tx_done() 3958 ring->read = wn->agg[tid].startidx; in iwn_ampdu_tx_done()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_table.c | 2267 int startidx, idx = -1, loop = 0, use_counter = 0; in pfr_pool_get() local 2297 startidx = idx; in pfr_pool_get() 2300 if (loop && startidx == idx) { in pfr_pool_get()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 2804 __be16 startidx; member
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 5521 cmd.startidx = cpu_to_be16(start); in t4_config_rss_range()
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 8295 __be16 startidx; member
|