Searched refs:oslSecurityImpl (Results 1 – 8 of 8) sorted by relevance
93 oslSecurityImpl* pSecImpl = malloc(sizeof(oslSecurityImpl)); in osl_getCurrentSecurity()137 oslSecurityImpl* pSecImpl = malloc(sizeof(oslSecurityImpl)); in osl_loginUser()195 oslSecurityImpl* pSecImpl = malloc(sizeof(oslSecurityImpl)); in osl_loginUserOnFileServer()267 if ( ((oslSecurityImpl*)Security)->m_hToken ) in osl_isAdministrator()309 oslSecurityImpl *pSecImpl = (oslSecurityImpl*)Security; in osl_freeSecurityHandle()334 oslSecurityImpl *pSecImpl = (oslSecurityImpl*)Security; in osl_getUserIdent()463 oslSecurityImpl *pSecImpl = (oslSecurityImpl*)Security; in osl_getHomeDir()521 oslSecurityImpl *pSecImpl = (oslSecurityImpl*)Security; in osl_getConfigDir()643 if ( ((oslSecurityImpl*)Security)->m_hProfile != NULL ) in osl_unloadUserProfile()682 ((oslSecurityImpl*)Security)->m_hProfile; in osl_unloadUserProfile()[all …]
566 if ((Security != NULL) && (((oslSecurityImpl*)Security)->m_hToken != NULL)) in osl_executeProcess_WithRedirectedIO()569 ((oslSecurityImpl*)Security)->m_hToken, in osl_executeProcess_WithRedirectedIO()
43 } oslSecurityImpl; typedef
81 static oslSecurityImpl * growSecurityImpl( in growSecurityImpl()82 oslSecurityImpl * impl, size_t * bufSize) in growSecurityImpl()85 oslSecurityImpl * p = NULL; in growSecurityImpl()98 n += offsetof(oslSecurityImpl, m_buffer); in growSecurityImpl()111 static void deleteSecurityImpl(oslSecurityImpl * impl) { in deleteSecurityImpl()118 oslSecurityImpl * p = NULL; in osl_getCurrentSecurity()509 oslSecurityImpl * p = NULL; in osl_psz_loginUser()669 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserIdent()702 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserName()734 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getHomeDir()[all …]
895 Data.m_uid = ((oslSecurityImpl*)Security)->m_pPasswd.pw_uid; in osl_psz_executeProcess()896 Data.m_gid = ((oslSecurityImpl*)Security)->m_pPasswd.pw_gid; in osl_psz_executeProcess()897 Data.m_name = ((oslSecurityImpl*)Security)->m_pPasswd.pw_name; in osl_psz_executeProcess()
36 } oslSecurityImpl; typedef
59 oslSecurityImpl *pSecImpl = (oslSecurityImpl*) malloc(sizeof(oslSecurityImpl)); in osl_getCurrentSecurity()151 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserIdent()183 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserName()215 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getHomeDir()285 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_isAdministrator()299 free ((oslSecurityImpl*)Security); in osl_freeSecurityHandle()
39 } oslSecurityImpl; typedef
Completed in 178 milliseconds