Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dpolicy_db.h40 #define IS_EFTYPE(e) ((e) == EFTYPE || (e) == EINVAL) macro
42 #define IS_EFTYPE(e) ((e) == EINVAL) macro
H A Dadb_openclose.c330 if (db->db == NULL && IS_EFTYPE(errno)) in osa_adb_open_and_lock()
H A Dkdb_db2.c373 if (db == NULL && IS_EFTYPE(errno)) { in open_db()