Searched refs:SD_SUCCESS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3791 * Return Code: SD_SUCCESS - The properties were successfully set according
3892 if (sd_sdconf_id_match(un, vidptr, vidlen) != SD_SUCCESS) {
3943 dataname_ptr) == SD_SUCCESS) {
3949 rval = SD_SUCCESS;
4414 if (sd_sdconf_id_match(un, id, idlen) == SD_SUCCESS) {
4444 * Return Code: SD_SUCCESS - Indicates a match with the inquiry vid/pid
4452 int rval = SD_SUCCESS;
4471 if (rval != SD_SUCCESS) {
4494 rval = SD_SUCCESS;
4526 * Return Code: SD_SUCCESS
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h45 #define SD_SUCCESS 0 macro

Completed in 93 milliseconds