Home
last modified time | relevance | path

Searched full:allowed (Results 1 – 25 of 1688) sorted by relevance

12345678910>>...68

/linux/tools/testing/selftests/exec/
H A Dcheck-exec-tests.sh66 # Executing stdin must be allowed if the related file is executable.
127 ktap_print_msg "By default, executable scripts are allowed to be interpreted and executed."
131 ktap_print_msg "By default, executable stdin is allowed to be interpreted."
134 ktap_print_msg "By default, non-executable scripts are allowed to be interpreted, but not directly …
139 ktap_print_msg "By default, non-executable stdin is allowed to be interpreted."
142 ktap_print_msg "By default, interactive commands are allowed to be interpreted."
147 ktap_print_msg "With -f, executable scripts are allowed to be interpreted and executed."
151 ktap_print_msg "With -f, executable stdin is allowed to be interpreted."
154 ktap_print_msg "With -f, non-executable scripts are not allowed to be executed nor interpreted."
159 ktap_print_msg "With -f, non-executable stdin is allowed to be interpreted."
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Dmt6360-regulator.yaml52 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
60 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
68 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
75 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
82 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
89 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
96 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
103 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
H A Dmediatek,mt6358-regulator.yaml68 regulator-allowed-modes:
70 Buck regulatpr operating modes allowed. Valid values below.
83 regulator-allowed-modes: false
92 regulator-allowed-modes: false
100 regulator-allowed-modes: false
108 regulator-allowed-modes: false
116 regulator-allowed-modes: false
124 regulator-allowed-modes: false
132 regulator-allowed-modes: false
192 regulator-allowed-modes = <MT6397_BUCK_MODE_AUTO
[all …]
H A Dmicrochip,mcp16502.yaml63 regulator-allowed-modes:
98 regulator-allowed-modes = <2>, <4>;
117 regulator-allowed-modes = <2>, <4>;
136 regulator-allowed-modes = <2>, <4>;
155 regulator-allowed-modes = <2>, <4>;
/linux/drivers/scsi/
H A Dscsi_lib_test.c29 .allowed = SCSI_LIB_TEST_MAX_ALLOWED, in scsi_lib_test_multiple_sense()
36 .allowed = SCSI_LIB_TEST_MAX_ALLOWED, in scsi_lib_test_multiple_sense()
43 .allowed = SCSI_LIB_TEST_MAX_ALLOWED, in scsi_lib_test_multiple_sense()
49 .allowed = SCSI_LIB_TEST_MAX_ALLOWED, in scsi_lib_test_multiple_sense()
56 .allowed = SCSI_LIB_TEST_MAX_ALLOWED, in scsi_lib_test_multiple_sense()
99 /* Test hitting allowed limit */ in scsi_lib_test_multiple_sense()
110 /* Test no retries allowed */ in scsi_lib_test_multiple_sense()
120 .allowed = SCSI_LIB_TEST_MAX_ALLOWED, in scsi_lib_test_any_sense()
143 .allowed = SCSI_LIB_TEST_MAX_ALLOWED, in scsi_lib_test_host()
147 .allowed = SCSI_LIB_TEST_MAX_ALLOWED, in scsi_lib_test_host()
[all …]
/linux/security/
H A Dsecurity.c509 * Check whether @mgr is allowed to be the binder context manager.
519 * security_binder_transaction() - Check if a binder transaction is allowed
523 * Check whether @from is allowed to invoke a binder transaction call to @to.
534 * security_binder_transfer_binder() - Check if a binder transfer is allowed
538 * Check whether @from is allowed to transfer a binder reference to @to.
549 * security_binder_transfer_file() - Check if a binder file xfer is allowed
554 * Check whether @from is allowed to transfer @file to @to.
565 * security_ptrace_access_check() - Check if tracing is allowed
584 * security_ptrace_traceme() - Check if tracing is allowed
607 * if the current process is allowed to see the capability sets of the @target
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Dmediatek,mt6360.yaml150 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
158 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
166 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
173 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
180 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
187 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
194 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
201 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
H A Drichtek,rt5120.yaml74 regulator-allowed-modes:
76 Used to specify the allowed buck converter operating mode
137 regulator-allowed-modes = <0 1>;
144 regulator-allowed-modes = <0 1>;
151 regulator-allowed-modes = <0 1>;
158 regulator-allowed-modes = <0 1>;
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst61 schedule a task on a CPU that is not allowed in its cpus_allowed
63 node that is not allowed in the requesting task's mems_allowed vector.
122 - Cpusets are sets of allowed CPUs and Memory Nodes, known to the
127 allowed in that task's cpuset.
129 those Memory Nodes allowed in that task's cpuset.
147 allowed in that task's cpuset.
149 the CPUs allowed by their cpuset, if possible.
151 Memory Nodes by what's allowed in that task's cpuset.
152 - in page_alloc.c, to restrict memory to allowed nodes.
181 - cpuset.memory_spread_page flag: if set, spread page cache evenly on allowed nodes
[all …]
/linux/Documentation/hwmon/
H A Dltc2992.rst37 inX_min Minimum voltage allowed.
38 inX_max Maximum voltage allowed.
45 currX_min Minimum current allowed.
46 currX_max Maximum current allowed.
/linux/Documentation/admin-guide/LSM/
H A DYama.rst26 exist and remain possible if ptrace is allowed to operate as before.
28 builders should be allowed the option to disable this debugging system.
40 other process (and its descendants) are allowed to call ``PTRACE_ATTACH``
46 so that any otherwise allowed process (even those in external pid namespaces)
64 an allowed debugger PID to call ``PTRACE_ATTACH`` on the inferior.
/linux/security/selinux/
H A Davc.c200 rc = security_xperm_test(xpd->allowed->p, perm); in avc_xperms_has_perm()
217 if (xpd && xpd->allowed) in avc_xperms_allow_perm()
218 security_xperm_set(xpd->allowed->p, perm); in avc_xperms_allow_perm()
226 if (xpd->allowed) in avc_xperms_decision_free()
227 kmem_cache_free(avc_xperms_data_cachep, xpd->allowed); in avc_xperms_decision_free()
256 memcpy(dest->allowed->p, src->allowed->p, in avc_copy_xperms_decision()
257 sizeof(src->allowed->p)); in avc_copy_xperms_decision()
283 dest->allowed->p[i] = src->allowed->p[i]; in avc_quick_copy_xperms_decision()
302 xpd->allowed = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()
304 if (!xpd->allowed) in avc_xperms_decision_alloc()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dlink-selection.c184 .desc = "Unequal bandwidth, primary link inactive, EMLSR not allowed",
192 .desc = "Equal bandwidths, sufficient channel load, EMLSR allowed",
201 .desc = "Equal bandwidths, insufficient channel load, EMLSR not allowed",
210 .desc = "Low latency VIF, sufficient channel load, EMLSR allowed",
246 .desc = "Same band not allowed (2.4 GHz)",
255 .desc = "Same band not allowed (5 GHz)",
264 .desc = "Same band allowed (5 GHz separated)",
273 .desc = "Same band not allowed (6 GHz)",
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_helper_access_var_len.c88 * ARG_CONST_SIZE_OR_ZERO parameter allowed in unpriv mode.\ in stack_bitwise_and_zero_included()
281 * ARG_CONST_SIZE_OR_ZERO parameter allowed in unpriv mode.\ in stack_jmp_no_min_check()
417 __failure __msg("R1 min value is outside of the allowed memory range")
450 __description("helper access to variable memory: size = 0 allowed on NULL (ARG_PTR_TO_MEM_OR_NULL)")
468 __description("helper access to variable memory: size > 0 not allowed on NULL (ARG_PTR_TO_MEM_OR_NU…
489 __description("helper access to variable memory: size = 0 allowed on != NULL stack pointer (ARG_PTR…
510 __description("helper access to variable memory: size = 0 allowed on != NULL map pointer (ARG_PTR_T…
537 __description("helper access to variable memory: size possible = 0 allowed on != NULL stack pointer…
567 __description("helper access to variable memory: size possible = 0 allowed on != NULL map pointer (…
595 __description("helper access to variable memory: size possible = 0 allowed on != NULL packet pointe…
[all …]
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst46 `crypt` allowed
47 `delay` allowed
50 `linear` allowed
55 `snapshot-origin` allowed
57 `striped` allowed
61 `verity` allowed
/linux/Documentation/devicetree/bindings/net/
H A Dmediatek-dwmac.yaml85 For MT2712 RGMII interface, Allowed value need to be a multiple of 170,
87 For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550,
89 For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple of 290,
95 For MT2712 RGMII interface, Allowed value need to be a multiple of 170,
97 For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550,
99 For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple
/linux/drivers/gpu/drm/
H A Ddrm_vma_manager.c64 * management. For every open-file context that is allowed to access a given
295 * drm_vma_node_allow - Add open-file to list of allowed users
299 * Add @tag to the list of allowed open-files for this node. If @tag is
302 * The list of allowed-users is preserved across drm_vma_offset_add() and
321 * drm_vma_node_allow_once - Add open-file to list of allowed users
325 * Add @tag to the list of allowed open-files for this node.
327 * The list of allowed-users is preserved across drm_vma_offset_add() and
346 * drm_vma_node_revoke - Remove open-file from list of allowed users
350 * Decrement the ref-count of @tag in the list of allowed open-files on @node.
391 * Search the list in @node whether @tag is currently on the list of allowed
/linux/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c33 /* convert allowed mode to allowed state */ in cpuidle_sleep_enter()
41 * - allowed_state: best mode allowed by hardware (clock deps) in cpuidle_sleep_enter()
42 * - requested_state: best mode allowed by software (latencies) in cpuidle_sleep_enter()
/linux/tools/testing/selftests/net/
H A Dunicast_extensions.sh164 segmenttest 240.1.2.1 240.1.2.4 24 "assign and ping within 240/4 (1 of 2) (is allowed)"
165 segmenttest 250.100.2.1 250.100.30.4 16 "assign and ping within 240/4 (2 of 2) (is allowed)"
168 segmenttest 0.1.2.17 0.1.2.23 24 "assign and ping within 0/8 (1 of 2) (is allowed)"
169 segmenttest 0.77.240.17 0.77.2.23 16 "assign and ping within 0/8 (2 of 2) (is allowed)"
172 segmenttest 255.255.3.1 255.255.50.77 16 "assign and ping inside 255.255/16 (is allowed)"
175 segmenttest 255.255.255.1 255.255.255.254 24 "assign and ping inside 255.255.255/24 (is allowed)"
178 ….7 240.5.6.1 255.1.2.1 255.1.2.3 24 "route between 240.5.6/24 and 255.1.2/24 (is allowed)"
179 …0.6.7 0.200.38.1 245.99.101.1 245.99.200.111 16 "route between 0.200/16 and 245.99/16 (is allowed)"
/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi42 Description: Timeout in milliseconds allowed for SCMI synchronous replies
50 Description: Max message size of allowed SCMI messages for the currently
58 Description: Max number of concurrently allowed in-flight SCMI messages for
67 Description: Max number of concurrently allowed in-flight SCMI messages for
/linux/arch/powerpc/include/asm/
H A Dtce.h25 #define TCE_PCI_WRITE 0x2 /* write from PCI allowed */
26 #define TCE_PCI_READ 0x1 /* read from PCI allowed */
27 #define TCE_VB_WRITE 0x1 /* write from VB allowed */
/linux/tools/testing/selftests/bpf/verifier/
H A Ddead_code.c89 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for",
107 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for",
125 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for",
141 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for",
156 .errstr_unpriv = "loading/calling other bpf or kernel functions are allowed for",
/linux/include/uapi/linux/
H A Dncsi.h29 * @NCSI_CMD_SET_PACKAGE_MASK: set a whitelist of allowed packages.
31 * @NCSI_CMD_SET_CHANNEL_MASK: set a whitelist of allowed channels.
61 * @NCSI_ATTR_PACKAGE_MASK: 32-bit mask of allowed packages.
62 * @NCSI_ATTR_CHANNEL_MASK: 32-bit mask of allowed channels.
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_f_open.rst33 Multiple opens are allowed with ``O_RDONLY``. In this mode, only
34 query and read ioctls are allowed.
36 Only one open is allowed in ``O_RDWR``. In this mode, all ioctls are
37 allowed.
/linux/fs/affs/
H A Damigaffs.h141 #define FIBF_NOREAD 0x0008 /* 0 means allowed */
142 #define FIBF_NOWRITE 0x0004 /* 0 means allowed */
143 #define FIBF_NOEXECUTE 0x0002 /* 0 means allowed, ignored under linux */
144 #define FIBF_NODELETE 0x0001 /* 0 means allowed */

12345678910>>...68