Searched refs:callb (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | callb.c | 53 typedef struct callb { struct 54 struct callb *c_next; /* next in class or on freelist */ argument
|
H A D | driver_lyr.c | 3167 ldi_ev_callback_t *callb, void *arg, ldi_callback_id_t *id) in ldi_ev_register_callbacks() argument 3178 if (lh == NULL || cookie == NULL || callb == NULL || id == NULL) { in ldi_ev_register_callbacks() 3183 if (callb->cb_vers != LDI_EV_CB_VERS) { in ldi_ev_register_callbacks() 3188 if (callb->cb_notify == NULL && callb->cb_finalize == NULL) { in ldi_ev_register_callbacks() 3214 if (callb->cb_notify || callb->cb_finalize == NULL) { in ldi_ev_register_callbacks() 3253 lecp->lec_notify = callb->cb_notify; in ldi_ev_register_callbacks() 3254 lecp->lec_finalize = callb->cb_finalize; in ldi_ev_register_callbacks()
|
H A D | evchannels.c | 594 deliver_f callb, void *cbcookie) in evch_evq_sub() argument 601 sp->su_callb = callb; in evch_evq_sub() 1885 int (*callb)(sysevent_t *ev, void *cookie), in sysevent_evc_subscribe() 1888 ASSERT(scp != NULL && sid != NULL && class != NULL && callb != NULL); in sysevent_evc_subscribe() 1897 (void *)callb, cookie, 0, 0)); in sysevent_evc_subscribe()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sunldi.h | 154 ldi_ev_cookie_t cookie, ldi_ev_callback_t *callb,
|
H A D | Makefile | 102 callb.h \
|
/titanic_44/usr/src/uts/common/io/audio/drv/audiocmi/ |
H A D | audiocmi.h | 291 void (*callb)(audio_engine_t *); member
|
/titanic_44/usr/src/uts/common/klm/ |
H A D | nlm_service.c | 90 #define NLM_INVOKE_CALLBACK(descr, rpcp, resp, callb) \ argument 94 _stat = (*(callb))(resp, NULL, (rpcp)->nr_handle); \
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.files | 120 callb.o \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-header.mf | 817 file path=usr/include/sys/callb.h
|