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
80 static oslSecurityImpl * growSecurityImpl( in growSecurityImpl()81 oslSecurityImpl * impl, size_t * bufSize) in growSecurityImpl()84 oslSecurityImpl * p = NULL; in growSecurityImpl()97 n += offsetof(oslSecurityImpl, m_buffer); in growSecurityImpl()110 static void deleteSecurityImpl(oslSecurityImpl * impl) { in deleteSecurityImpl()117 oslSecurityImpl * p = NULL; in osl_getCurrentSecurity()508 oslSecurityImpl * p = NULL; in osl_psz_loginUser()668 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserIdent()701 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserName()733 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getHomeDir()[all …]
894 Data.m_uid = ((oslSecurityImpl*)Security)->m_pPasswd.pw_uid; in osl_psz_executeProcess()895 Data.m_gid = ((oslSecurityImpl*)Security)->m_pPasswd.pw_gid; in osl_psz_executeProcess()896 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 51 milliseconds