Searched refs:bs_read_u32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/geom/virstor/
H A Dg_virstor_md.c79 md->md_version = bs_read_u32(&bs);
82 md->md_chunk_size = bs_read_u32(&bs);
83 md->md_id = bs_read_u32(&bs);
89 md->chunk_count = bs_read_u32(&bs);
90 md->chunk_next = bs_read_u32(&bs);
H A Dbinstream.h90 uint32_t bs_read_u32(bin_stream_t * bs);
H A Dbinstream.c172 bs_read_u32(bin_stream_t * bs) function

Completed in 105 milliseconds