Lines Matching defs:sessions
73 * NULL terminated list of opened frontend sessions. Sessions are
76 static P5_Session *sessions = NULL;
80 * The same device may be opened several time by different sessions.
417 /* add the handle to the linked list of sessions */
418 session->next = sessions;
419 sessions = session;
1402 for (session = sessions; session; session = session->next)
1423 sessions = session->next;
1496 for (session = sessions; session; session = next)
1502 sessions = NULL;
1697 * for each sessions, control options are initialized based on the capability