Home
last modified time | relevance | path

Searched refs:NUM_OF_ATTRS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c55 extern const int NUM_OF_ATTRS[MAX_OBJ_TYPE_FOR_SIZE];
748 while (i < NUM_OF_ATTRS[obj->type]) { in make_xml_node()
1166 for (i = 0; i < NUM_OF_ATTRS[obj->type]; i++) { in xml_modify_obj()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c44 extern const int NUM_OF_ATTRS[MAX_OBJ_TYPE_FOR_SIZE];
705 for (i = 0; match != 0 && i < NUM_OF_ATTRS[obj->type]; i++) { in cb_attrs_match()
H A Dobj.c113 const int NUM_OF_ATTRS[MAX_OBJ_TYPE_FOR_SIZE] = { variable
1445 int n = NUM_OF_ATTRS[dst->type]; in copy_attrs()
2637 for (i = 0; i < NUM_OF_ATTRS[obj->type]; i++) { in free_one_object()
H A Dfunc.c56 extern const int NUM_OF_ATTRS[MAX_OBJ_TYPE_FOR_SIZE];
424 while (i < NUM_OF_ATTRS[obj->type] && in rsp_add_op()