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

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dbitmap.h152 #define bm_setone(bmd, bn) bm_set((bmd), (bn), 1, 1)
153 #define dbm_setone(bmd, bn) dbm_set((bmd), (bn), 1, 1)
154 #define bm_unsetone(bmd, bn) bm_set((bmd), (bn), 1, 0)
155 #define dbm_unsetone(bmd, bn) dbm_set((bmd), (bn), 1, 0)
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c265 bmd2bmp(int bmd) argument
267 if (bmd < 0 || bmd >= BMAP_MAX)
270 return (&bitmap[bmd]);
302 bmd_free(int bmd) argument
306 bmp = bmd2bmp(bmd);
656 int bmd; local
662 bmd = bmd_alloc();
663 if (bmd < 0)
664 return (bmd);
689 bm_free(int bmd) argument
714 bm_getiov(int bmd, bm_io_t *iop) argument
747 bm_setiov(int bmd, bm_io_t *iop) argument
779 bmd2dbmp(int bmd) argument
796 int bmd; local
835 dbmd_free(int bmd) argument
1255 int bmd; local
1375 int bmd; local
1430 dbm_free(int bmd) argument
1458 dbm_getlen(int bmd) argument
1473 dbm_set(int bmd, u_quad_t start, u_quad_t len, uint_t val) argument
1494 dbm_getiov(int bmd, bm_io_t *iop) argument
1527 dbm_setiov(int bmd, bm_io_t *iop) argument
1560 dbm_apply_ifset(int bmd, int(*fp)(), void *arg) argument
1594 bm_set(int bmd, u_quad_t start, u_quad_t len, uint_t val) argument
1615 bm_get(int bmd, u_quad_t start, u_quad_t len, uint_t *buf) argument
1636 bm_getone(int bmd, u_quad_t bitnum) argument
1653 dbm_get(int bmd, u_quad_t start, u_quad_t len, uint_t *buf) argument
1674 dbm_getone(int bmd, u_quad_t bitnum) argument
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mark.c122 * bmd (input) - bitmap descriptor
130 count_bits_cb(int bmd, u_longlong_t bn, void *arg) argument
132 if (dbm_getone(bmd, bn)) {
149 * bmd (input) - bitmap descriptor
155 count_set_bits(char *path, int bmd) argument
163 (void) dbm_apply_ifset(bmd, count_bits_cb, &cnt);
251 int bmd; local
281 bmd = mpp->mp_bmd;
282 bl = dbm_getlen(bmd);
303 (void) dbm_setone(bmd, pst
737 int bmd; local
[all...]

Completed in 62 milliseconds