Searched refs:sbdProps (Results 1 – 1 of 1) sorted by relevance
2187 sbd_lu_props_t *sbdProps; in getDiskAllProps() local2190 int sbdPropsSize = sizeof (*sbdProps) + MAX_SBD_PROPS; in getDiskAllProps()2206 sbdProps = calloc(1, sbdPropsSize); in getDiskAllProps()2207 if (sbdProps == NULL) { in getDiskAllProps()2216 free(sbdProps); in getDiskAllProps()2221 sbdProps->slp_input_guid = 1; in getDiskAllProps()2222 bcopy(luGuid, sbdProps->slp_guid, sizeof (sbdProps->slp_guid)); in getDiskAllProps()2226 sbdIoctl.stmf_ibuf = (uint64_t)(unsigned long)sbdProps; in getDiskAllProps()2228 sbdIoctl.stmf_obuf = (uint64_t)(unsigned long)sbdProps; in getDiskAllProps()2253 ret = loadDiskPropsFromDriver((luResourceImpl *)*hdl, sbdProps); in getDiskAllProps()[all …]