diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-04-29 14:39:33 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-04-29 18:44:32 +0200 |
| commit | 67bec9bb441a668f88e1f1421a7a1e63e659280f (patch) | |
| tree | 907d9adb0ee63121ee4b819c5d98cc94aa6d738e /sys/linux/loop.txt | |
| parent | dba54bc2b8097448f7e91364e891c5e2675d8622 (diff) | |
sys/linux: describe block device ioctls
Describe block device ioctls.
Describe sg device ioctls.
Add few more devices.
Diffstat (limited to 'sys/linux/loop.txt')
| -rw-r--r-- | sys/linux/loop.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/loop.txt b/sys/linux/loop.txt index 22750ea18..a1891b388 100644 --- a/sys/linux/loop.txt +++ b/sys/linux/loop.txt @@ -4,7 +4,7 @@ include <linux/fcntl.h> include <linux/loop.h> -resource fd_loop[fd] +resource fd_loop[fd_block] syz_open_dev$loop(dev ptr[in, string["/dev/loop#"]], id intptr, flags flags[open_flags]) fd_loop ioctl$LOOP_SET_FD(fd fd_loop, cmd const[LOOP_SET_FD], arg fd) |
