Searched refs:session_type (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/pam_modules-140/modules/pam_launchd/
H A Dpam_launchd.c81 const char* session_type = pam_getenv(pamh, SESSION_TYPE_OPT); local
92 if (NULL == session_type) {
93 session_type = default_session_type;
94 } else if (0 == strcmp(session_type, NULL_SESSION_TYPE)) {
109 openpam_log(PAM_LOG_DEBUG, "Going to switch to (%s) %u's %s session", username, uid, session_type);
145 if (strncmp(session_type, VPROCMGR_SESSION_BACKGROUND, sizeof(VPROCMGR_SESSION_BACKGROUND)) != 0) {
147 if (NULL != (verr = _vprocmgr_switch_to_session(session_type, 0))) {
148 openpam_log(PAM_LOG_ERROR, "Unable to switch to %u's %s session (0x%p).", uid, session_type, verr);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dplog.h139 const char *session_type,
H A Dplog.c418 const char *session_type,
432 if (!session_type) {
417 plogsetsessioninfo(const char *session_id, const char *session_type, const char *session_ver) argument

Completed in 208 milliseconds