index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
/
sunrpc
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'tools/net/sunrpc')
-rw-r--r--
tools/net/sunrpc/xdrgen/.gitignore
2
-rw-r--r--
tools/net/sunrpc/xdrgen/README
244
-rw-r--r--
tools/net/sunrpc/xdrgen/__init__.py
2
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/__init__.py
113
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/constant.py
20
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/enum.py
44
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/header_bottom.py
33
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/header_top.py
45
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/pointer.py
272
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/program.py
168
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/source_top.py
32
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/struct.py
272
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/typedef.py
255
-rw-r--r--
tools/net/sunrpc/xdrgen/generators/union.py
243
-rw-r--r--
tools/net/sunrpc/xdrgen/grammars/xdr.lark
119
-rw-r--r--
tools/net/sunrpc/xdrgen/subcmds/__init__.py
2
-rw-r--r--
tools/net/sunrpc/xdrgen/subcmds/declarations.py
76
-rw-r--r--
tools/net/sunrpc/xdrgen/subcmds/definitions.py
78
-rw-r--r--
tools/net/sunrpc/xdrgen/subcmds/lint.py
33
-rw-r--r--
tools/net/sunrpc/xdrgen/subcmds/source.py
118
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/constants/definition.j2
3
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/enum/declaration/close.j2
4
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/enum/decoder/enum.j2
19
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/enum/definition/close.j2
2
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/enum/definition/enumerator.j2
2
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/enum/definition/open.j2
3
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/enum/encoder/enum.j2
14
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/header_bottom/declaration/header.j2
3
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/header_bottom/definition/header.j2
3
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/header_top/declaration/header.j2
14
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/header_top/definition/header.j2
10
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/declaration/close.j2
4
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/basic.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/close.j2
3
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/fixed_length_array.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/fixed_length_opaque.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/open.j2
22
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/optional_data.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/variable_length_array.j2
13
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/variable_length_opaque.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/variable_length_string.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/definition/basic.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/definition/close.j2
2
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/definition/fixed_length_array.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/definition/fixed_length_opaque.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/definition/open.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/definition/optional_data.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/definition/variable_length_array.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/definition/variable_length_opaque.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/definition/variable_length_string.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/basic.j2
10
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/close.j2
3
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/fixed_length_array.j2
12
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/fixed_length_opaque.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/open.j2
20
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/optional_data.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/variable_length_array.j2
15
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/variable_length_opaque.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/variable_length_string.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/program/declaration/argument.j2
2
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/program/declaration/result.j2
2
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/program/decoder/argument.j2
21
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/program/decoder/result.j2
22
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/program/definition/close.j2
2
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/program/definition/open.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/program/definition/procedure.j2
2
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/program/encoder/argument.j2
16
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/program/encoder/result.j2
21
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/source_top/client.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/source_top/server.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/declaration/close.j2
4
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/decoder/basic.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/decoder/close.j2
3
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/decoder/fixed_length_array.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/decoder/fixed_length_opaque.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/decoder/open.j2
12
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/decoder/optional_data.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/decoder/variable_length_array.j2
13
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/decoder/variable_length_opaque.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/decoder/variable_length_string.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/definition/basic.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/definition/close.j2
2
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/definition/fixed_length_array.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/definition/fixed_length_opaque.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/definition/open.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/definition/optional_data.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/definition/variable_length_array.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/definition/variable_length_opaque.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/definition/variable_length_string.j2
5
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/encoder/basic.j2
10
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/encoder/close.j2
3
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/encoder/fixed_length_array.j2
12
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/encoder/fixed_length_opaque.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/encoder/open.j2
12
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/encoder/optional_data.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/encoder/variable_length_array.j2
15
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/encoder/variable_length_opaque.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/struct/encoder/variable_length_string.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/declaration/basic.j2
8
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/declaration/fixed_length_array.j2
4
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/declaration/fixed_length_opaque.j2
4
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/declaration/variable_length_array.j2
4
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/declaration/variable_length_opaque.j2
4
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/declaration/variable_length_string.j2
4
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/basic.j2
17
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/fixed_length_array.j2
25
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/fixed_length_opaque.j2
17
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/variable_length_array.j2
26
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/variable_length_opaque.j2
17
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/variable_length_string.j2
17
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/definition/basic.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/definition/fixed_length_array.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/definition/fixed_length_opaque.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/definition/variable_length_array.j2
9
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/definition/variable_length_opaque.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/definition/variable_length_string.j2
6
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/basic.j2
21
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/fixed_length_array.j2
25
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/fixed_length_opaque.j2
17
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/variable_length_array.j2
30
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/variable_length_opaque.j2
17
-rw-r--r--
tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/variable_length_string.j2
17