Home
last modified time | relevance | path

Searched refs:rights (Results 1 – 4 of 4) sorted by relevance

/pciutils/lib/
H A Dwin32-helpers.c1324 try_grant_permissions_and_open_process_token(HANDLE process, DWORD rights) in try_grant_permissions_and_open_process_token() argument
1339 …if (!grant_process_token_dacl_permissions(process, rights, &grant_token, &old_security_descriptor)) in try_grant_permissions_and_open_process_token()
1341 if (!OpenProcessToken(process, rights, &token)) in try_grant_permissions_and_open_process_token()
1362 win32_open_process_token_with_rights(HANDLE process, DWORD rights) in win32_open_process_token_with_rights() argument
1368 if (OpenProcessToken(process, rights, &token)) in win32_open_process_token_with_rights()
1378 if (!OpenProcessToken(process, rights, &token)) in win32_open_process_token_with_rights()
1389 token = try_grant_permissions_and_open_process_token(process, rights); in win32_open_process_token_with_rights()
1399 token = try_grant_permissions_and_open_process_token(process, rights); in win32_open_process_token_with_rights()
H A Dwin32-helpers.h14 HANDLE win32_open_process_token_with_rights(HANDLE process, DWORD rights);
/pciutils/
H A DCOPYING28 To protect your rights, we need to make restrictions that forbid
29 anyone to deny you these rights or to ask you to surrender the rights.
34 gratis or for a fee, you must give the recipients all the rights that
37 rights.
39 We protect your rights with two steps: (1) copyright the software, and
124 Thus, it is not the intent of this section to claim rights or contest
125 your rights to work written entirely by you; rather, the intent is to
175 void, and will automatically terminate your rights under this License.
176 However, parties who have received copies, or rights, from you under
193 restrictions on the recipients' exercise of the rights granted herein.
H A DChangeLog1316 due to insufficient access rights.