diff options
| author | Yu Hao <yhao016@ucr.edu> | 2022-09-26 11:35:05 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-09-28 16:31:28 +0200 |
| commit | b485720cba89f4f8a0e542a8c350a21b981d1af9 (patch) | |
| tree | 69f88ac8f7af5616605e38949927ffa19eaa68cd /sys/linux/dev_sg.txt | |
| parent | 8bcc326376d1f528a2fb2869c95f32849a50840e (diff) | |
sys/linux: fix errors
Diffstat (limited to 'sys/linux/dev_sg.txt')
| -rw-r--r-- | sys/linux/dev_sg.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/linux/dev_sg.txt b/sys/linux/dev_sg.txt index 8953a1f11..80f442ed3 100644 --- a/sys/linux/dev_sg.txt +++ b/sys/linux/dev_sg.txt @@ -35,6 +35,12 @@ ioctl$SG_SET_DEBUG(fd fd_sg, cmd const[SG_SET_DEBUG], arg ptr[in, bool32]) ioctl$SG_SCSI_RESET(fd fd_sg, cmd const[SG_SCSI_RESET], arg const[0]) ioctl$SG_GET_REQUEST_TABLE(fd fd_sg, cmd const[SG_GET_REQUEST_TABLE], arg ptr[out, array[int8, SG_REQUEST_TABLE_SIZE]]) +ioctl$SG_BLKSECTGET(fd fd_sg, cmd const[BLKSECTGET], arg ptr[out, intptr]) +ioctl$SG_BLKTRACESETUP(fd fd_sg, cmd const[BLKTRACESETUP], arg ptr[in, blk_user_trace_setup]) +ioctl$SG_BLKTRACESTART(fd fd_sg, cmd const[BLKTRACESTART], arg const[0]) +ioctl$SG_BLKTRACESTOP(fd fd_sg, cmd const[BLKTRACESTOP], arg const[0]) +ioctl$SG_BLKTRACETEARDOWN(fd fd_sg, cmd const[BLKTRACETEARDOWN], arg const[0]) + ioctl$SCSI_IOCTL_SEND_COMMAND(fd fd_sg, cmd const[SCSI_IOCTL_SEND_COMMAND], arg ptr[in, scsi_ioctl_command]) ioctl$SCSI_IOCTL_TEST_UNIT_READY(fd fd_sg, cmd const[SCSI_IOCTL_TEST_UNIT_READY]) ioctl$SCSI_IOCTL_DOORLOCK(fd fd_sg, cmd const[SCSI_IOCTL_DOORLOCK]) |
