Searched refs:ks_fd (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.c | 1902 int ks_fd; in soft_keystore_get_objs() local 1911 if ((ks_fd = open_and_lock_keystore_desc(O_RDONLY, B_FALSE, in soft_keystore_get_objs() 1923 (void) lock_file(ks_fd, B_TRUE, B_FALSE); in soft_keystore_get_objs() 1924 (void) close(ks_fd); in soft_keystore_get_objs() 1944 (void) lock_file(ks_fd, B_TRUE, B_FALSE); in soft_keystore_get_objs() 1945 (void) close(ks_fd); in soft_keystore_get_objs() 1952 (void) lock_file(ks_fd, B_TRUE, B_FALSE); in soft_keystore_get_objs() 1953 (void) close(ks_fd); in soft_keystore_get_objs() 1966 (void) lock_file(ks_fd, B_TRUE, B_FALSE); in soft_keystore_get_objs() 1967 (void) close(ks_fd); in soft_keystore_get_objs() [all …]
|