HomeSort by relevance Sort by last modified time
    Searched defs:tran (Results 1 - 25 of 36) sorted by null

1 2

  /onnv/onnv-gate/usr/src/uts/sun/io/dada/impl/
dcd_resource.c 192 struct dcd_hba_tran *tran = ap->a_hba_tran; local
198 pkt = (*tran->tran_init_pkt) (ap, NULL, NULL, cmdlen, statuslen,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
ksslcfg_create.c 153 set_method_context(scf_handle_t *handle, scf_transaction_t *tran,
157 SCF_TYPE_BOOLEAN, "false", tran) != SUCCESS) ||
159 value_str, tran) != SUCCESS) ||
161 ":default", tran) != SUCCESS) ||
163 SCF_TYPE_ASTRING, ":default", tran) != SUCCESS) ||
165 SCF_TYPE_ASTRING, ":default", tran) != SUCCESS) ||
167 SCF_TYPE_ASTRING, ":default", tran) != SUCCESS) ||
169 SCF_TYPE_ASTRING, ":default", tran) != SUCCESS) ||
171 ":default", tran) != SUCCESS) ||
173 SCF_TYPE_ASTRING, "basic,sys_net_config", tran) != SUCCESS)
189 scf_transaction_t *tran; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/impl/
scsi_resource.c 649 struct scsi_hba_tran *tran = ap->a_hba_tran; local
654 pkt = (*tran->tran_init_pkt) (ap, NULL, NULL, cmdlen,
scsi_subr.c 332 scsi_hba_tran_t *tran = A_TO_TRAN(ap); local
333 dev_info_t *pdip = tran->tran_hba_dip;
357 pkt = (*tran->tran_init_pkt) (ap, NULL, &local,
379 register scsi_hba_tran_t *tran = A_TO_TRAN(ap); local
381 (*tran->tran_destroy_pkt)(ap, pkt);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libfcoe/common/
libfcoe.c 181 scf_transaction_t *tran = NULL; local
208 ((tran = scf_transaction_create(handle)) == NULL) ||
252 if (scf_transaction_start(tran, pg) == -1) {
267 if (scf_transaction_property_new(tran, entry, FCOE_PORT_LIST,
280 if (scf_transaction_property_change(tran, entry,
414 if ((commitRet = scf_transaction_commit(tran)) != 1) {
438 if (tran != NULL) {
439 scf_transaction_destroy(tran);
836 scf_transaction_t *tran = NULL; local
854 ((tran = scf_transaction_create(handle)) == NULL) |
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fcinfo/
fcadm-list.c 144 scf_transaction_t *tran = NULL; local
172 ((tran = scf_transaction_create(handle)) == NULL) ||
205 if (scf_transaction_start(tran, pg) == -1) {
220 if (scf_transaction_property_new(tran, entry, NPIV_PORT_LIST,
233 if (scf_transaction_property_change(tran, entry,
364 if ((commitRet = scf_transaction_commit(tran)) != 1) {
388 if (tran != NULL) {
389 scf_transaction_destroy(tran);
847 scf_transaction_t *tran = NULL; local
861 ((tran = scf_transaction_create(handle)) == NULL) |
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/dktp/controller/ata/
atapi.c 103 scsi_hba_tran_t *tran; local
109 tran = scsi_hba_tran_alloc(dip, SCSI_HBA_CANSLEEP);
111 if (tran == NULL) {
116 ata_ctlp->ac_atapi_tran = tran;
121 tran->tran_hba_private = ata_ctlp;
122 tran->tran_tgt_private = NULL;
124 tran->tran_tgt_init = atapi_tran_tgt_init;
125 tran->tran_tgt_probe = atapi_tran_tgt_probe;
126 tran->tran_tgt_free = atapi_tran_tgt_free;
127 tran->tran_start = atapi_tran_start
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
ctl_clnt.c 96 LIST(struct ctl_tran) tran; member in struct:ctl_cctx
175 INIT_LIST(ctx->tran);
239 struct ctl_tran *tran; local
257 tran = new_tran(ctx, donefunc, uap, 1);
258 if (tran == NULL)
260 if (ctl_bufget(&tran->outbuf, ctx->logger) < 0)
262 memcpy(tran->outbuf.text, cmd, len);
263 tran->outbuf.used = len;
264 for (pc = tran->outbuf.text, n = 0; n < tran->outbuf.used; pc++, n++
295 struct ctl_tran *tran; local
410 struct ctl_tran *tran; local
444 struct ctl_tran *tran = (struct ctl_tran *)uap; local
489 struct ctl_tran *tran; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
emul64.c 77 scsi_hba_tran_t *tran, struct scsi_device *sd);
322 scsi_hba_tran_t *tran = NULL; local
335 tran = (scsi_hba_tran_t *)ddi_get_driver_private(dip);
336 if (!tran) {
339 emul64 = TRAN2EMUL64(tran);
371 tran = scsi_hba_tran_alloc(dip, SCSI_HBA_CANSLEEP);
372 if (tran == NULL) {
377 emul64->emul64_tran = tran;
380 tran->tran_hba_private = emul64;
381 tran->tran_tgt_private = NULL
464 scsi_hba_tran_t *tran; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/conf/
scsi_confsubr.c 457 scsi_hba_tran_t *tran = sd->sd_address.a_hba_tran; local
467 if (tran->tran_tgt_probe != NULL) {
468 ret = (*tran->tran_tgt_probe)(sd, callback);
855 * Called by SCSA framework, may call HBAs tran function.
879 * This function may be called from an HBAs tran function.
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
Transact.java 915 Transact tran = new Transact(rqst, local
922 Thread multiThread = new Thread(tran);
935 ServiceLocationException ex = tran.exErr;
  /onnv/onnv-gate/usr/src/lib/libdladm/common/
libdlbridge.c 529 set_count_property(scf_handle_t *handle, scf_transaction_t *tran,
540 if (scf_transaction_property_new(tran, entry, propname,
542 scf_transaction_property_change(tran, entry, propname,
560 set_string_property(scf_handle_t *handle, scf_transaction_t *tran,
571 if (scf_transaction_property_new(tran, entry, propname,
573 scf_transaction_property_change(tran, entry, propname,
592 set_fmri_property(scf_handle_t *handle, scf_transaction_t *tran,
603 if (scf_transaction_property_new(tran, entry, propname,
605 scf_transaction_property_change(tran, entry, propname,
759 scf_transaction_t *tran = NULL local
871 scf_transaction_t *tran = NULL; local
1529 scf_transaction_t *tran = NULL; local
    [all...]
libdlwlan.c 1651 scf_transaction_t *tran = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/1394/targets/scsa1394/
hba.c 547 scsi_hba_tran_t *tran; local
550 sp->s_tran = tran = scsi_hba_tran_alloc(sp->s_dip, SCSI_HBA_CANSLEEP);
552 tran->tran_hba_private = sp;
553 tran->tran_tgt_private = NULL;
554 tran->tran_tgt_init = scsa1394_scsi_tgt_init;
555 tran->tran_tgt_probe = scsa1394_scsi_tgt_probe;
556 tran->tran_tgt_free = scsa1394_scsi_tgt_free;
557 tran->tran_start = scsa1394_scsi_start;
558 tran->tran_abort = scsa1394_scsi_abort;
559 tran->tran_reset = scsa1394_scsi_reset
1041 scsi_hba_tran_t *tran = (scsi_hba_tran_t *)ddi_get_driver_private(dip); local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/blk2scsa/
blk2scsa.c 614 scsi_hba_tran_t *tran, struct scsi_device *sd)
632 n = tran->tran_hba_private;
644 tran->tran_tgt_private = l;
651 scsi_hba_tran_t *tran, struct scsi_device *sd)
659 l = tran->tran_tgt_private;
1078 scsi_hba_tran_t *tran; local
1084 tran = ddi_get_driver_private(ndip);
1085 n = tran->tran_hba_private;
1777 struct scsi_hba_tran *tran; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
pmcs_scsa.c 73 scsi_hba_tran_t *tran; local
86 tran = scsi_hba_tran_alloc(pwp->dip, SCSI_HBA_CANSLEEP);
87 if (tran == NULL) {
93 tran->tran_hba_private = pwp;
94 tran->tran_tgt_init = pmcs_scsa_tran_tgt_init;
95 tran->tran_tgt_free = pmcs_scsa_tran_tgt_free;
96 tran->tran_start = pmcs_scsa_start;
97 tran->tran_abort = pmcs_scsa_abort;
98 tran->tran_reset = pmcs_scsa_reset;
99 tran->tran_reset_notify = pmcs_scsi_reset_notify
    [all...]
pmcs_attach.c 254 scsi_hba_tran_t *tran; local
309 tran = (scsi_hba_tran_t *)ddi_get_driver_private(dip);
310 tran->tran_hba_private = iport;
411 scsi_hba_tran_t *tran; local
429 tran = (scsi_hba_tran_t *)ddi_get_driver_private(dip);
430 if (!tran) {
437 pwp = TRAN2PMC(tran);
1071 scsi_hba_tran_t *tran; local
1118 tran = (scsi_hba_tran_t *)ddi_get_driver_private(dip);
1119 if (!tran) {
1590 scsi_hba_tran_t *tran; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/mega_sas/
megaraid_sas.c 305 scsi_hba_tran_t *tran; local
575 tran = scsi_hba_tran_alloc(dip, SCSI_HBA_CANSLEEP);
577 if (tran == NULL) {
585 instance->tran = tran;
587 tran->tran_hba_private = instance;
588 tran->tran_tgt_private = NULL;
589 tran->tran_tgt_init = megasas_tran_tgt_init;
590 tran->tran_tgt_probe = scsi_hba_probe;
591 tran->tran_tgt_free = (void (*)())NULL
    [all...]
  /onnv/onnv-gate/usr/src/lib/libstmf/common/
store.c 286 scf_transaction_t *tran = NULL; local
310 ((tran = scf_transaction_create(handle)) == NULL) ||
337 if (scf_transaction_start(tran, pg) == -1) {
351 if (scf_transaction_property_change(tran, entry, groupName,
357 syslog(LOG_ERR, "tran property change failed - %s",
544 if ((commitRet = scf_transaction_commit(tran)) != 1) {
568 if (tran != NULL) {
569 scf_transaction_destroy(tran);
626 scf_transaction_t *tran = NULL; local
649 ((tran = scf_transaction_create(handle)) == NULL) |
909 scf_transaction_t *tran = NULL; local
1358 scf_transaction_t *tran = NULL; local
2038 scf_transaction_t *tran = NULL; local
2329 scf_transaction_t *tran = NULL; local
4075 scf_transaction_t *tran = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/scsa2usb/
scsa2usb.c 619 scsi_hba_tran_t *tran; /* scsi transport */ local
861 tran = scsi_hba_tran_alloc(dip, SCSI_HBA_CANSLEEP);
862 scsa2usbp->scsa2usb_tran = tran;
867 tran->tran_hba_private = scsa2usbp;
868 tran->tran_tgt_private = NULL;
869 tran->tran_tgt_init = scsa2usb_scsi_tgt_init;
870 tran->tran_tgt_probe = scsa2usb_scsi_tgt_probe;
871 tran->tran_tgt_free = scsa2usb_scsi_tgt_free;
872 tran->tran_start = scsa2usb_scsi_start;
873 tran->tran_abort = scsa2usb_scsi_abort
1009 scsi_hba_tran_t *tran; local
2154 scsi_hba_tran_t *tran; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/mr_sas/
mr_sas.c 268 scsi_hba_tran_t *tran; local
561 tran = scsi_hba_tran_alloc(dip, SCSI_HBA_CANSLEEP);
563 if (tran == NULL) {
571 instance->tran = tran;
573 tran->tran_hba_private = instance;
574 tran->tran_tgt_init = mrsas_tran_tgt_init;
575 tran->tran_tgt_probe = scsi_hba_probe;
576 tran->tran_tgt_free = mrsas_tran_tgt_free;
577 tran->tran_init_pkt = mrsas_tran_init_pkt
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
iscsi.c 372 scsi_hba_tran_t *tran = NULL; local
423 if ((tran = scsi_hba_tran_alloc(dip, SCSI_HBA_CANSLEEP))
431 ihp->hba_tran = tran;
519 tran->tran_hba_private = ihp;
520 tran->tran_tgt_private = NULL;
521 tran->tran_tgt_init = iscsi_tran_lun_init;
522 tran->tran_tgt_probe = iscsi_tran_lun_probe;
523 tran->tran_tgt_free = iscsi_tran_lun_free;
524 tran->tran_start = iscsi_tran_start;
525 tran->tran_abort = iscsi_tran_abort
650 scsi_hba_tran_t *tran = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/impl/
fctl.c 2138 fc_fca_tran_t *tran; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
pmcs.h 563 scsi_hba_tran_t *tran; member in struct:pmcs_hw
  /onnv/onnv-gate/usr/src/uts/sun/io/scsi/adapters/
sf.c 455 scsi_hba_tran_t *tran = NULL; local
663 tran = scsi_hba_tran_alloc(dip, 0);
664 if (tran == NULL) {
676 sf->sf_tran = tran;
678 tran->tran_hba_private = sf;
679 tran->tran_tgt_private = NULL;
680 tran->tran_tgt_init = sf_scsi_tgt_init;
681 tran->tran_tgt_probe = NULL;
682 tran->tran_tgt_free = sf_scsi_tgt_free;
684 tran->tran_start = sf_start
6838 scsi_hba_tran_t *tran; local
    [all...]

Completed in 1259 milliseconds

1 2