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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c4011 slist_scsi_session_t *fSessionList, *fSessionListP = NULL; local
4036 fSessionList = (slist_scsi_session_t *)calloc(1, fSessionListSize);
4037 fSessionListP = fSessionList;
4038 if (fSessionList == NULL) {
4055 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)fSessionList;
4081 fSessionList = realloc(fSessionList, fSessionListSize);
4082 if (fSessionList == NULL) {
4086 fSessionListP = fSessionList;
4088 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)fSessionList;
[all...]

Completed in 66 milliseconds