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

/osnet-11/usr/src/lib/libstmf/common/
H A Dstmf.c4778 * sessionList - pointer to pointer to stmfSessionList structure
4782 stmfGetSessionList(stmfDevid *devid, stmfSessionList **sessionList) argument
4794 if (sessionList == NULL || devid == NULL) {
4892 *sessionList = (stmfSessionList *)calloc(1, sizeof (stmfSessionList) +
4894 if (*sessionList == NULL) {
4896 free(sessionList);
4900 (*sessionList)->cnt = stmfIoctl.stmf_obuf_max_nentries;
4905 for (i = 0; i < (*sessionList)->cnt; i++) {
4906 (*sessionList)->session[i].initiator.identLength =
4909 (*sessionList)
[all...]

Completed in 54 milliseconds