Searched refs:lun_guid (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_lun.c133 ilp->lun_guid = kmem_zalloc(ilp->lun_guid_size, KM_SLEEP);
134 (void) strcpy(ilp->lun_guid, guid);
137 ilp->lun_guid = NULL;
188 if (ilp->lun_guid != NULL) {
189 kmem_free(ilp->lun_guid, ilp->lun_guid_size);
190 ilp->lun_guid = NULL;
276 if (ilp->lun_guid != NULL) {
277 kmem_free(ilp->lun_guid, ilp->lun_guid_size);
278 ilp->lun_guid = NULL;
333 ilp->lun_guid, il
[all...]
H A Discsi_sess.c2052 * match, lun_addr_type, lun_type, and lun_guid.
2261 if ((guid == NULL) && (ilp->lun_guid == NULL)) {
2265 if ((guid != NULL) && (ilp->lun_guid != NULL) &&
2267 (bcmp(guid, ilp->lun_guid, ilp->lun_guid_size) == 0)) {
H A Discsi.c4709 char *lun_guid = NULL; local
4735 if (mdi_prop_lookup_string(pip, MDI_GUID, &lun_guid) !=
4762 (strcmp(lun_guid, ilp_check->lun_guid) == 0)) {
4774 if (lun_guid != NULL)
4775 (void) mdi_prop_free(lun_guid);
H A Discsi.h541 char *lun_guid; /* GUID */ member in struct:iscsi_lun
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c197 char *lun_guid = NULL; local
388 prop, &lun_guid);
391 "@g%s", lun_guid);
712 char *devfs_path, path_name[MAXPATHLEN], *lun_guid, *port_wwn; local
739 LUN_GUID_PROP, &lun_guid);
745 "@g%s", lun_guid);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1045 char *lun_guid; member in struct:fcp_lun
1367 fcp_lun::lun_guid_size fcp_lun::lun_guid
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1880 if (plun->lun_guid) {
1883 fcp_ascii_to_wwn(plun->lun_guid,
7284 if (plun->lun_guid &&
7285 strcmp(guid, plun->lun_guid)) {
7314 bcopy(plun->lun_guid,
9379 if (plun->lun_guid) {
9380 kmem_free(plun->lun_guid, plun->lun_guid_size);
12815 if (mdi_pi_alloc_compatible(pdip, nname, plun->lun_guid,
13078 if (mdi_pi_find(pdip, plun->lun_guid, uaddr) == pip) {
13099 pip = mdi_pi_find(pdip, plun->lun_guid, uadd
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5853 char *tptr = NULL, *lun_guid = NULL; local
5928 LUN_GUID_PROP, &lun_guid);
5929 sprintf(&mypath[strlen(mypath)], "@g%s", lun_guid);

Completed in 125 milliseconds