diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-02-01 01:08:17 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-02-01 14:40:17 +0100 |
| commit | 9f528bbcc8a3d94c9be27a0eecc12022d4b3bfaa (patch) | |
| tree | 59bcdb899b42ba9d793d5bbac6cf58a4a9132143 /sys/linux/dev_nbd_ppc64le.const | |
| parent | aa53be276dc84aa8b3825b3416542447ff82b41a (diff) | |
sys/linux: rename dev descriptions files
Prefix file names of descriptions of /dev/* files with dev_.
And give some of them more appropriate names.
Diffstat (limited to 'sys/linux/dev_nbd_ppc64le.const')
| -rw-r--r-- | sys/linux/dev_nbd_ppc64le.const | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sys/linux/dev_nbd_ppc64le.const b/sys/linux/dev_nbd_ppc64le.const new file mode 100644 index 000000000..efec27dc9 --- /dev/null +++ b/sys/linux/dev_nbd_ppc64le.const @@ -0,0 +1,39 @@ +# AUTOGENERATED FILE +AF_UNIX = 1 +NBD_ATTR_BLOCK_SIZE_BYTES = 3 +NBD_ATTR_CLIENT_FLAGS = 6 +NBD_ATTR_DEAD_CONN_TIMEOUT = 8 +NBD_ATTR_INDEX = 1 +NBD_ATTR_SERVER_FLAGS = 5 +NBD_ATTR_SIZE_BYTES = 2 +NBD_ATTR_SOCKETS = 7 +NBD_ATTR_TIMEOUT = 4 +NBD_CFLAG_DESTROY_ON_DISCONNECT = 1 +NBD_CFLAG_DISCONNECT_ON_CLOSE = 2 +NBD_CLEAR_QUE = 536914693 +NBD_CLEAR_SOCK = 536914692 +NBD_CMD_CONNECT = 1 +NBD_CMD_DISCONNECT = 2 +NBD_CMD_RECONFIGURE = 3 +NBD_CMD_STATUS = 5 +NBD_DISCONNECT = 536914696 +NBD_DO_IT = 536914691 +NBD_FLAG_CAN_MULTI_CONN = 256 +NBD_FLAG_HAS_FLAGS = 1 +NBD_FLAG_READ_ONLY = 2 +NBD_FLAG_SEND_FLUSH = 4 +NBD_FLAG_SEND_FUA = 8 +NBD_FLAG_SEND_TRIM = 32 +NBD_REPLY_MAGIC = 1732535960 +NBD_SET_BLKSIZE = 536914689 +NBD_SET_FLAGS = 536914698 +NBD_SET_SIZE = 536914690 +NBD_SET_SIZE_BLOCKS = 536914695 +NBD_SET_SOCK = 536914688 +NBD_SET_TIMEOUT = 536914697 +NBD_SOCK_FD = 1 +SOCK_STREAM = 1 +__NR_ioctl = 54 +__NR_sendmsg = 341 +__NR_socketpair = 333 +__NR_write = 4 |
