Home
last modified time | relevance | path

Searched refs:clones (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_clones.ksh42 for s in zfs.list.clones("$TESTPOOL/$TESTFS@$TESTSNAP") do
54 for s in zfs.list.clones("$TESTPOOL/$TESTFS@$TESTSNAP") do
77 for s in zfs.list.clones("$TESTPOOL/$TESTFS@$TESTSNAP") do
92 zfs.list.clones("$TESTPOOL/not-a-fs@$TESTSNAP")
97 zfs.list.clones("$TESTPOOL/$TESTFS@not-a-snap")
103 zfs.list.clones("rpool")
108 zfs.list.clones("not-a-pool/$TESTFS@$TESTSNAP")
113 zfs.list.clones("$TESTPOOL/$TESTFS")
H A Dtst.get_string_props.zcp25 props['clones'] = {{nil, nil}, {{clone}, nil}, {nil, nil}}
49 if ((prop == 'clones') or (prop == 'redact_snaps')) then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_010_pos.ksh86 actual_clone=$(zfs list -t all -o clones $snapshot | tail -1)
89 typeset -a clones=()
91 clones=( "${clones[@]}" "$token" )
104 (for match in ${clones[@]};do
111 (for match in ${clones[@]};do
119 (for match in ${clones[@]};do
128 (for match in ${clones[@]};do
207 names=$(zfs list -rt all -o name,clones $TESTPOOL)
227 clone_list=$(zfs list -o clones $fs@snap)
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh328 unset clones clones_origin
344 clones[$clones_c]="$name"
367 stray_clones[$stray_clones_c]=${clones[$j]}
443 s_clone=${clones[$j]}
605 /sbin/zfs get -H -o value zoned ${clones[$j]}`
613 zoned_clones[$zoned_clones_c]=${clones[$j]}
618 /sbin/zfs get -H -o value mounted ${clones[$j]}`
626 zoned_iu_clones[$zoned_iu_clones_c]=${clones[$j]}
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c236 if (new_object->clones == NULL) { in meta_object_alloc()
243 free(new_object->clones); in meta_object_alloc()
561 clone = object->clones[slotnum]; in meta_object_dealloc()
589 object->clones[slotnum] = NULL; in meta_object_dealloc()
595 free(object->clones); in meta_object_dealloc()
1526 if (object->clones[slot_num] != NULL) { in meta_object_get_clone()
1527 *clone = object->clones[slot_num]; in meta_object_get_clone()
1549 if (object->clones[slot_num] != NULL) { in meta_object_get_clone()
1550 *clone = object->clones[slot_num]; in meta_object_get_clone()
1587 object->clones[slot_num] = newclone; in meta_object_get_clone()
[all …]
H A DmetaObject.c264 object->clones[slot_num] = slot_object; in meta_CreateObject()
552 dst_object->clones[slotnum] = dst_slot_object; in meta_CopyObject()
698 slot_session->hSession, object->clones[slotnum]->hObject, in meta_GetAttributeValue()
772 object->clones[slotnum]->hObject, pTemplate, in meta_SetAttributeValue()
806 if (object->clones[slotnum] != NULL) { in meta_SetAttributeValue()
816 object->clones[slotnum]->hObject, pTemplate, in meta_SetAttributeValue()
845 slot_object_t *clone = object->clones[slotnum]; in meta_SetAttributeValue()
862 object->clones[slotnum] = NULL; in meta_SetAttributeValue()
873 if (object->clones[slotnum]) { in meta_SetAttributeValue()
895 slot_object = object->clones[object->master_clone_slotnum]; in meta_SetAttributeValue()
[all …]
H A DmetaUtil.c1128 key1->clones[slotnum] = slot_key1; in meta_generate_keys()
1144 key2->clones[slotnum] = slot_key2; in meta_generate_keys()
1400 unwrapped_key->clones[slotnum] = slot_unwrapped_key; in meta_unwrap_key()
1655 newKey1->clones[slotnum] = slotkey1; in meta_derive_key()
1656 newKey2->clones[slotnum] = slotkey2; in meta_derive_key()
1657 newKey3->clones[slotnum] = slotkey3; in meta_derive_key()
1658 newKey4->clones[slotnum] = slotkey4; in meta_derive_key()
1680 newKey1->clones[slotnum] = slotkey1; in meta_derive_key()
H A DmetaGlobal.h404 slot_object_t **clones; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A DREADME.netboot101 NE1000/2000 and clones (ISA)
124 Old base driver for Tulip clones
148 Tulip clones based on the ADMtek Centaur-P
149 Tulip clones based on the Macronix 987x5
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_get.c329 nvlist_t *clones = fnvlist_alloc(); in get_special_prop() local
330 error = get_clones_stat_impl(ds, clones); in get_special_prop()
333 VERIFY0(zcp_nvlist_to_lua(state, clones, NULL, 0)); in get_special_prop()
337 nvlist_free(clones); in get_special_prop()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodds1287.h63 uchar_t clones[DS1287_MAX_CLONE]; /* array of clones */ member
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c159 uchar_t clones[POWER_MAX_CLONE]; /* array of minor clones */ member
779 if (!softsp->clones[clone]) in power_open()
790 softsp->clones[clone] = 1; in power_open()
817 softsp->clones[clone] = 0; in power_close()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_001_pos.ksh65 version clones)
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1287.c412 if (!softsp->clones[clone]) in ds1287_open()
423 softsp->clones[clone] = 1; in ds1287_open()
447 softsp->clones[clone] = 0; in ds1287_close()
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src567 # vt100 clones. It assumes video attributes for bold, blink,
5380 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
10547 # printer business). Their terminals were all clones of the DEC VT series.
14854 #### IBM PC and clones
15926 #### Console types for obsolete UNIX clones
16842 # a PC differentiated from the IBM clones. It was a total, ludicrous,
H A Dterminfo.src596 # vt100 clones. It assumes video attributes for bold, blink,
6099 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
11928 # printer business). Their terminals were all clones of the DEC VT series.
16765 #### IBM PC and clones
17910 #### Console types for obsolete UNIX clones
18917 # a PC differentiated from the IBM clones. It was a total, ludicrous,
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids17014 17cf 0037 XG-901 and clones Wireless Adapter
17029 17cf 0014 XG-600 and clones Wireless Adapter
17030 17cf 0020 XG-900 and clones Wireless Adapter