Home
last modified time | relevance | path

Searched refs:dbm_get (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/ndmpd/include/
H A Dbitmap.h160 extern int dbm_get(int, u_quad_t, u_quad_t, uint_t *);
/titanic_50/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c1653 dbm_get(int bmd, u_quad_t start, u_quad_t len, uint_t *buf) in dbm_get() function
1678 if (dbm_get(bmd, bitnum, 1, &i) == 0) in dbm_getone()