Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dindex.h78 int write_index; /* store index entries here, @synindex can change it */ member
Dindex.c151 which = tem ? tem->write_index : -1; in index_add_arg()
310 name_index_alist[slot]->write_index = slot; in defindex()
463 name_index_alist[target]->write_index in cm_synindex()
464 = name_index_alist[source]->write_index; in cm_synindex()
/openbsd/src/sys/dev/ic/
Dqwz.c11981 ctx = pipe->src_ring->per_transfer_context[pipe->src_ring->write_index]; in qwz_htc_send()
19745 pipe->src_ring->write_index = 0; in qwz_ce_init_pipes()
19762 pipe->dest_ring->write_index = 0; in qwz_ce_init_pipes()
19776 pipe->status_ring->write_index = 0; in qwz_ce_init_pipes()
19813 unsigned int write_index; in qwz_ce_rx_buf_enqueue_pipe() local
19821 write_index = ring->write_index; in qwz_ce_rx_buf_enqueue_pipe()
19845 write_index = CE_RING_IDX_INCR(nentries_mask, write_index); in qwz_ce_rx_buf_enqueue_pipe()
19846 ring->write_index = write_index; in qwz_ce_rx_buf_enqueue_pipe()
19893 idx = pipe->dest_ring->write_index; in qwz_ce_rx_post_pipe()
20078 unsigned int write_index, sw_index; in qwz_ce_send() local
[all …]
Dqwx.c13839 ctx = pipe->src_ring->per_transfer_context[pipe->src_ring->write_index]; in qwx_htc_send()
21698 pipe->src_ring->write_index = 0; in qwx_ce_init_pipes()
21715 pipe->dest_ring->write_index = 0; in qwx_ce_init_pipes()
21729 pipe->status_ring->write_index = 0; in qwx_ce_init_pipes()
21766 unsigned int write_index; in qwx_ce_rx_buf_enqueue_pipe() local
21774 write_index = ring->write_index; in qwx_ce_rx_buf_enqueue_pipe()
21798 write_index = CE_RING_IDX_INCR(nentries_mask, write_index); in qwx_ce_rx_buf_enqueue_pipe()
21799 ring->write_index = write_index; in qwx_ce_rx_buf_enqueue_pipe()
21846 idx = pipe->dest_ring->write_index; in qwx_ce_rx_post_pipe()
22032 unsigned int write_index, sw_index; in qwx_ce_send() local
[all …]
Dqwxvar.h899 unsigned int write_index; member
Dqwzvar.h911 unsigned int write_index; member
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.467019 write_index, instead of just one.
7027 (defindex): Initialize read_index and write_index.
7028 (index_add_arg): Add entries to the list pointed to by write_index
7031 (cm_synindex): Don't merge indcies, just make the write_index for
7032 redirectee the same as the write_index for redirector.