Searched refs:DEVID_RET_VALID (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/devid/
H A Ddevid_impl.h61 #define DEVID_RET_VALID DDI_SUCCESS macro
75 #define DEVID_RET_VALID 1 macro
H A Ddevid.c71 return (DEVID_RET_VALID);
90 DEVID_ASSERT(DEVID_FUNC(devid_valid)(devid) == DEVID_RET_VALID);
115 DEVID_ASSERT(DEVID_FUNC(devid_valid)(id1) == DEVID_RET_VALID);
116 DEVID_ASSERT(DEVID_FUNC(devid_valid)(id2) == DEVID_RET_VALID);
209 if (DEVID_FUNC(devid_valid)(devid) != DEVID_RET_VALID)
450 if (DEVID_FUNC(devid_valid)((ddi_devid_t)id) != DEVID_RET_VALID)
H A Ddevid_scsi.c255 if (is_page80_data_valid(inq80, inq80_len) == DEVID_RET_VALID) {
274 if (is_initialized_id(id, id_len) == DEVID_RET_VALID) {
296 * Return Code: DEVID_RET_VALID
516 return (DEVID_RET_VALID);
573 return (DEVID_RET_VALID);
591 * Return Code: DEVID_RET_VALID
615 return (DEVID_RET_VALID);

Completed in 60 milliseconds