Home
last modified time | relevance | path

Searched refs:old_token (Results 1 – 2 of 2) sorted by relevance

/pciutils/lib/
H A Dwin32-helpers.c494 *old_token = token; in win32_change_token()
504 change_token_to_primary(HANDLE *old_token) in change_token_to_primary() argument
513 *old_token = token; in change_token_to_primary()
1364 HANDLE old_token; in win32_open_process_token_with_rights() local
1376 if (change_token_to_primary(&old_token)) in win32_open_process_token_with_rights()
1380 win32_revert_to_token(old_token); in win32_open_process_token_with_rights()
1397 if (change_token_to_primary(&old_token)) in win32_open_process_token_with_rights()
1400 win32_revert_to_token(old_token); in win32_open_process_token_with_rights()
1437 HANDLE old_token; in win32_call_func_with_tcb_privilege() local
1448 old_token = NULL; in win32_call_func_with_tcb_privilege()
[all …]
H A Dwin32-helpers.h11 BOOL win32_change_token(HANDLE new_token, HANDLE *old_token);