Searched defs:bmd (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpd/include/ |
H A D | bitmap.h | 152 #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
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_bitmap.c | 265 bmd2bmp(int bmd) in bmd2bmp() 302 bmd_free(int bmd) in bmd_free() 656 int bmd; in bm_alloc() local 689 bm_free(int bmd) in bm_free() 714 bm_getiov(int bmd, bm_io_t *iop) in bm_getiov() 747 bm_setiov(int bmd, bm_io_t *iop) in bm_setiov() 779 bmd2dbmp(int bmd) in bmd2dbmp() 796 int bmd; in dbmp2bmd() local 835 dbmd_free(int bmd) in dbmd_free() 1255 int bmd; in dbyte_apply_ifset() local [all …]
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_mark.c | 130 count_bits_cb(int bmd, u_longlong_t bn, void *arg) in count_bits_cb() 155 count_set_bits(char *path, int bmd) in count_set_bits() 251 int bmd; in mark_cb() local 737 int bmd; in marklbrv3_cb() local
|