Searched refs:lockAll (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_lock.c82 Boolean lockAll = FALSE; local
88 lockAll = TRUE;
98 if (argc == 1 && !lockAll)
110 if (lockAll)
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dcreate_fv_user.c84 Boolean lockAll = FALSE; local
90 lockAll = TRUE;
100 if (argc == 1 && !lockAll)
112 if (lockAll)
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dunix++.h176 static Pos lockAll() { return Pos(0, SEEK_SET, 0); } function in class:Security::UnixPlusPlus::FileDesc
180 void lock(int type = F_WRLCK, const Pos &pos = lockAll());
181 bool tryLock(int type = F_WRLCK, const Pos &pos = lockAll());
182 void unlock(const Pos &pos = lockAll()) { lock(F_UNLCK, pos); } argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dunix++.h176 static Pos lockAll() { return Pos(0, SEEK_SET, 0); } function in class:Security::UnixPlusPlus::FileDesc
180 void lock(int type = F_WRLCK, const Pos &pos = lockAll());
181 bool tryLock(int type = F_WRLCK, const Pos &pos = lockAll());
182 void unlock(const Pos &pos = lockAll()) { lock(F_UNLCK, pos); } argument
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DStorageManager.h69 void lockAll();
H A DStorageManager.cpp329 StorageManager::lockAll() function in class:StorageManager
334 ss.lockAll (false);
H A DSecKeychain.cpp200 globals().storageManager.lockAll();
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DStorageManager.h69 void lockAll();
H A DStorageManager.cpp329 StorageManager::lockAll() function in class:StorageManager
334 ss.lockAll (false);
H A DSecKeychain.cpp200 globals().storageManager.lockAll();
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DStorageManager.h69 void lockAll();
H A DStorageManager.cpp329 StorageManager::lockAll() function in class:StorageManager
334 ss.lockAll (false);
H A DSecKeychain.cpp200 globals().storageManager.lockAll();
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dssclient.h196 void lockAll(bool forSleep);
H A Dtransition.cpp340 void ClientSession::lockAll (bool forSleep) function in class:Security::SecurityServer::ClientSession
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dssclient.h196 void lockAll(bool forSleep);
H A Dtransition.cpp340 void ClientSession::lockAll (bool forSleep) function in class:Security::SecurityServer::ClientSession
/macosx-10.9.5/securityd-55199.3/src/
H A Dtransition.cpp643 BEGIN_IPC(lockAll)

Completed in 136 milliseconds