Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 83) sorted by relevance

1234

/Linux-v4.19/drivers/hwmon/
Ddell-smm-hwmon.c104 static bool restricted = true; variable
105 module_param(restricted, bool, 0);
106 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"…
451 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked()
485 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked()
572 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : bios_machineid, in i8k_proc_show()
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dbrcm,sdhci-iproc.txt15 restricted to 32bit host accesses to SDHCI registers.
/Linux-v4.19/scripts/coccinelle/api/
Dmemdup_user.cocci2 /// This is a little bit restricted to reduce false positives
/Linux-v4.19/Documentation/cdrom/
Dpacket-writing.txt27 the so called "restricted overwrite" mode. To put a disc in restricted
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/
Dwext.c244 int restricted = priv->wep_restrict; in orinoco_ioctl_setiwencode() local
298 restricted = 0; in orinoco_ioctl_setiwencode()
300 restricted = 1; in orinoco_ioctl_setiwencode()
310 (priv->wep_restrict == restricted) && in orinoco_ioctl_setiwencode()
318 priv->wep_restrict = restricted; in orinoco_ioctl_setiwencode()
/Linux-v4.19/Documentation/userspace-api/
Dspec_ctrl.rst14 be restricted to a certain set of processes or tasks in controlled
/Linux-v4.19/Documentation/arm64/
Dcpu-feature-registers.txt16 restricted from EL0 and there is no reliable way for an application to
83 Accessing a restricted system register from an application generates an
/Linux-v4.19/Documentation/powerpc/
Dfirmware-assisted-dump.txt55 booted with restricted memory. By default, the boot memory
76 boot memory size effectively booting with restricted memory
256 boot successfully when booted with restricted memory.
/Linux-v4.19/Documentation/x86/x86_64/
Dfake-numa-for-cpusets57 /proc/meminfo between the restricted cpuset case above and the unrestricted
/Linux-v4.19/Documentation/core-api/
Dgfp_mask-from-fs-io.rst21 abuses when the restricted gfp mask is used "just in case" without a
/Linux-v4.19/Documentation/acpi/
Dmethod-customizing.txt72 restricted (for example if root is not allowed to load additional
/Linux-v4.19/Documentation/ABI/stable/
Dfirewire-cdev44 operations are restricted to /dev/fw* files that are associated
Dsysfs-class-tpm16 visible to the OS, but will only accept a restricted set of
/Linux-v4.19/Documentation/admin-guide/LSM/
DYama.rst57 1 - restricted ptrace:
/Linux-v4.19/Documentation/media/uapi/v4l/
Dformat.rst50 simultaneous video capturing may be restricted to the same cropping and
/Linux-v4.19/tools/perf/util/
Dsymbol.c875 bool restricted = false; in symbol__restricted_filename() local
881 restricted = strcmp(r, restricted_filename) == 0; in symbol__restricted_filename()
883 return restricted; in symbol__restricted_filename()
887 return restricted; in symbol__restricted_filename()
/Linux-v4.19/tools/virtio/virtio-trace/
DREADME82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Dpanel-common.txt37 - panel-timing: Most display panels are restricted to a single resolution and
/Linux-v4.19/drivers/net/wireless/
Dwl3501_cs.c1766 u8 implemented, restricted, keys[100], len_keys, tocopy; in wl3501_get_encode() local
1778 &restricted, sizeof(restricted)); in wl3501_get_encode()
1781 wrqu->encoding.flags = restricted ? IW_ENCODE_RESTRICTED : in wl3501_get_encode()
/Linux-v4.19/Documentation/vm/
Dhighmem.rst65 page. Since the mapping is restricted to the CPU that issued it, it
/Linux-v4.19/tools/perf/
Ddesign.txt222 way to request that counting of events be restricted to times when the
246 cpu >= 0: the counter is restricted to a specific CPU
/Linux-v4.19/Documentation/networking/
DLICENSE.qlge84 running the Program is not restricted, and the output from the Program
239 8. If the distribution and/or use of the Program is restricted in
/Linux-v4.19/Documentation/scsi/
DLICENSE.qla2xxx86 running the Program is not restricted, and the output from the Program
241 8. If the distribution and/or use of the Program is restricted in
DLICENSE.qla4xxx85 running the Program is not restricted, and the output from the Program
240 8. If the distribution and/or use of the Program is restricted in

1234