Home
last modified time | relevance | path

Searched defs:callb (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c50 typedef struct callb { struct
51 struct callb *c_next; /* next in class or on freelist */ argument
53 char c_flag; /* info about the callb state */ argument
54 uchar_t c_class; /* this callb's class */ argument
55 kcondvar_t c_done_cv; /* signal callb completion */ argument
63 * callb c_flag bitmap definitions argument
/freebsd/crypto/openssl/apps/
H A Dx509.c1177 static int callb(int ok, X509_STORE_CTX *ctx) in callb() function