Lines Matching defs:session
156 int se_flags; /* status of session */
157 #define SE_SHUTDOWN 0x1 /* session won't be restarted */
158 #define SE_PRESENT 0x2 /* session is in /etc/ttys */
249 * Create an initial session.
421 * NB: should send a message to the session logger to avoid blocking.
438 * NB: should send a message to the session logger to avoid blocking.
453 * NB: should send a message to the session logger to avoid blocking.
597 * Close out the accounting files for a login session.
598 * NB: should send a message to the session logger to avoid blocking.
619 * Start a session and allocate a controlling terminal.
682 * Start the single user session.
954 /* NB: should send a message to the session logger to avoid blocking. */
965 * Open the session database.
974 emergency("session database close: %m");
976 emergency("session database open: %m");
984 * Add a new login session.
1008 * Delete an old login session.
1026 * Look up a login session by pid.
1069 * Deallocate a session descriptor.
1088 * Allocate a new session descriptor.
1197 * Destroy any previous session state.
1224 * Allocate a session entry for each active port.
1267 * Start a login session running.
1343 const struct timeval *tv, int session)
1357 ut.ut_session = session;
1632 /* NB: should send a message to the session logger to avoid blocking. */