Searched refs:to_go (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dpv_map.h53 void consume_pv_area(struct pv_area *area, uint32_t to_go);
H A Dpv_map.c187 void consume_pv_area(struct pv_area *pva, uint32_t to_go) argument
192 assert(to_go <= pva->count);
194 if (to_go < pva->count) {
196 pva->start += to_go;
197 pva->count -= to_go;
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Dio.c664 ber_slen_t to_go; local
666 to_go = ber->ber_end - ber->ber_rwptr;
668 if (to_go<0) return LBER_DEFAULT;
671 res = ber_int_sb_read( sb, ber->ber_rwptr, to_go );
675 if (res<to_go) {
H A Dsockbuf.c316 ber_len_t to_go; local
322 to_go = buf_out->buf_end - buf_out->buf_ptr;
323 assert( to_go > 0 );
327 buf_out->buf_ptr, to_go );
/netbsd-current/sys/dev/sbus/
H A Dp9100.c851 int to_go = sc->sc_mono_width; local
860 if (to_go > 31) {
864 to_go -= 32;
869 (PIXEL_1 + ((to_go - 1) << 2)), latch);
870 to_go = 0;
878 p9100_ctl_write_4(sc, (PIXEL_1 + ((to_go - 1) << 2)), latch);

Completed in 274 milliseconds