Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/isns/isnsd/
H A Dobj.c1696 obj_calloc( in obj_calloc() function
1731 isns_obj_t *obj = obj_calloc(OBJ_ENTITY); in make_default_entity()
1801 pg = obj_calloc(OBJ_PG); in make_default_pg()
1882 entity = obj_calloc(OBJ_ENTITY); in reg_get_entity()
1960 obj = obj_calloc(OBJ_ISCSI); in reg_get_iscsi()
2037 obj = obj_calloc(OBJ_PORTAL); in reg_get_portal()
2109 obj = obj_calloc(OBJ_PG); in reg_get_pg()
2171 obj = obj_calloc(OBJ_PG); in reg_get_pg1()
2255 obj = obj_calloc(OBJ_PG); in reg_get_pg2()
2579 clone = obj_calloc(type); in assoc_clone()
H A Disns_obj.h78 isns_obj_t *obj_calloc(int);
H A Ddd.c176 obj = obj_calloc(OBJ_ISCSI); in make_member_node()
204 obj = obj_calloc(OBJ_DD); in make_member_dd()
1138 obj = obj_calloc(type); in create_ds_object()
1624 clone = obj_calloc(OBJ_ASSOC_DD); in remove_dds_member()
1684 clone = obj_calloc(OBJ_ASSOC_DD); in remove_member_wildchar()
/titanic_44/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c558 obj = obj_calloc(xmlArg1[i]); in parse_xml_obj()