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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c2187 sbd_lu_props_t *sbdProps; local
2190 int sbdPropsSize = sizeof (*sbdProps) + MAX_SBD_PROPS;
2206 sbdProps = calloc(1, sbdPropsSize);
2207 if (sbdProps == NULL) {
2216 free(sbdProps);
2221 sbdProps->slp_input_guid = 1;
2222 bcopy(luGuid, sbdProps->slp_guid, sizeof (sbdProps->slp_guid));
2226 sbdIoctl.stmf_ibuf = (uint64_t)(unsigned long)sbdProps;
2228 sbdIoctl.stmf_obuf = (uint64_t)(unsigned long)sbdProps;
2271 loadDiskPropsFromDriver(luResourceImpl *hdl, sbd_lu_props_t *sbdProps) argument
2397 sbd_global_props_t *sbdProps; local
[all...]

Completed in 60 milliseconds