Lines Matching defs:e
276 "LED ", /* 0e */
295 "reset", /* 0e */
311 "data lost", /* 1e */
327 * These store to mapping between the logical service, e.g. chan_prog for
426 register int e;
428 if ((e = ddi_soft_state_init(&bscv_statep,
430 return (e);
433 if ((e = mod_install(&modlinkage)) != 0) {
438 if (e == 0) bscv_idi_init();
440 return (e);
467 register int e;
469 if ((e = mod_remove(&modlinkage)) != 0) {
470 return (e);
478 return (e);
1835 bscv_is_null_event(bscv_soft_state_t *ssp, lom_event_t *e)
1837 ASSERT(e != NULL);
1839 if (EVENT_DECODE_SUBSYS(e->ev_subsys) == EVENT_SUBSYS_NONE &&
1840 e->ev_event == EVENT_NONE) {
1847 } else if (e->ev_subsys == 0xff && e->ev_event == 0xff) {
2998 * i.e. we drop out of the bottom
3399 * A combination of lom reset and host reset (i.e. power fail)
3922 /* Only FAULT set i.e not FATAL or SHUTDOWN REQD */
5889 * known i.e. if the device is inaccessible.