Searched refs:STMF_MAX_NUM_EVENTS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h36 #define STMF_MAX_NUM_EVENTS (sizeof (stmf_event_handle_t) * 8) macro
H A Dstmf.c7056 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) {
7074 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) {
7088 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) {
7107 if ((eventid < 0) || (eventid >= STMF_MAX_NUM_EVENTS)) {

Completed in 69 milliseconds