Home
last modified time | relevance | path

Searched refs:sbdPropsSize (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libstmf/common/
H A Dstmf.c2190 int sbdPropsSize = sizeof (*sbdProps) + MAX_SBD_PROPS; in getDiskAllProps() local
2206 sbdProps = calloc(1, sbdPropsSize); in getDiskAllProps()
2225 sbdIoctl.stmf_ibuf_size = sbdPropsSize; in getDiskAllProps()
2227 sbdIoctl.stmf_obuf_size = sbdPropsSize; in getDiskAllProps()
2403 int sbdPropsSize = sizeof (*sbdProps) + MAX_SBD_PROPS; in getDiskGlobalProp() local
2420 sbdProps = calloc(1, sbdPropsSize); in getDiskGlobalProp()
2429 sbdIoctl.stmf_obuf_size = sbdPropsSize; in getDiskGlobalProp()
2446 sbdPropsSize = in getDiskGlobalProp()
2453 sbdPropsSize); in getDiskGlobalProp()