HomeSort by: relevance | last modified time | path
    Searched defs:sessions (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/opencrypto/
ocryptodev.h 160 struct osession_n_op * sessions; member in struct:ocrypt_sgop
cryptodev.h 263 struct session_n_op * sessions; member in struct:crypt_sgop
  /src/sbin/init/
init.c 183 static session_t *sessions; variable in typeref:typename:session_t *
1120 sessions = sp;
1168 * Walk the list of ttys and create sessions for each active line.
1178 if (sessions == NULL) {
1200 for (sp = sessions; sp; sp = snext) {
1208 sessions = NULL;
1397 if (sessions == NULL)
1424 if (! sessions)
1438 sessions = sp->se_next;
1504 for (sp = sessions; sp; sp = sp->se_next)
    [all...]

Completed in 12 milliseconds