Searched refs:bmp_t (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_dd.h36 typedef uint32_t bmp_t; typedef
45 bmp_t *m;
52 #define SIZEOF_X_UNIT(M) (((M)->x + MATRIX_X_HEADER) * sizeof (bmp_t))
55 #define NUM_OF_MEMBER(M) ((M)->x * sizeof (bmp_t) * 8)
59 #define GET_PRIMARY(UID) (UID) / (sizeof (bmp_t) * 8)
60 #define GET_SECOND(UID) (UID) % (sizeof (bmp_t) * 8)
61 #define COMP_UID(PRI, SND) ((PRI) * sizeof (bmp_t) * 8 + (SND))
106 int get_dd_matrix(const uint32_t, bmp_t **, uint32_t *);
107 int get_dds_matrix(const uint32_t, bmp_t **, uint32_t *);
108 int get_scope(uchar_t *, bmp_t **, uint32_
[all...]
H A Ddd.c363 bmp_t *bmp, *tmp_bmp;
520 bmp_t **p,
526 bmp_t *bmp;
546 *p = (bmp_t *)malloc(*n * sizeof (bmp_t));
549 *n * sizeof (bmp_t));
584 bmp_t **p,
589 bmp_t *bmp;
603 *p = (bmp_t *)malloc(*n * sizeof (bmp_t));
[all...]
H A Disns_qry.h70 int get_qry_keys(bmp_t *, uint32_t, isns_type_t *,
H A Dqry.c271 bmp_t *p;
282 p = (bmp_t *)lcp->data[1].ptr;
895 bmp_t *nodes_bmp,
H A Ddump.c1210 bmp_t *p;
1239 bmp_t *p;
H A Dfunc.c846 bmp_t *nodes_bmp = NULL;
1017 bmp_t *nodes_bmp = NULL;
H A Dadmintf.c1956 bmp_t *p;
2078 bmp_t *p;

Completed in 70 milliseconds