Searched defs:guid (Results 76 - 76 of 76) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c389 char *guid, dev_info_t **dip, mptsas_target_t *ptgt, int lun);
391 char *guid, dev_info_t **dip, mdi_pathinfo_t **pip, mptsas_target_t *ptgt,
575 #define NDI_GUID "guid"
14896 char *guid = NULL; local
14941 guid = ddi_devid_to_guid(devid);
14944 * Do not enable MPXIO if the strlen(guid) is greater
14948 if (guid && (strlen(guid) > MPTSAS_MAX_GUID_LEN)) {
14949 ddi_devid_free_guid(guid);
14950 guid
15011 mptsas_create_virt_lun(dev_info_t *pdip, struct scsi_inquiry *inq, char *guid, dev_info_t **lun_dip, mdi_pathinfo_t **pip, mptsas_target_t *ptgt, int lun) argument
15360 mptsas_create_phys_lun(dev_info_t *pdip, struct scsi_inquiry *inq, char *guid, dev_info_t **lun_dip, mptsas_target_t *ptgt, int lun) argument
[all...]

Completed in 89 milliseconds

1234