Searched defs:callb (Results 1 – 5 of 5) sorted by relevance
53 typedef struct callb { struct54 struct callb *c_next; /* next in class or on freelist */ argument56 char c_flag; /* info about the callb state */ argument57 uchar_t c_class; /* this callb's class */ argument58 kcondvar_t c_done_cv; /* signal callb completion */ argument65 * callb c_flag bitmap definitions argument
594 deliver_f callb, void *cbcookie) in evch_evq_sub()
3167 ldi_ev_callback_t *callb, void *arg, ldi_callback_id_t *id) in ldi_ev_register_callbacks()
90 #define NLM_INVOKE_CALLBACK(descr, rpcp, resp, callb) \ argument
291 void (*callb)(audio_engine_t *); member