Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1906 int ks_fd; in soft_keystore_get_objs() local
1915 if ((ks_fd = open_and_lock_keystore_desc(O_RDONLY, B_FALSE, in soft_keystore_get_objs()
1927 (void) lock_file(ks_fd, B_TRUE, B_FALSE); in soft_keystore_get_objs()
1928 (void) close(ks_fd); in soft_keystore_get_objs()
1948 (void) lock_file(ks_fd, B_TRUE, B_FALSE); in soft_keystore_get_objs()
1949 (void) close(ks_fd); in soft_keystore_get_objs()
1956 (void) lock_file(ks_fd, B_TRUE, B_FALSE); in soft_keystore_get_objs()
1957 (void) close(ks_fd); in soft_keystore_get_objs()
1970 (void) lock_file(ks_fd, B_TRUE, B_FALSE); in soft_keystore_get_objs()
1971 (void) close(ks_fd); in soft_keystore_get_objs()
[all …]