Searched defs:eventid (Results 1 - 7 of 7) sorted by relevance

/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, argument
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2778 fct_event_handler(stmf_local_port_t *lport, int eventid, void *arg, argument
2788 switch (eventid) {
2798 "Unknown event received, %d", eventid);
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c2449 ddi_eventcookie_t eventid, void (*handler)(dev_info_t *dip,
2456 eventid, handler, arg, NDI_SLEEP, cb_id));
2472 ddi_eventcookie_t eventid, void *impl_data)
2479 tag = ndi_event_cookie_to_tag(rootnex_event_hdl, eventid);
2485 eventid, impl_data));
2448 i_ddi_rootnex_add_eventcall(dev_info_t *dip, dev_info_t *rdip, ddi_eventcookie_t eventid, void (*handler)(dev_info_t *dip, ddi_eventcookie_t event, void *arg, void *impl_data), void *arg, ddi_callback_id_t *cb_id) argument
2471 i_ddi_rootnex_post_event(dev_info_t *dip, dev_info_t *rdip, ddi_eventcookie_t eventid, void *impl_data) argument
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c7069 ddi_eventcookie_t eventid, void (*callback)(dev_info_t *dip,
7082 eventid, callback, arg, NDI_SLEEP, cb_id));
7110 ddi_eventcookie_t eventid, void *impldata)
7119 if (remove_cookie == eventid) {
7068 sf_bus_add_eventcall(dev_info_t *dip, dev_info_t *rdip, ddi_eventcookie_t eventid, void (*callback)(dev_info_t *dip, ddi_eventcookie_t event, void *arg, void *impl_data), void *arg, ddi_callback_id_t *cb_id) argument
7109 sf_bus_post_event(dev_info_t *dip, dev_info_t *rdip, ddi_eventcookie_t eventid, void *impldata) argument
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c203 int eventid; /* for el_remove-ing at events */ member in struct:event::__anon342::__anon344
1079 e->of.at.eventid = ecid++;
1088 if (el_add(e, e->time, e->of.at.eventid) < 0) {
2095 el_remove(e->of.at.eventid, 1);
2294 next_event->of.at.eventid) < 0) {
2878 next_event->of.at.eventid) < 0) {
3355 el_remove(ev->of.at.eventid, 1);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c7052 stmf_lu_add_event(stmf_lu_t *lu, int eventid) argument
7056 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) {
7060 STMF_EVENT_ADD(ilu->ilu_event_hdl, eventid);
7065 stmf_lu_remove_event(stmf_lu_t *lu, int eventid) argument
7069 if (eventid == STMF_EVENT_ALL) {
7074 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) {
7078 STMF_EVENT_REMOVE(ilu->ilu_event_hdl, eventid);
7083 stmf_lport_add_event(stmf_local_port_t *lport, int eventid) argument
7097 stmf_lport_remove_event(stmf_local_port_t *lport, int eventid) argument
7116 stmf_generate_lu_event(stmf_i_lu_t *ilu, int eventid, void *arg, uint32_t flags) argument
7125 stmf_generate_lport_event(stmf_i_local_port_t *ilport, int eventid, void *arg, uint32_t flags) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c386 ddi_eventcookie_t eventid, void (*callback)(), void *arg,
391 ddi_eventcookie_t eventid, void *impldata);
11548 ddi_eventcookie_t eventid, void (*callback)(), void *arg,
11558 eventid, callback, arg, NDI_SLEEP, cb_id));
11580 ddi_eventcookie_t eventid, void *impldata)
11589 eventid, impldata));
11547 fcp_scsi_bus_add_eventcall(dev_info_t *dip, dev_info_t *rdip, ddi_eventcookie_t eventid, void (*callback)(), void *arg, ddi_callback_id_t *cb_id) argument
11579 fcp_scsi_bus_post_event(dev_info_t *dip, dev_info_t *rdip, ddi_eventcookie_t eventid, void *impldata) argument

Completed in 118 milliseconds