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

1234567

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c558 slot_object_t *clone; local
560 clone = object->clones[slotnum];
561 if (clone == NULL)
575 clone->hObject);
585 meta_slot_object_deactivate(clone);
586 meta_slot_object_dealloc(clone);
960 * Create a clone of a non-sensitive and extractable object.
961 * If the template required for creating the clone doesn't exist,
962 * it will be retrieved from the master clone.
997 /* Create the clone
1515 meta_object_get_clone(meta_object_t *object, CK_ULONG slot_num, slot_session_t *slot_session, slot_object_t **clone) argument
[all...]
H A DmetaObject.c136 * Create a clone of the object
221 * Create a clone of the object in the first available slot.
223 * If creating a clone in a specific slot failed, it will
604 * on all the slots on which we have created a clone of this object.
636 * created a clone of this object.
719 * clones that have failed the operation. If any of the deleted clone is the
720 * master clone, use one of the remaining clone as the master clone.
761 * object has no clone, jus
845 slot_object_t *clone = object->clones[slotnum]; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c5214 nat_t *clone; local
5234 KMALLOC(clone, nat_t *);
5235 if (clone == NULL)
5237 bcopy((char *)nat, (char *)clone, sizeof(*clone));
5239 MUTEX_NUKE(&clone->nat_lock);
5241 clone->nat_aps = NULL;
5245 clone->nat_tqe.tqe_pnext = NULL;
5246 clone->nat_tqe.tqe_next = NULL;
5247 clone
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c158 klwp_t *clone; local
389 clone = forklwp(ttolwp(curthread), cp, curthread->t_tid);
390 if (clone == NULL)
396 lwptot(clone)->t_proc_flag |=
420 * Keep track of the clone of curthread to
426 clone = clwp;
515 BROP(p)->b_lwp_setrval(clone, p->p_pid, 1);
517 lwp_setrval(clone, p->p_pid, 1);
H A Dsunpm.c195 * pm_clone_lock: Protects the clone list and count of poll events
2168 * dependent of such a device) changes power, or when a pm clone is closed
5572 pm_interest_registered(int clone) argument
5574 ASSERT(clone >= 0 && clone < PM_MAX_CLONE - 1);
5575 return (pm_interest[clone]);
5581 * Process with clone has just done PM_DIRECT_PM on dip, or has asked to
5586 pm_register_watcher(int clone, dev_info_t *dip) argument
5596 pscc->pscc_clone = clone;
5604 * Already an entry for this clone, s
5717 pm_deregister_watcher(int clone, dev_info_t *dip) argument
5780 pm_psc_find_clone(int clone, pscc_t **list, krwlock_t *lock) argument
5806 pm_psc_clone_to_direct(int clone) argument
5816 pm_psc_clone_to_interest(int clone) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1107 int ugen_minor, clone; local
1115 /* 'clone' is bigger than any ugen minor in use */
1116 for (clone = ugenp->ug_minor_node_table_index + 1;
1117 clone < SCSA2USB_MAX_CLONE; clone++) {
1118 if (!scsa2usbp->scsa2usb_clones[clone])
1122 if (clone >= SCSA2USB_MAX_CLONE) {
1133 + clone);
1136 scsa2usbp->scsa2usb_clones[clone] = (uint8_t)ugen_minor;
1171 int ugen_minor, clone; local
1220 int clone, ugen_minor; local
1247 int clone, ugen_minor; local
1277 int clone, ugen_minor; local
[all...]
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh199 clone="Clone...\n"; \
524 clone() { function
539 zoneadm -z $zonename clone $image
1525 clone $PUBZONE
1544 clone snapshot
1613 clone=
1689 $clone \
1744 clone ;;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDATable.java330 rec.scopes = (Vector)scopes.clone();
H A DSLPHeaderV2.java1171 // Reimplement clone() to get the header size right.
1173 public Object clone() method in class:SLPHeaderV2
1175 SLPHeaderV2 hdr = (SLPHeaderV2)super.clone();
H A DServiceLocationAttribute.java107 values = (Vector)values_in.clone();
276 Vector ret = (Vector)values.clone();
H A DServiceStoreFactory.java438 Vector attrs = (Vector)rec.getAttrList().clone();
H A DRequestHandler.java856 Vector scopes = (Vector)hdr.scopes.clone();
924 Vector scopes = (Vector)hdr.scopes.clone();
H A DTransact.java249 Vector daAddresses = (Vector)rec.daAddresses.clone();
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c1237 * we should only look for interface or clone routes.
1299 ire_t *clone; local
1320 clone = ire_create_if_clone(ire, &v6nexthop,
1322 if (clone == NULL) {
1332 * Make clone next to last entry and the
1334 * chain since the clone depends on the
1342 ires[i-1] = clone;
H A Dip_ftable.c1470 * we should only look for interface or clone routes.
1537 ire_t *clone; local
1560 clone = ire_create_if_clone(ire, &v6nexthop,
1562 if (clone == NULL) {
1572 * Make clone next to last entry and the
1574 * chain since the clone depends on the
1582 ires[i-1] = clone;
H A Dipsecah.c774 boolean_t clone = B_FALSE, is_inbound = B_FALSE; local
809 clone = B_TRUE;
823 clone = B_TRUE; /* All mcast SAs can be bidirectional */
839 clone = B_TRUE;
856 clone = B_TRUE;
938 samsg, ksi, primary, secondary, larval, clone, is_inbound,
H A Dipsecesp.c3305 boolean_t clone = B_FALSE, is_inbound = B_FALSE; local
3337 clone = B_TRUE;
3350 clone = B_TRUE; /* All mcast SAs can be bidirectional */
3366 clone = B_TRUE;
3382 clone = B_TRUE;
3462 mp, samsg, ksi, primary, secondary, larval, clone, is_inbound,
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdcsrv.c244 } else if (disp->clone) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_012_pos.ksh113 log_must zfs clone $pool/$TESTFS/$TESTFS1@snap $pool/$TESTCLONE1
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c2512 * clone the association object.
2517 * return - the clone object.
2528 isns_obj_t *clone; local
2556 /* 0 1 1 clone it */
2579 clone = obj_calloc(type);
2581 if (clone != NULL) {
2584 dst_attr = &(clone->attrs[id]);
2586 free_one_object(clone);
2595 dst_attr = &(clone->attrs[id]);
2597 free_one_object(clone);
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c107 static char *scsb_clone_name = SCSB_DEVICE_NAME "clone";
488 cmn_err(CE_WARN, "scsb_attach: Failed to create clone node");
1084 int instance, clone; local
1128 * The cloned stream is not handled via the clone driver.
1142 if ((clone = scsb_queue_ops(scsb, QFIRST_AVAILABLE, 0, NULL,
1147 clptr = &scsb->clone_devs[clone];
1150 clptr->cl_minor = SCSB_MAKE_MINOR(instance, clone);
1155 "sm_open(%d): new clone device minor: 0x%x"
1208 int clone; local
1217 if ((clone
6571 int clone, find_open, find_available, retval = QOP_FAILED; local
[all...]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py209 clone=_("""Must also have the 'create' ability and 'mount'
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c964 /* You can only clone snapshots, not the head datasets. */
993 spa_history_log_internal_ds(ds, "clone", tx,
1001 dmu_objset_clone(const char *clone, const char *origin) argument
1005 doca.doca_clone = clone;
1009 return (dsl_sync_task(clone,
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c2929 * Duplicate a list. Copy the original list to the clone.
2933 * math right, the clone list should be big enough to old the original.
2937 fem_dup_list(struct fem_list *orig, struct fem_list *clone) argument
2941 ASSERT(clone->feml_ssize >= orig->feml_ssize);
2943 bcopy(orig->feml_nodes, clone->feml_nodes,
2945 clone->feml_tos = orig->feml_tos;
2947 * Now that we've copied the old list (orig) to the new list (clone),
2950 for (i = clone->feml_tos; i > 0; i--) {
2951 struct fem_node *fnp = &clone->feml_nodes[i];
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c178 { "clone", zfs_do_clone, HELP_CLONE },
251 return (gettext("\tpromote <clone-filesystem>\n"));
600 * zfs clone [-p] [-o prop=value] ... <snap> <fs | vol>
605 * the clone exists.
680 zfs_handle_t *clone; local
682 clone = zfs_open(g_zfs, argv[1], ZFS_TYPE_DATASET);
683 if (clone != NULL) {
689 if (should_auto_mount(clone)) {
690 if ((ret = zfs_mount(clone, NULL, 0)) != 0) {
691 (void) fprintf(stderr, gettext("clone "
[all...]

Completed in 184 milliseconds

1234567