Lines Matching refs:slot_object

726 	slot_object_t *slot_object = NULL;  in meta_object_copyin()  local
739 slot_object = object->clones[object->master_clone_slotnum]; in meta_object_copyin()
751 rv = get_master_attributes_by_object(session, slot_object, in meta_object_copyin()
782 slot_object->hObject, attrs, num_attrs); in meta_object_copyin()
833 slot_object->hObject, attrs_with_val, num_attrs_with_val); in meta_object_copyin()
1250 slot_object_t *slot_object = NULL; in clone_by_wrap() local
1264 slot_object = object->clones[object->master_clone_slotnum]; in clone_by_wrap()
1287 src_slot_session->hSession, slot_object->hObject, in clone_by_wrap()
1340 wrappingKey, slot_object->hObject, NULL, &wrappedKeyLen); in clone_by_wrap()
1355 wrappingKey, slot_object->hObject, wrappedKey, &wrappedKeyLen); in clone_by_wrap()
1687 slot_object_t *slot_object; in meta_object_find_by_handle() local
1691 slot_object = tmp_obj->clones[slotnum]; in meta_object_find_by_handle()
1692 if (slot_object != NULL) { in meta_object_find_by_handle()
1693 if (slot_object->hObject == hObject) { in meta_object_find_by_handle()
1726 slot_object_t *slot_object; in meta_object_find_by_handle() local
1729 slot_object = tmp_obj->clones[slotnum]; in meta_object_find_by_handle()
1730 if (slot_object != NULL) { in meta_object_find_by_handle()
1731 if (slot_object->hObject == hObject) in meta_object_find_by_handle()
2017 slot_object_t *slot_object = NULL; in meta_freeobject_clone_maker() local
2021 rv = meta_slot_object_alloc(&slot_object); in meta_freeobject_clone_maker()
2030 rv = clone_by_create(object, slot_object, slot_session); in meta_freeobject_clone_maker()
2032 object->clones[slotnum] = slot_object; in meta_freeobject_clone_maker()
2033 meta_slot_object_activate(slot_object, slot_session, B_TRUE); in meta_freeobject_clone_maker()