Searched refs:clone (Results 151 - 158 of 158) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c910 dsl_dataset_t *clone; local
922 error = dsl_dataset_hold(dp, zc->zc_name, FTAG, &clone);
928 dd = clone->ds_dir;
933 dsl_dataset_rele(clone, FTAG);
938 error = zfs_secpolicy_write_perms_ds(zc->zc_name, clone,
946 dsl_dataset_rele(clone, FTAG);
3456 * When a clone is destroyed, its origin may also need to be destroyed,
4158 * zc_string name of clone origin (if DRR_FLAG_CLONE)
5688 zfs_ioctl_register("clone", ZFS_IOC_CLONE,
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java92 Vector s = (Vector)rec.getScopes().clone();
2968 values = (Vector)values.clone();
H A DAttributeVerifier.java316 return ((Hashtable)attributeDescriptors.clone()).elements();
H A DServiceTable.java1489 scopes = (Vector)conf.getSAConfiguredScopes().clone();
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h209 /* attr is necessary for creating a clone of the object */
405 /* indicate if tried to create clone object in a slot */
650 slot_object_t **clone);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c918 * sadb_freeassoc() on the stillborn clone when all the
2881 * It takes a lot of parameters because even if clone is B_FALSE, this needs
2892 ipsa_t *newbie, boolean_t clone, boolean_t is_inbound, int *diagnostic,
2981 if (!isupdate && (clone == B_TRUE || is_inbound == B_TRUE) &&
3000 if (clone && (pair_ext != NULL)) {
3524 if (clone) {
3537 if (clone) {
2890 sadb_common_add(queue_t *pfkey_q, mblk_t *mp, sadb_msg_t *samsg, keysock_in_t *ksi, isaf_t *primary, isaf_t *secondary, ipsa_t *newbie, boolean_t clone, boolean_t is_inbound, int *diagnostic, netstack_t *ns, sadbp_t *spp) argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c4135 scsi_hba_tran_t *clone = local
4137 bcopy(hba, clone, sizeof (scsi_hba_tran_t));
4138 hba = clone;
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemset.s101 imul %r9,%rdx # clone value 8 times

Completed in 142 milliseconds

1234567