Searched defs:pNewCreds (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c428 struct cred *pNewCreds; local
447 pNewCreds = prepare_creds();
448 if (!pNewCreds)
452 pNewCreds->fsuid = GLOBAL_ROOT_UID;
454 pNewCreds->fsuid = 0;
456 pOldCreds = override_creds(pNewCreds);
512 put_cred(pNewCreds);
538 struct cred *pNewCreds; local
562 pNewCreds = prepare_creds();
563 if (!pNewCreds)
[all...]

Completed in 44 milliseconds