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

/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/io/scsi/adapters/iscsi/
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/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);
/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

Completed in 91 milliseconds