Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dindex.h78 int write_index; /* store index entries here, @synindex can change it */ member
H A 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/sys/dev/ic/
H A Dqwx.c21697 pipe->src_ring->write_index = 0; in qwx_ce_init_pipes()
21714 pipe->dest_ring->write_index = 0; in qwx_ce_init_pipes()
21765 unsigned int write_index; in qwx_ce_rx_buf_enqueue_pipe() local
21773 write_index = ring->write_index; in qwx_ce_rx_buf_enqueue_pipe()
21797 write_index = CE_RING_IDX_INCR(nentries_mask, write_index); in qwx_ce_rx_buf_enqueue_pipe()
21798 ring->write_index = write_index; in qwx_ce_rx_buf_enqueue_pipe()
22048 write_index = pipe->src_ring->write_index; in qwx_ce_send()
22052 if (write_index >= sw_index) in qwx_ce_send()
22056 write_index; in qwx_ce_send()
22069 write_index = pipe->src_ring->write_index; in qwx_ce_send()
[all …]
H A Dqwxvar.h899 unsigned int write_index; member
/openbsd/gnu/usr.bin/texinfo/
H A 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.