Home
last modified time | relevance | path

Searched refs:eventid (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h401 stmf_status_t stmf_lu_add_event(struct stmf_lu *lu, int eventid);
402 stmf_status_t stmf_lu_remove_event(struct stmf_lu *lu, int eventid);
403 stmf_status_t stmf_lport_add_event(struct stmf_local_port *lport, int eventid);
405 int eventid);
H A Dpshot.h218 ddi_eventcookie_t eventid, void (*callback)(), void *arg,
222 ddi_eventcookie_t eventid, void *impl_data);
H A Dlpif.h75 int eventid, void *arg, uint32_t flags);
H A Dportif.h81 struct stmf_local_port *lport, int eventid, void *arg,
H A Ddevops.h244 ddi_eventcookie_t eventid,
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h440 void stmf_generate_lu_event(stmf_i_lu_t *ilu, int eventid,
442 void stmf_generate_lport_event(stmf_i_local_port_t *ilport, int eventid,
H A Dstmf.c7345 stmf_lu_add_event(stmf_lu_t *lu, int eventid) in stmf_lu_add_event() argument
7349 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) { in stmf_lu_add_event()
7353 STMF_EVENT_ADD(ilu->ilu_event_hdl, eventid); in stmf_lu_add_event()
7358 stmf_lu_remove_event(stmf_lu_t *lu, int eventid) in stmf_lu_remove_event() argument
7362 if (eventid == STMF_EVENT_ALL) { in stmf_lu_remove_event()
7367 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) { in stmf_lu_remove_event()
7371 STMF_EVENT_REMOVE(ilu->ilu_event_hdl, eventid); in stmf_lu_remove_event()
7381 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) { in stmf_lport_add_event()
7395 if (eventid == STMF_EVENT_ALL) { in stmf_lport_remove_event()
7400 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) { in stmf_lport_remove_event()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c2451 ddi_eventcookie_t eventid, ddi_event_cb_f handler, void *arg, 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()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c202 int eventid; /* for el_remove-ing at events */ member
1077 e->of.at.eventid = ecid++; in add_atevent()
1086 if (el_add(e, e->time, e->of.at.eventid) < 0) { in add_atevent()
2064 el_remove(e->of.at.eventid, 1); in del_atjob()
2263 next_event->of.at.eventid) < 0) { in ex()
2847 next_event->of.at.eventid) < 0) { in process_msg()
3321 el_remove(ev->of.at.eventid, 1); in clean_out_atjobs()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h419 void fct_event_handler(stmf_local_port_t *lport, int eventid,
H A Dfct.c2793 fct_event_handler(stmf_local_port_t *lport, int eventid, void *arg, in fct_event_handler() argument
2803 switch (eventid) { in fct_event_handler()
2813 "Unknown event received, %d", eventid); in fct_event_handler()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c78 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
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c390 ddi_eventcookie_t eventid, void (*callback)(), void *arg,
395 ddi_eventcookie_t eventid, void *impldata);
11551 ddi_eventcookie_t eventid, void (*callback)(), void *arg, in fcp_scsi_bus_add_eventcall() argument
11561 eventid, callback, arg, NDI_SLEEP, cb_id)); in fcp_scsi_bus_add_eventcall()
11583 ddi_eventcookie_t eventid, void *impldata) in fcp_scsi_bus_post_event() argument
11592 eventid, impldata)); in fcp_scsi_bus_post_event()