Home
last modified time | relevance | path

Searched defs:bmd (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/cmd/ndmpd/include/
H A Dbitmap.h152 #define bm_setone(bmd, bn) bm_set((bmd), (bn), 1, 1) argument
153 #define dbm_setone(bmd, bn) dbm_set((bmd), (bn), 1, 1) argument
154 #define bm_unsetone(bmd, bn) bm_set((bmd), (bn), 1, 0) argument
155 #define dbm_unsetone(bmd, bn) dbm_set((bmd), (bn), 1, 0) argument
/titanic_52/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c265 bmd2bmp(int bmd) in bmd2bmp() argument
302 bmd_free(int bmd) in bmd_free() argument
656 int bmd; in bm_alloc() local
689 bm_free(int bmd) bm_free() argument
714 bm_getiov(int bmd,bm_io_t * iop) bm_getiov() argument
747 bm_setiov(int bmd,bm_io_t * iop) bm_setiov() argument
779 bmd2dbmp(int bmd) bmd2dbmp() argument
796 int bmd; dbmp2bmd() local
835 dbmd_free(int bmd) dbmd_free() argument
1255 int bmd; dbyte_apply_ifset() local
1375 int bmd; dbm_alloc() local
1430 dbm_free(int bmd) dbm_free() argument
1458 dbm_getlen(int bmd) dbm_getlen() argument
1473 dbm_set(int bmd,u_quad_t start,u_quad_t len,uint_t val) dbm_set() argument
1494 dbm_getiov(int bmd,bm_io_t * iop) dbm_getiov() argument
1527 dbm_setiov(int bmd,bm_io_t * iop) dbm_setiov() argument
1560 dbm_apply_ifset(int bmd,int (* fp)(),void * arg) dbm_apply_ifset() argument
1594 bm_set(int bmd,u_quad_t start,u_quad_t len,uint_t val) bm_set() argument
1615 bm_get(int bmd,u_quad_t start,u_quad_t len,uint_t * buf) bm_get() argument
1636 bm_getone(int bmd,u_quad_t bitnum) bm_getone() argument
1653 dbm_get(int bmd,u_quad_t start,u_quad_t len,uint_t * buf) dbm_get() argument
1674 dbm_getone(int bmd,u_quad_t bitnum) dbm_getone() argument
[all...]
/titanic_52/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mark.c130 count_bits_cb(int bmd, u_longlong_t bn, void *arg) in count_bits_cb() argument
155 count_set_bits(char *path, int bmd) in count_set_bits() argument
251 int bmd; in mark_cb() local
737 int bmd; marklbrv3_cb() local
[all...]