Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c160 static int desc_fd = 0; variable
644 if (desc_fd > 0) { in lock_desc_file()
655 if ((desc_fd = open_and_lock_keystore_desc(oflag, in lock_desc_file()
661 if (desc_fd <= 0) { in lock_desc_file()
665 if (lock_file(desc_fd, read_lock, B_FALSE) == 1) { in lock_desc_file()
669 (void) close(desc_fd); in lock_desc_file()
670 desc_fd = 0; in lock_desc_file()