Searched refs:fc_rnid_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h113 fc_rnid_t params;
H A Dfctl_private.h649 fc_rnid_t fp_rnid_params; /* node id data */
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc858 fc_rnid_t rnid;
868 memset(&rnid, 0, sizeof (fc_rnid_t));
872 fcio.fcio_olen = sizeof (fc_rnid_t);
1188 fc_rnid_t rnid;
1191 memset(&rnid, 0, sizeof (fc_rnid_t));
1196 fcio.fcio_ilen = sizeof (fc_rnid_t);
1201 // Copy the HBA_MGMTINFO into fc_rnid_t struct
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_appif.h275 } fc_rnid_t; typedef in typeref:struct:fc_rnid_params
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h179 fc_rnid_t ss_rnid;
H A Dfcoei_lv.c579 if (pm->pm_data_len < sizeof (fc_rnid_t)) {
585 pm->pm_data_buf, sizeof (fc_rnid_t));
592 if (pm->pm_data_len < sizeof (fc_rnid_t)) {
597 (void *)&ss->ss_rnid, sizeof (fc_rnid_t));
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9294 fcio->fcio_olen < sizeof (fc_rnid_t)) {
9328 if (fcio->fcio_ilen != sizeof (fc_rnid_t) ||
9699 fc_rnid_t *rnid;
9703 rnid = kmem_zalloc(sizeof (fc_rnid_t), KM_SLEEP);
9705 if (ddi_copyin(fcio->fcio_ibuf, rnid, sizeof (fc_rnid_t), mode)) {
9707 kmem_free(rnid, sizeof (fc_rnid_t));
9737 kmem_free(rnid, sizeof (fc_rnid_t));
9752 fc_rnid_t *rnid;
9758 rnid = kmem_zalloc(sizeof (fc_rnid_t), KM_SLEEP);
9762 bcopy(&port->fp_rnid_params, rnid, sizeof (fc_rnid_t));
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5582 fc_rnid_t *rnid;
5589 if (pm->pm_data_len < sizeof (fc_rnid_t)) {
5594 rnid = (fc_rnid_t *)pm->pm_data_buf;
5633 fc_rnid_t *rnid;
5638 if (pm->pm_data_len < sizeof (fc_rnid_t)) {
5643 rnid = (fc_rnid_t *)pm->pm_data_buf;
H A Demlxs_dfc.c1667 fcio->fcio_olen < sizeof (fc_rnid_t)) {
1700 fcio->fcio_ilen < sizeof (fc_rnid_t)) {

Completed in 140 milliseconds