Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c1702 obj_calloc( in obj_calloc() function
1737 isns_obj_t *obj = obj_calloc(OBJ_ENTITY); in make_default_entity()
1807 pg = obj_calloc(OBJ_PG); in make_default_pg()
1888 entity = obj_calloc(OBJ_ENTITY); in reg_get_entity()
1966 obj = obj_calloc(OBJ_ISCSI); in reg_get_iscsi()
2043 obj = obj_calloc(OBJ_PORTAL); in reg_get_portal()
2115 obj = obj_calloc(OBJ_PG); in reg_get_pg()
2177 obj = obj_calloc(OBJ_PG); in reg_get_pg1()
2261 obj = obj_calloc(OBJ_PG); in reg_get_pg2()
2586 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()
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c564 obj = obj_calloc(xmlArg1[i]); in parse_xml_obj()