/titanic_41/usr/src/uts/common/sys/ |
H A D | stmf.h | 392 stmf_status_t stmf_lu_add_event(struct stmf_lu *lu, int eventid); 393 stmf_status_t stmf_lu_remove_event(struct stmf_lu *lu, int eventid); 394 stmf_status_t stmf_lport_add_event(struct stmf_local_port *lport, int eventid); 396 int eventid);
|
H A D | pshot.h | 220 ddi_eventcookie_t eventid, void (*callback)(), void *arg, 224 ddi_eventcookie_t eventid, void *impl_data);
|
H A D | ddi_implfuncs.h | 122 ddi_eventcookie_t eventid, void (*handler)(dev_info_t *dip, 130 ddi_eventcookie_t eventid, void *impl_data);
|
H A D | lpif.h | 74 int eventid, void *arg, uint32_t flags);
|
H A D | portif.h | 81 struct stmf_local_port *lport, int eventid, void *arg,
|
H A D | devops.h | 244 ddi_eventcookie_t eventid,
|
/titanic_41/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf_impl.h | 390 void stmf_generate_lu_event(stmf_i_lu_t *ilu, int eventid, 392 void stmf_generate_lport_event(stmf_i_local_port_t *ilport, int eventid,
|
H A D | stmf.c | 7055 stmf_lu_add_event(stmf_lu_t *lu, int eventid) in stmf_lu_add_event() argument 7059 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) { in stmf_lu_add_event() 7063 STMF_EVENT_ADD(ilu->ilu_event_hdl, eventid); in stmf_lu_add_event() 7068 stmf_lu_remove_event(stmf_lu_t *lu, int eventid) in stmf_lu_remove_event() argument 7072 if (eventid == STMF_EVENT_ALL) { in stmf_lu_remove_event() 7077 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) { in stmf_lu_remove_event() 7081 STMF_EVENT_REMOVE(ilu->ilu_event_hdl, eventid); in stmf_lu_remove_event() 7086 stmf_lport_add_event(stmf_local_port_t *lport, int eventid) in stmf_lport_add_event() argument 7091 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) { in stmf_lport_add_event() 7095 STMF_EVENT_ADD(ilport->ilport_event_hdl, eventid); in stmf_lport_add_event() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunndi.c | 2450 ddi_eventcookie_t eventid, void (*handler)(dev_info_t *dip, in i_ddi_rootnex_add_eventcall() argument 2457 eventid, handler, arg, NDI_SLEEP, cb_id)); in i_ddi_rootnex_add_eventcall() 2473 ddi_eventcookie_t eventid, void *impl_data) in i_ddi_rootnex_post_event() argument 2480 tag = ndi_event_cookie_to_tag(rootnex_event_hdl, eventid); in i_ddi_rootnex_post_event() 2486 eventid, impl_data)); in i_ddi_rootnex_post_event()
|
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct_impl.h | 419 void fct_event_handler(stmf_local_port_t *lport, int eventid,
|
H A D | fct.c | 2774 fct_event_handler(stmf_local_port_t *lport, int eventid, void *arg, in fct_event_handler() argument 2784 switch (eventid) { in fct_event_handler() 2794 "Unknown event received, %d", eventid); in fct_event_handler()
|
/titanic_41/usr/src/cmd/cron/ |
H A D | cron.c | 203 int eventid; /* for el_remove-ing at events */ member 1079 e->of.at.eventid = ecid++; in add_atevent() 1088 if (el_add(e, e->time, e->of.at.eventid) < 0) { in add_atevent() 2095 el_remove(e->of.at.eventid, 1); in del_atjob() 2294 next_event->of.at.eventid) < 0) { in ex() 2878 next_event->of.at.eventid) < 0) { in process_msg() 3355 el_remove(ev->of.at.eventid, 1); in clean_out_atjobs()
|
/titanic_41/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_stp.c | 78 int eventid, void *arg, uint32_t flags); 1200 srpt_stp_event_handler(struct stmf_local_port *lport, int eventid, in srpt_stp_event_handler() argument
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 7071 ddi_eventcookie_t eventid, void (*callback)(dev_info_t *dip, argument 7084 eventid, callback, arg, NDI_SLEEP, cb_id)); 7112 ddi_eventcookie_t eventid, void *impldata) argument 7121 if (remove_cookie == eventid) {
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 386 ddi_eventcookie_t eventid, void (*callback)(), void *arg, 391 ddi_eventcookie_t eventid, void *impldata); 11562 ddi_eventcookie_t eventid, void (*callback)(), void *arg, in fcp_scsi_bus_add_eventcall() argument 11572 eventid, callback, arg, NDI_SLEEP, cb_id)); in fcp_scsi_bus_add_eventcall() 11594 ddi_eventcookie_t eventid, void *impldata) in fcp_scsi_bus_post_event() argument 11603 eventid, impldata)); in fcp_scsi_bus_post_event()
|