Searched refs:ev_code (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c483 uint_t ev_code; local
485 ev_code = EIB_EV_NONE;
498 ev_code = EIB_EV_PORT_UP;
506 ev_code = EIB_EV_PORT_DOWN;
514 ev_code = EIB_EV_CLNT_REREG;
524 ev_code = EIB_EV_PKEY_CHANGE;
530 ev_code = EIB_EV_SGID_CHANGE;
573 if (ev_code != EIB_EV_NONE) {
578 "no memory, could not handle event 0x%lx", ev_code);
580 evi->ev_code
[all...]
H A Deib_svc.c68 if (evi->ev_code == EIB_EV_SHUTDOWN) {
102 switch (evi->ev_code) {
283 if (evi->ev_code == EIB_EV_SHUTDOWN) {
838 evi->ev_code = EIB_EV_SHUTDOWN;
952 evi->ev_code = EIB_EV_GW_UP;
998 evi->ev_code = EIB_EV_GW_INFO_UPDATE;
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h685 uint_t ev_code; member in struct:eib_event_s

Completed in 66 milliseconds