Searched refs:privilege (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Drestricted_token.h129 // Adds a privilege to the list of privileges to remove in the restricted
131 // Parameter: privilege is the privilege name to remove. This is the string
132 // representing the privilege. (e.g. "SeChangeNotifyPrivilege").
139 unsigned DeletePrivilege(const wchar_t *privilege);
H A Drestricted_token.cc332 unsigned RestrictedToken::DeletePrivilege(const wchar_t *privilege) { argument
338 if (LookupPrivilegeValue(NULL, privilege, &luid))
/external/chromium_org/third_party/webrtc/base/
H A Dwin32.h122 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable);
H A Dwin32regkey.cc1072 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable) { argument
1073 ASSERT(privilege != NULL);
1081 if (::LookupPrivilegeValue(NULL, privilege, &luid)) {
/external/kernel-headers/original/uapi/linux/
H A Dipmi.h123 unsigned char privilege; member in struct:ipmi_lan_addr
/external/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl264 andcm $Tbl,$t1,$Tbl ; wipe privilege level

Completed in 1093 milliseconds