Searched defs:callb (Results 1 – 3 of 3) sorted by relevance
49 typedef struct callb { struct50 struct callb *c_next; /* next in class or on freelist */ argument52 char c_flag; /* info about the callb state */ argument53 uchar_t c_class; /* this callb's class */ argument54 kcondvar_t c_done_cv; /* signal callb completion */ argument61 * callb c_flag bitmap definitions argument
1127 static int callb(int ok, X509_STORE_CTX *ctx) in callb() function
1030 static int callb(int ok, X509_STORE_CTX *ctx) in callb() function