Lines Matching refs:u_quad_t

161 	u_quad_t c_off;
176 u_quad_t bm_len; /* bitmap length */
203 u_quad_t c_off;
216 u_quad_t bm_len; /* bitmap length */
237 u_quad_t bs_get;
238 u_quad_t bs_get_bits;
239 u_quad_t bs_set;
240 u_quad_t bs_set_bits;
241 u_quad_t bs_unset;
242 u_quad_t bs_unset_bits;
319 bmp_set(bmap_chunk_t *cp, u_quad_t bn, uint_t *vp) in bmp_set()
346 bmp_get(bmap_chunk_t *cp, u_quad_t bn) in bmp_get()
368 bm_chunk_setup(bitmap_t *bmp, bmap_chunk_t *cp, u_quad_t bn) in bm_chunk_setup()
371 u_quad_t off, l; in bm_chunk_setup()
407 bm_chunk_new(bitmap_t *bmp, u_quad_t bn) in bm_chunk_new()
436 bm_chunk_alloc(bitmap_t *bmp, u_quad_t bn) in bm_chunk_alloc()
511 bm_chunk_find(bitmap_t *bmp, u_quad_t bn) in bm_chunk_find()
546 u_quad_t cl; in bmp_setval()
547 u_quad_t bn; in bmp_setval()
548 u_quad_t max; in bmp_setval()
591 u_quad_t cl; in bmp_getval()
592 u_quad_t bn; in bmp_getval()
593 u_quad_t max; in bmp_getval()
654 bm_alloc(u_quad_t len, int set) in bm_alloc()
852 dbmp_set(dbmap_chunk_t *cp, u_quad_t bn, uint_t *vp) in dbmp_set()
879 static u_quad_t
892 dbmp_get(dbmap_chunk_t *cp, u_quad_t bn) in dbmp_get()
914 dbm_chunk_seek(dbitmap_t *bmp, u_quad_t bn) in dbm_chunk_seek()
967 dbm_chunk_load(dbitmap_t *bmp, dbmap_chunk_t *cp, u_quad_t bn, int new) in dbm_chunk_load()
970 u_quad_t off, l; in dbm_chunk_load()
1017 dbm_chunk_new(dbitmap_t *bmp, u_quad_t bn) in dbm_chunk_new()
1049 dbm_chunk_alloc(dbitmap_t *bmp, u_quad_t bn) in dbm_chunk_alloc()
1126 dbm_chunk_find(dbitmap_t *bmp, u_quad_t bn) in dbm_chunk_find()
1162 u_quad_t cl; in dbmp_setval()
1163 u_quad_t bn; in dbmp_setval()
1164 u_quad_t max; in dbmp_setval()
1208 u_quad_t cl; in dbmp_getval()
1209 u_quad_t bn; in dbmp_getval()
1210 u_quad_t max; in dbmp_getval()
1252 dbyte_apply_ifset(dbitmap_t *bmp, u_quad_t off, uint_t b, int(*fp)(), in dbyte_apply_ifset()
1257 u_quad_t l; in dbyte_apply_ifset()
1288 u_quad_t q; in dbm_chunk_apply_ifset()
1338 swfile_init(int fd, u_quad_t len, int set) in swfile_init()
1340 u_quad_t i, n; in swfile_init()
1372 dbm_alloc(char *fname, u_quad_t len, int set) in dbm_alloc()
1457 u_quad_t
1473 dbm_set(int bmd, u_quad_t start, u_quad_t len, uint_t val) in dbm_set()
1563 u_quad_t q; in dbm_apply_ifset()
1594 bm_set(int bmd, u_quad_t start, u_quad_t len, uint_t val) in bm_set()
1615 bm_get(int bmd, u_quad_t start, u_quad_t len, uint_t *buf) in bm_get()
1636 bm_getone(int bmd, u_quad_t bitnum) in bm_getone()
1653 dbm_get(int bmd, u_quad_t start, u_quad_t len, uint_t *buf) in dbm_get()
1674 dbm_getone(int bmd, u_quad_t bitnum) in dbm_getone()