Lines Matching refs:DesiredAccess

2402         rcNt = ObReferenceObjectByHandle(hPort, 0 /*DesiredAccess*/, NULL /*pObjectType*/,
3245 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess,
3258 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess,
3281 && pOpInfo->Parameters->CreateHandleInformation.DesiredAccess == s_fCsrssStupidDesires)
3310 if (pOpInfo->Parameters->CreateHandleInformation.DesiredAccess == s_fCsrssStupidDesires)
3330 && pOpInfo->Parameters->CreateHandleInformation.DesiredAccess == 0x1478 /* 6.1.7600.16385 (win7_rtm.090713-1255) */
3343 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess,
3345 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess & fAllowedRights,
3348 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess &= fAllowedRights;
3362 pOpInfo->Parameters->DuplicateHandleInformation.DesiredAccess,
3376 && pOpInfo->Parameters->DuplicateHandleInformation.DesiredAccess == s_fCsrssStupidDesires
3401 pOpInfo->Parameters->DuplicateHandleInformation.DesiredAccess,
3405 pOpInfo->Parameters->DuplicateHandleInformation.DesiredAccess &= fAllowedRights;
3499 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess,
3510 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess,
3531 && pOpInfo->Parameters->CreateHandleInformation.DesiredAccess == s_fCsrssStupidDesires)
3561 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess,
3563 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess & fAllowedRights,
3566 pOpInfo->Parameters->CreateHandleInformation.DesiredAccess &= fAllowedRights;
3580 pOpInfo->Parameters->DuplicateHandleInformation.DesiredAccess,
3609 pOpInfo->Parameters->DuplicateHandleInformation.DesiredAccess,
3611 pOpInfo->Parameters->DuplicateHandleInformation.DesiredAccess & fAllowedRights,
3614 pOpInfo->Parameters->DuplicateHandleInformation.DesiredAccess &= fAllowedRights;
3832 0 /*DesiredAccess*/, *PsProcessType, KernelMode, &hStubProcess);
3841 0 /*DesiredAccess*/, *PsThreadType, KernelMode, &hStubThread);