Searched refs:Sid (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/
H A Dnt.c350 tokenUserInfo->User.Sid,
360 tokenUserInfo->User.Sid,
381 getTextualSid(tokenUserInfo->User.Sid, NULL, &bufSize);
383 getTextualSid(tokenUserInfo->User.Sid, *userSid, &bufSize);
540 getTextualSid(tokenGroupInfo->Groups[i].Sid, NULL, &bufSize);
542 getTextualSid(tokenGroupInfo->Groups[i].Sid, (*groups)[i], &bufSize);
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp822 DWORD nbytes = GetLengthSid(token_buf->User.Sid);
825 if (!CopySid(nbytes, pSID, token_buf->User.Sid)) {

Completed in 28 milliseconds