Home
last modified time | relevance | path

Searched refs:OBJ_DD (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/isns/isnsd/
H A Dadmintf.c65 type = OBJ_DD; in get_lc_type()
887 if (obj_type == OBJ_DD) { in i_enumerate_dd_dds_info()
902 if (obj_type == OBJ_DD) { in i_enumerate_dd_dds_info()
984 return (i_enumerate_dd_dds_info(p1, p2, OBJ_DD)); in cb_enumerate_dd_info()
1629 if ((obj_type != OBJ_DD) && (obj_type != OBJ_DDS)) { in i_get_dd_dds_op()
1641 if (obj_type == OBJ_DD) { in i_get_dd_dds_op()
1696 lc.type = OBJ_DD; in i_delete_ddmember_op()
1758 lc2.type = OBJ_DD; in i_delete_ddsetmember_op()
1795 return (i_get_dd_dds_op(req, doc, OBJ_DD)); in get_dd_op()
1875 htab_t *htab = cache_get_htab(OBJ_DD); in enumerate_dd_op()
[all …]
H A Ddd.c204 obj = obj_calloc(OBJ_DD); in make_member_dd()
326 SET_UID_LCP(&lc, OBJ_DD, m_id); in get_dds_member_info()
499 matrix = cache_get_matrix(OBJ_DD); in update_dd_matrix()
626 matrix_t *matrix = cache_get_matrix(OBJ_DD); in clear_dd_matrix()
648 matrix_t *matrix = cache_get_matrix(OBJ_DD); in get_dd_matrix()
781 dd_matrix = cache_get_matrix(OBJ_DD); in get_scope()
1073 matrix = cache_get_matrix(OBJ_DD); in get_common_dd()
1097 matrix_t *matrix = cache_get_matrix(OBJ_DD); in get_dd_id()
1127 if (type == OBJ_DD) { in create_ds_object()
1217 ec = create_ds_object(OBJ_DD, dd_p, in create_dd_object()
[all …]
H A Dqry.c104 static const adjvex_t v_i2d = { &qry_i2d, OBJ_DD, NULL };
110 static const adjvex_t v_s2d = { &qry_ds2m, OBJ_DD, NULL };
114 static const adjvex_t v_i2s = { &qry_i2d, OBJ_DD, &v_d2s };
130 static const adjvex_t v_s2e = { &qry_ds2m, OBJ_DD, &v_d2e };
131 static const adjvex_t v_s2i = { &qry_ds2m, OBJ_DD, &v_d2i };
132 static const adjvex_t v_s2p = { &qry_ds2m, OBJ_DD, &v_d2p };
133 static const adjvex_t v_s2g = { &qry_ds2m, OBJ_DD, &v_d2g };
275 ec = (type == OBJ_DD) ? in qry_ds2m()
H A Disns_qry.h35 (TLV)->attr_id >= FIRST_TAG_DD ? OBJ_DD : \
H A Disns_server.h120 OBJ_DD, enumerator
208 #define ASSOC_ISCSI_PARENT_TYPE (OBJ_DD)
H A Ddseng.c78 case OBJ_DD: in load_data()
H A Dcache.c333 case OBJ_DD: in cache_get_matrix()
H A Ddump.c1116 uint32_t uid = obj->attrs[UID_ATTR_INDEX[OBJ_DD]].value.ui; in print_dd()
1200 cache_dump_htab(OBJ_DD); in list_dd()
1250 SET_UID_LCP(&lc, OBJ_DD, 0); in list_ddsn()
H A Dobj.c772 if (src->type == OBJ_DD || src->type == OBJ_DDS) { in replace_object()
943 c->t[OBJ_DD] = t; in obj_tab_init()
3906 lc.type = OBJ_DD; in make_unique_name()
H A Dscn.c1248 { -1, 0, OBJ_DD, NULL, 0 },
H A Dfunc.c1375 lcp->type = OBJ_DD;
/titanic_50/usr/src/cmd/isns/isnsd/xml/
H A Ddata.def53 DEF_XML_DATA("dd", "olm", OBJ_DD, 'l')