Home
last modified time | relevance | path

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_t *);
H A Ddd.c363 bmp_t *bmp, *tmp_bmp; in update_matrix()
520 bmp_t **p, in clear_matrix()
526 bmp_t *bmp; in clear_matrix()
546 *p = (bmp_t *)malloc(*n * sizeof (bmp_t)); in clear_matrix()
549 *n * sizeof (bmp_t)); in clear_matrix()
584 bmp_t **p, in get_matrix()
589 bmp_t *bmp; in get_matrix()
603 *p = (bmp_t *)malloc(*n * sizeof (bmp_t)); in get_matrix()
606 *n * sizeof (bmp_t)); in get_matrix()
622 bmp_t **p, in clear_dd_matrix()
[all …]
H A Disns_qry.h70 int get_qry_keys(bmp_t *, uint32_t, isns_type_t *,
H A Dqry.c271 bmp_t *p; in qry_ds2m()
282 p = (bmp_t *)lcp->data[1].ptr; in qry_ds2m()
895 bmp_t *nodes_bmp, in get_qry_keys()
H A Ddump.c1210 bmp_t *p; in list_ddn()
1239 bmp_t *p; in list_ddsn()
H A Dfunc.c815 bmp_t *nodes_bmp = NULL;
984 bmp_t *nodes_bmp = NULL;
H A Dadmintf.c1956 bmp_t *p; in getAssociated_dd_to_node_op()
2078 bmp_t *p; in getAssociated_ddset_to_dd_op()