Searched defs:tpd (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_cipher.c166 kcf_provider_desc_t *tpd = NULL; local
169 if ((kcf_get_sw_prov(mech->cm_type, &tpd, &tctxp->kc_mech,
173 sinfo = &(KCF_TO_PROV_MECHINFO(tpd, mech->cm_type));
191 tctxp->kc_sw_prov_desc = tpd;
193 KCF_PROV_REFRELE(tpd);
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c112 static void *tpd = &tnf_trace_initial_tpd; variable
161 tpd = data;
178 if (thr_probe_setup != 0) thr_probe_setup(tpd);
235 /* get the tpd */
526 return (tpd);
590 * we need to write a NULL into the tpd pointer to disable
593 * tpd is allocated on stack.
624 /* get the tpd */
632 /* stash the tpd */
638 /* get the tpd */
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf_sbd/
H A Dstmf_sbd.c180 scsi_transport_id_t *tpd; local
182 if (tpd_len < sizeof (*tpd)) {
188 tpd = mdb_zalloc(tpd_len, UM_SLEEP);
189 if (mdb_vread(tpd, tpd_len, addr) == -1) {
191 mdb_free(tpd, tpd_len);
196 mdb_printf("%sProtocol:\t%d => %16s\n", spacer, tpd->protocol_id,
197 (tpd->protocol_id < ARRAY_SIZE(stmf_protocol_str)) ?
198 stmf_protocol_str[tpd->protocol_id] : "");
199 mdb_printf("%sFormat Code:\t0x%x\n", spacer, tpd->format_code);
201 switch (tpd
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c1307 scsi_transport_id_t *tpd; local
1344 tpd = (scsi_transport_id_t *)adn_dat;
1349 rpt_ary[i].rport_tptid, tpd))
1355 rpt_ary[tpdnum].rport_tptid = tpd;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c2919 mpapi_tport_data_t *tpd; local
3050 tpd = tgt_list->item->idata;
3051 tpd->valid = 1;
3080 tpd = (mpapi_tport_data_t *)tgt_list->item->idata;
3081 if (vhci_get_mpapi_item(vhci, tpd->path_list,
3086 (void) vhci_mpapi_add_to_list(tpd->path_list, tp_path_list);
3099 bcopy(&(tpd->prop), &(pd->prop.targetPort),
3483 mpapi_tport_data_t *tpd; local
3747 tpd = tgt_list->item->idata;
3748 tpd
4423 mpapi_tport_data_t *tpd; local
[all...]

Completed in 92 milliseconds