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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c11197 int rval_probe, rval_init; local
11240 rval_probe = (*SATA_PROBE_PORT_FUNC(sata_hba_inst))
11244 if (rval_probe != SATA_SUCCESS) {
11390 rval_probe = sata_probe_device(sata_hba_inst, sata_device);
11393 if (rval_probe == SATA_SUCCESS) {
11486 int rval_probe; local
11497 rval_probe = (*SATA_PROBE_PORT_FUNC(sata_hba_inst))
11501 if (rval_probe != SATA_SUCCESS) {
18553 int rval_probe, rval_set; local
18628 rval_probe
[all...]

Completed in 97 milliseconds