Lines Matching refs:psia
367 PSID_IDENTIFIER_AUTHORITY psia; in osl_getUserIdent() local
374 psia=GetSidIdentifierAuthority(pSid); in osl_getUserIdent()
386 if ((psia->Value[0] != 0) || (psia->Value[1] != 0)) in osl_getUserIdent()
390 (USHORT)psia->Value[0], in osl_getUserIdent()
391 (USHORT)psia->Value[1], in osl_getUserIdent()
392 (USHORT)psia->Value[2], in osl_getUserIdent()
393 (USHORT)psia->Value[3], in osl_getUserIdent()
394 (USHORT)psia->Value[4], in osl_getUserIdent()
395 (USHORT)psia->Value[5]); in osl_getUserIdent()
401 (ULONG)(psia->Value[5] ) + in osl_getUserIdent()
402 (ULONG)(psia->Value[4] << 8) + in osl_getUserIdent()
403 (ULONG)(psia->Value[3] << 16) + in osl_getUserIdent()
404 (ULONG)(psia->Value[2] << 24) ); in osl_getUserIdent()