Home
last modified time | relevance | path

Searched refs:token (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Dwin32-helpers.c415 HANDLE token; in win32_have_privilege() local
478 HANDLE token; in win32_change_token() local
489 if (token) in win32_change_token()
506 HANDLE token; in change_token_to_primary() local
530 if (!token || !SetThreadToken(NULL, token)) in win32_revert_to_token()
532 if (token) in win32_revert_to_token()
658 HANDLE token; in get_current_token_owner() local
1328 HANDLE token; in try_grant_permissions_and_open_process_token() local
1348 if (token) in try_grant_permissions_and_open_process_token()
1365 HANDLE token; in win32_open_process_token_with_rights() local
[all …]
H A Dwin32-helpers.h12 VOID win32_revert_to_token(HANDLE token);
/pciutils/lmr/
H A Dmargin_args.c66 char *token = strtok(arg, ","); in parse_csv_arg() local
67 while (token) in parse_csv_arg()
69 vals[cnt] = atoi(token); in parse_csv_arg()
71 token = strtok(NULL, ","); in parse_csv_arg()