Searched refs:del_obj (Results 1 – 2 of 2) sorted by relevance
107 ValueObjectSP del_obj = tuple_frontend->GetChildAtIndex(1); in Update() local108 if (del_obj) in Update()109 m_del_obj = del_obj->Clone(ConstString("deleter")).get(); in Update()
2657 sli4_req_common_delete_object_t *del_obj = NULL; in sli_cmd_common_delete_object() local2666 del_obj = (sli4_req_common_delete_object_t *)((uint8_t *)buf + sli_config_off); in sli_cmd_common_delete_object()2668 del_obj->hdr.opcode = SLI4_OPC_COMMON_DELETE_OBJECT; in sli_cmd_common_delete_object()2669 del_obj->hdr.subsystem = SLI4_SUBSYSTEM_COMMON; in sli_cmd_common_delete_object()2670 del_obj->hdr.request_length = sizeof(*del_obj); in sli_cmd_common_delete_object()2671 del_obj->hdr.timeout = 0; in sli_cmd_common_delete_object()2672 del_obj->hdr.version = 0; in sli_cmd_common_delete_object()2674 ocs_strncpy(del_obj->object_name, object_name, sizeof(del_obj->object_name)); in sli_cmd_common_delete_object()