Searched refs:clones (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_010_pos.ksh25 # Verify 'zfs list -t all -o name,origin,clones' prints the correct
30 # 2. Create recursive snapshots and their clones
31 # 3. Verify zfs clones property displays right information for different
48 # Set up filesystem with clones
86 actual_clone=$(zfs list -t all -o clones $snapshot | tail -1)
89 typeset -a clones=()
91 clones=( "${clones[@]}" "$token" )
94 [[ ${#clones[*]} -ne $no_clones ]] && \
95 log_fail "$snapshot has unexpected number of clones" \
[all...]
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh149 # clones
313 # - if so, find any clones of those conflicting origin snapshots
314 # - make sure that those clones are not zoned an in-use.
315 # - if any of those clones are zoned, unzone them.
317 # - for any clones that we unzoned, rezone them.
328 unset clones clones_origin
344 clones[$clones_c]="$name"
350 # Now do a sanity check. Search for clones of a child datasets
367 stray_clones[$stray_clones_c]=${clones[$j]}
393 # have clones
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c234 new_object->clones = calloc(num_slots, sizeof (slot_object_t *));
235 if (new_object->clones == NULL) {
242 free(new_object->clones);
445 * resources (memory, object clones, etc). Cleaning up of
537 * destroying any clones on other slots. Caller is assumed to have
554 /* First, delete all the clones of this object on other slots. */
560 clone = object->clones[slotnum];
588 object->clones[slotnum] = NULL;
594 free(object->clones);
736 slot_object = object->clones[objec
[all...]
H A DmetaObject.c264 object->clones[slot_num] = slot_object;
298 * so clones can be created on other slots if necessary.
552 dst_object->clones[slotnum] = dst_slot_object;
698 slot_session->hSession, object->clones[slotnum]->hObject,
715 * Call C_SetAttributeValue on all the clones. If the operation fails on
716 * all clones, return the failure.
718 * If the operation fails on some clones and not the others, delete all the
719 * clones that have failed the operation. If any of the deleted clone is the
772 object->clones[slotnum]->hObject, pTemplate,
784 * object might have clones, nee
[all...]
H A DmetaUtil.c1128 key1->clones[slotnum] = slot_key1;
1144 key2->clones[slotnum] = slot_key2;
1400 unwrapped_key->clones[slotnum] = slot_unwrapped_key;
1601 /* No need to cleanup clones, so we can reuse them later. */
1655 newKey1->clones[slotnum] = slotkey1;
1656 newKey2->clones[slotnum] = slotkey2;
1657 newKey3->clones[slotnum] = slotkey3;
1658 newKey4->clones[slotnum] = slotkey4;
1680 newKey1->clones[slotnum] = slotkey1;
H A DmetaGlobal.h404 slot_object_t **clones; member in struct:metaobject
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodds1287.h50 * Maximum number of clones
63 uchar_t clones[DS1287_MAX_CLONE]; /* array of clones */ member in struct:ds1287
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c43 * allocations for creating minor clones between 1 and 255. The ioctl
159 uchar_t clones[POWER_MAX_CLONE]; /* array of minor clones */ member in struct:power_soft_state
779 if (!softsp->clones[clone])
790 softsp->clones[clone] = 1;
817 softsp->clones[clone] = 0;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1287.c412 if (!softsp->clones[clone])
423 softsp->clones[clone] = 1;
447 softsp->clones[clone] = 0;

Completed in 75 milliseconds