Home
last modified time | relevance | path

Searched refs:destid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2960 destid->algorithm.Data = malloc(destid->algorithm.Length); in set_algoid()
2961 if (destid->algorithm.Data == NULL) in set_algoid()
2965 destid->algorithm.Length); in set_algoid()
2975 if (!destid || !srcid) in copy_algoid()
2979 destid->algorithm.Data = malloc(destid->algorithm.Length); in copy_algoid()
2980 if (destid->algorithm.Data == NULL) in copy_algoid()
2984 destid->algorithm.Length); in copy_algoid()
2987 if (destid->parameters.Length > 0) { in copy_algoid()
2988 destid->parameters.Data = malloc(destid->parameters.Length); in copy_algoid()
2993 destid->parameters.Length); in copy_algoid()
[all …]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1468 uint32_t destid = rpr->rpr_entity_dst; in next_snaplevel() local
1472 result = entity_find2(cp, srcid, &src, destid, &dest); in next_snaplevel()
1490 uint32_t destid = rpr->rpr_entityid_dest; in snapshot_take() local
1494 result = entity_find2(cp, srcid, &src, destid, &dest); in snapshot_take()
1526 uint32_t destid = rpr->rpr_entityid_dest; in snapshot_take_named() local
1530 result = entity_find2(cp, srcid, &src, destid, &dest); in snapshot_take_named()
1556 uint32_t destid = rpr->rpr_entityid_dest; in snapshot_attach() local
1560 result = entity_find2(cp, srcid, &src, destid, &dest); in snapshot_attach()
/illumos-gate/usr/src/lib/libkmf/include/
H A DkmfapiP.h240 extern KMF_RETURN copy_algoid(KMF_X509_ALGORITHM_IDENTIFIER *destid,
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c5624 dfc_destid_t *destid; in emlxs_dfc_send_ct() local
5711 destid = (dfc_destid_t *)dfc->buf3; in emlxs_dfc_send_ct()
5713 if (destid->idType == 0) { in emlxs_dfc_send_ct()
5719 sizeof (buffer), destid->wwpn)); in emlxs_dfc_send_ct()
5729 emlxs_dfc_xlate(dfc->cmd), destid->d_id); in emlxs_dfc_send_ct()
5734 did = destid->d_id; in emlxs_dfc_send_ct()
6707 dfc_destid_t *destid; in emlxs_dfc_send_els() local
6774 destid = (dfc_destid_t *)dfc->buf3; in emlxs_dfc_send_els()
6776 if (destid->idType == 0) { in emlxs_dfc_send_els()
6782 sizeof (buffer), destid->wwpn)); in emlxs_dfc_send_els()
[all …]