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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c4730 * scsi_hba_ua_set: given "unit-address" string, set properties.
4740 scsi_hba_ua_set(char *ua, dev_info_t *dchild, mdi_pathinfo_t *pchild) function
5249 * scsi_hba_ua_set()), compatible, identity information, and
5252 if ((scsi_hba_ua_set(addr, dchild, NULL) == 0) ||
5313 * scsi_hba_ua_set().
5315 if (scsi_hba_ua_set(addr, NULL, pchild) == 0) {
6336 * /devices path) then scsi_hba_ua_set can fail. If the address
6341 if (scsi_hba_ua_set(addr, probe, NULL) == 0) {
6343 "@%s failed scsi_hba_ua_set", addr));

Completed in 70 milliseconds