Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2953 set_algoid(KMF_X509_ALGORITHM_IDENTIFIER *destid, in set_algoid() argument
2956 if (destid == NULL || newoid == NULL) in set_algoid()
2959 destid->algorithm.Length = newoid->Length; in set_algoid()
2960 destid->algorithm.Data = malloc(destid->algorithm.Length); in set_algoid()
2961 if (destid->algorithm.Data == NULL) in set_algoid()
2964 (void) memcpy(destid->algorithm.Data, newoid->Data, in set_algoid()
2965 destid->algorithm.Length); in set_algoid()
2971 copy_algoid(KMF_X509_ALGORITHM_IDENTIFIER *destid, in copy_algoid() argument
2975 if (!destid || !srcid) in copy_algoid()
2978 destid->algorithm.Length = srcid->algorithm.Length; in copy_algoid()
[all …]
/titanic_41/usr/src/cmd/svc/configd/
H A Dclient.c1464 uint32_t destid = rpr->rpr_entity_dst; in next_snaplevel() local
1468 result = entity_find2(cp, srcid, &src, destid, &dest); in next_snaplevel()
1486 uint32_t destid = rpr->rpr_entityid_dest; in snapshot_take() local
1490 result = entity_find2(cp, srcid, &src, destid, &dest); in snapshot_take()
1522 uint32_t destid = rpr->rpr_entityid_dest; in snapshot_take_named() local
1526 result = entity_find2(cp, srcid, &src, destid, &dest); in snapshot_take_named()
1552 uint32_t destid = rpr->rpr_entityid_dest; in snapshot_attach() local
1556 result = entity_find2(cp, srcid, &src, destid, &dest); in snapshot_attach()
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dzambezi.esc124 event ereport.asic.zambezi.opu.ods-data-destid@interconnect
194 ereport.asic.zambezi.opu.ods-data-destid@interconnect
765 event ereport.asic.zambezi.asu.invalid-nc-destid@interconnect
771 event ereport.asic.zambezi.asu.invalid-wb-destid@interconnect
813 ereport.asic.zambezi.asu.invalid-nc-destid@interconnect
817 ereport.asic.zambezi.asu.invalid-wb-destid@interconnect
825 ereport.asic.zambezi.asu.invalid-nc-destid@interconnect
829 ereport.asic.zambezi.asu.invalid-wb-destid@interconnect
/titanic_41/usr/src/lib/libkmf/include/
H A DkmfapiP.h240 extern KMF_RETURN copy_algoid(KMF_X509_ALGORITHM_IDENTIFIER *destid,
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c5568 dfc_destid_t *destid; in emlxs_dfc_send_ct() local
5655 destid = (dfc_destid_t *)dfc->buf3; in emlxs_dfc_send_ct()
5657 if (destid->idType == 0) { in emlxs_dfc_send_ct()
5658 if ((nlp = emlxs_node_find_wwpn(port, destid->wwpn, 1)) in emlxs_dfc_send_ct()
5663 sizeof (buffer), destid->wwpn)); in emlxs_dfc_send_ct()
5670 if (emlxs_node_find_did(port, destid->d_id, 1) == NULL) { in emlxs_dfc_send_ct()
5673 emlxs_dfc_xlate(dfc->cmd), destid->d_id); in emlxs_dfc_send_ct()
5678 did = destid->d_id; in emlxs_dfc_send_ct()
6649 dfc_destid_t *destid; in emlxs_dfc_send_els() local
6716 destid = (dfc_destid_t *)dfc->buf3; in emlxs_dfc_send_els()
[all …]