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