Home
last modified time | relevance | path

Searched refs:kernel_c_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/
Dstruct.py8 from generators import SourceGenerator, kernel_c_type
34 type=kernel_c_type(field.spec),
57 type=kernel_c_type(field.spec),
66 type=kernel_c_type(field.spec),
75 type=kernel_c_type(field.spec),
Dpointer.py8 from generators import SourceGenerator, kernel_c_type
34 type=kernel_c_type(field.spec),
57 type=kernel_c_type(field.spec),
66 type=kernel_c_type(field.spec),
75 type=kernel_c_type(field.spec),
Dtypedef.py8 from generators import SourceGenerator, kernel_c_type
27 type=kernel_c_type(node.spec),
73 type=kernel_c_type(node.spec),
D__init__.py56 def kernel_c_type(spec: _XdrTypeSpecifier) -> str: function