Searched defs:fSessionListSize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c4013 uint32_t fSessionListSize; local
4034 fSessionListSize = ALLOC_SESSION;
4035 fSessionListSize = fSessionListSize * (sizeof (slist_scsi_session_t));
4036 fSessionList = (slist_scsi_session_t *)calloc(1, fSessionListSize);
4054 stmfIoctl.stmf_obuf_size = fSessionListSize;
4079 fSessionListSize = stmfIoctl.stmf_obuf_max_nentries *
4081 fSessionList = realloc(fSessionList, fSessionListSize);
4087 stmfIoctl.stmf_obuf_size = fSessionListSize;

Completed in 78 milliseconds