1SDEV_EVT_SEND_SIMPLE(9) SCSI mid layer SDEV_EVT_SEND_SIMPLE(9)
2
3
4
6 sdev_evt_send_simple - send asserted event to uevent thread
7
9 void sdev_evt_send_simple(struct scsi_device * sdev,
10 enum scsi_device_event evt_type,
11 gfp_t gfpflags);
12
14 sdev
15 scsi_device event occurred on
16
17 evt_type
18 type of event to send
19
20 gfpflags
21 GFP flags for allocation
22
24 Assert scsi device event asynchronously, given an event type.
25
27 James Bottomley <James.Bottomley@hansenpartnership.com>
28 Author.
29
30 Rob Landley <rob@landley.net>
31 Author.
32
34Kernel Hackers Manual 2.6. June 2019 SDEV_EVT_SEND_SIMPLE(9)