| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | union.py | 15 def emit_union_declaration(environment: Environment, node: _XdrUnion) -> None: 18 template = get_jinja2_template(environment, "declaration", "close") 23 environment: Environment, node: _XdrDeclaration 27 template = get_jinja2_template(environment, "definition", "switch_spec") 38 environment: Environment, node: _XdrDeclaration 51 template = get_jinja2_template(environment, "definition", "case_spec") 61 def emit_union_definition(environment: Environment, node: _XdrUnion) -> None: 63 template = get_jinja2_template(environment, "definition", "open") 66 emit_union_switch_spec_definition(environment, node.discriminant) 69 emit_union_case_spec_definition(environment, case) [all …]
|
| H A D | program.py | 13 environment: Environment, program: str, version: _RpcVersion 16 template = environment.get_template("definition/open.j2") 19 template = environment.get_template("definition/procedure.j2") 29 template = environment.get_template("definition/close.j2") 34 environment: Environment, program: str, version: _RpcVersion 43 template = environment.get_template("declaration/argument.j2") 53 template = environment.get_template("declaration/result.j2") 59 environment: Environment, program: str, version: _RpcVersion 67 template = environment.get_template("decoder/argument.j2") 73 environment: Environment, program: str, version: _RpcVersion [all …]
|
| H A D | __init__.py | 20 environment = Environment( 25 environment.globals["annotate"] = get_xdr_annotate() 26 environment.globals["public_apis"] = public_apis 27 environment.globals["pass_by_reference"] = pass_by_reference 28 return environment 34 environment: Environment, template_type: str, template_name: str 37 return environment.get_template(template_type + "/" + template_name + ".j2")
|
| H A D | header_bottom.py | 19 self.environment = create_jinja2_environment(language, "header_bottom") 24 template = get_jinja2_template(self.environment, "declaration", "header") 29 template = get_jinja2_template(self.environment, "definition", "header")
|
| H A D | header_top.py | 19 self.environment = create_jinja2_environment(language, "header_top") 24 template = get_jinja2_template(self.environment, "declaration", "header") 35 template = get_jinja2_template(self.environment, "definition", "header")
|
| H A D | constant.py | 14 self.environment = create_jinja2_environment(language, "constants") 19 template = self.environment.get_template("definition.j2")
|
| H A D | source_top.py | 19 self.environment = create_jinja2_environment(language, "source_top") 25 template = self.environment.get_template(self.peer + ".j2")
|
| /linux/Documentation/tee/ |
| H A D | amd-tee.rst | 7 The AMD-TEE driver handles the communication with AMD's TEE environment. The 8 TEE environment is provided by AMD Secure Processor. 56 TEE environment. 57 * TEE_CMD_ID_UNLOAD_TA - unloads TA binary from TEE environment. 79 talk to AMD's TEE. AMD's TEE provides a secure environment for loading, opening
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ppi | 31 executed in the pre-OS environment. It is the only input from 32 the OS to the pre-OS environment. The request should be an 60 operation to be executed in the pre-OS environment by the BIOS 71 operation to be executed in the pre-OS environment by the BIOS
|
| H A D | sysfs-uevent | 25 ``SYNTH_UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`` environment 29 ``SYNTH_UUID=0`` environment variable automatically.
|
| /linux/Documentation/userspace-api/ |
| H A D | check_exec.rst | 16 environment, and whether the kernel can check if a script is trustworthy or 21 sandboxed and then should not be able to harm the user's environment. 49 execution environment to ensure that direct file execution (e.g. 52 trustworthy according to the caller's environment. 54 In a secure environment, libraries and any executable dependencies should also 57 For such secure execution environment to make sense, only trusted code should 82 environment variables as long as it is not a way to disable the securebits
|
| /linux/drivers/nvmem/layouts/ |
| H A D | Kconfig | 30 tristate "U-Boot environment variables layout" 34 U-Boot stores its setup as environment variables. This driver adds
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig.rst | 45 This environment variable can be used to specify a default kernel config 49 This environment variable specifies a list of config files which can be 55 If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not 59 This environment variable makes Kconfig warn about all unrecognized 66 If you set ``CONFIG_`` in the environment, Kconfig will prefix all symbols 74 can also use the environment variable KCONFIG_ALLCONFIG as a flag or a 154 This environment variable can be set to specify the path & name of the 158 This environment variable can be set to specify the path & name of the
|
| /linux/tools/testing/ktest/examples/ |
| H A D | README | 2 The configs still need to be customized for your environment, but it 30 given environment.
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-370-synology-ds213j.dts | 265 * Synology u-boot uses its compiled-in environment 268 * modified environment at a sensible location. So, 270 * environment will be saved at 1MB after the start 273 * change the default environment, unless you know
|
| H A D | armada-xp-synology-ds414.dts | 282 * Synology u-boot uses its compiled-in environment 285 * modified environment at a sensible location. So, 287 * environment will be saved at 1MB after the start 290 * change the default environment, unless you know
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | setup_python.sh | 14 echo Skipping test, python not detected please set environment variable PYTHON.
|
| /linux/Documentation/arch/x86/ |
| H A D | intel_txt.rst | 15 - Measurement and verification of launched environment 112 tboot then verifies certain aspects of the environment (e.g. TPM NV 119 in the TXT environment, it is necessary to create a small VT-x 169 - Tboot will clean up the environment and disable TXT, then use the 174 measured environment upon resume. Once the TXT environment 182 and once the measured environment has been re-established, tboot
|
| /linux/arch/xtensa/boot/dts/ |
| H A D | xtfpga-flash-4m.dtsi | 16 label = "boot environment";
|
| H A D | xtfpga-flash-128m.dtsi | 24 label = "boot environment";
|
| H A D | xtfpga-flash-16m.dtsi | 24 label = "boot environment";
|
| /linux/arch/mips/tools/ |
| H A D | generic-board-config.sh | 36 environment*)
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-uevent.rst | 8 is the event contains environment attributes providing increased context for 21 The variables added to the uevent environment are:
|
| /linux/tools/testing/selftests/hid/ |
| H A D | vmtest.sh | |
| /linux/drivers/misc/vmw_vmci/ |
| H A D | Kconfig | 12 environment via the VMCI virtual device.
|