1PROCESSEVENTNOTIFICA(9) Message-based devices PROCESSEVENTNOTIFICA(9)
2
3
4
6 ProcessEventNotification - Route EventNotificationReply to all event
7 handlers
8
10 int ProcessEventNotification(MPT_ADAPTER * ioc,
11 EventNotificationReply_t * pEventReply,
12 int * evHandlers);
13
15 ioc
16 Pointer to MPT_ADAPTER structure
17
18 pEventReply
19 Pointer to EventNotification reply frame
20
21 evHandlers
22 Pointer to integer, number of event handlers
23
25 Routes a received EventNotificationReply to all currently registered
26 event handlers. Returns sum of event handlers return values.
27
29Kernel Hackers Manual 2.6. June 2019 PROCESSEVENTNOTIFICA(9)