| /src/sys/opencrypto/ |
| ocryptodev.h | 160 struct osession_n_op * sessions; member in struct:ocrypt_sgop
|
| ocryptodev.c | 140 error = copyin(osgop->sessions, osnop, osgop->count * 151 error = copyout(osnop, osgop->sessions, osgop->count *
|
| cryptodev.h | 263 struct session_n_op * sessions; member in struct:crypt_sgop
|
| cryptodev.c | 290 error = copyin(sgop->sessions, snop, sgop->count * 304 error = copyout(snop, sgop->sessions, sgop->count * 2040 * Preallocate space for 64 users, with 5 sessions each.
|
| /src/sbin/init/ |
| init.c | 183 static session_t *sessions; variable 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...] |
| /src/dist/pf/usr.sbin/ftp-proxy/ |
| ftp-proxy.c | 96 LIST_HEAD(, session) sessions = LIST_HEAD_INITIALIZER(sessions); 339 for (s = LIST_FIRST(&sessions); s != LIST_END(&sessions); s = next) { 570 LIST_INSERT_HEAD(&sessions, s, entry); 677 errx(1, "max sessions %s", errstr); 729 /* Raise max. open files limit to satisfy max. sessions. */
|
| /src/tests/crypto/opencrypto/ |
| h_ioctl.c | 113 sg.sessions = css;
|