Home
last modified time | relevance | path

Searched full:etc (Results 1 – 25 of 5071) sorted by relevance

12345678910>>...203

/kernel/linux/linux-5.10/scripts/selinux/
Dinstall_policy.sh35 echo "SELINUX=disabled in /etc/selinux/config."
43 mkdir -p /etc/selinux/dummy/policy
44 mkdir -p /etc/selinux/dummy/contexts/files
46 echo "__default__:user_u:s0" > /etc/selinux/dummy/seusers
47 echo "base_r:base_t:s0" > /etc/selinux/dummy/contexts/failsafe_context
48 echo "base_r:base_t:s0 base_r:base_t:s0" > /etc/selinux/dummy/default_contexts
49 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF
56 touch /etc/selinux/dummy/contexts/virtual_domain_context
57 touch /etc/selinux/dummy/contexts/virtual_image_context
59 cp file_contexts /etc/selinux/dummy/contexts/files
[all …]
/kernel/linux/linux-4.19/scripts/selinux/
Dinstall_policy.sh25 mkdir -p /etc/selinux/dummy/policy
26 mkdir -p /etc/selinux/dummy/contexts/files
28 cp file_contexts /etc/selinux/dummy/contexts/files
29 cp dbus_contexts /etc/selinux/dummy/contexts
30 cp policy.$VERS /etc/selinux/dummy/policy
31 FC_FILE=/etc/selinux/dummy/contexts/files/file_contexts
33 if [ ! -d /etc/selinux ]; then
34 mkdir -p /etc/selinux
36 if [ ! -f /etc/selinux/config ]; then
37 cat > /etc/selinux/config << EOF
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
Dresolve_test.c30 * |-- etc/
33 * |-- reletc -> etc/
34 * |-- relsym -> etc/passwd
35 * |-- absetc -> /etc/
36 * |-- abssym -> /etc/passwd
42 * |-- passwd -> ../cheeky/../cheeky/../etc/../etc/passwd
43 * |-- abspasswd -> /../cheeky/../cheeky/../etc/../etc/passwd
44 * |-- dotdotlink -> ../../../../../../../../../../../../../../etc/passwd
45 * `-- garbagelink -> /../../../../../../../../../../../../../../etc/passwd
82 E_mkdirat(dfd, "etc", 0755); in setup_testdir()
[all …]
/kernel/linux/linux-4.19/drivers/clk/qcom/
DKconfig47 platforms such as apq8064, msm8660, msm8960 etc.
60 platforms such as apq8016, apq8084, msm8974 etc.
78 i2c, USB, SD/eMMC, SATA, PCIe, etc.
88 graphics, video encode/decode, camera, etc.
96 i2c, USB, SD/eMMC, etc.
104 i2c, USB, SD/eMMC, etc.
113 S/PDIF, etc.
121 i2c, USB, SD/eMMC, etc. Select this for the root clock
130 i2c, USB, SD/eMMC, etc.
139 SD/eMMC, display, graphics, camera etc.
[all …]
/kernel/linux/linux-5.10/drivers/clk/qcom/
DKconfig60 platforms such as apq8064, msm8660, msm8960 etc.
73 platforms such as apq8016, apq8084, msm8974 etc.
90 i2c, USB, SD/eMMC, SATA, PCIe, etc.
99 graphics, video encode/decode, camera, etc.
125 i2c, USB, SD/eMMC, etc.
132 i2c, USB, SD/eMMC, etc. Select this for the root clock
140 i2c, USB, SD/eMMC, etc.
148 S/PDIF, etc.
155 i2c, USB, SD/eMMC, etc. Select this for the root clock
163 i2c, USB, SD/eMMC, etc.
[all …]
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-firmware-qemu_fw_cfg69 "etc/e820"
70 "etc/boot-fail-wait"
71 "etc/system-states"
72 "etc/table-loader"
73 "etc/acpi/rsdp"
74 "etc/acpi/tables"
75 "etc/smbios/smbios-tables"
76 "etc/smbios/smbios-anchor"
87 qemu_fw_cfg/by_name/etc/e820 -> ../../by_key/35
88 qemu_fw_cfg/by_name/etc/acpi/rsdp -> ../../../by_key/41
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-firmware-qemu_fw_cfg71 "etc/e820"
72 "etc/boot-fail-wait"
73 "etc/system-states"
74 "etc/table-loader"
75 "etc/acpi/rsdp"
76 "etc/acpi/tables"
77 "etc/smbios/smbios-tables"
78 "etc/smbios/smbios-anchor"
89 qemu_fw_cfg/by_name/etc/e820 -> ../../by_key/35
90 qemu_fw_cfg/by_name/etc/acpi/rsdp -> ../../../by_key/41
/kernel/linux/linux-4.19/drivers/gpu/drm/msm/
DNOTES12 Plus a handful of blocks around them for HDMI/DSI/etc output.
18 But, HDMI/DSI/etc blocks seem like they can be shared across multiple
41 connector -> HDMI/DSI/etc --> other device(s)
44 we'll let msm_mdp4_kms provide the irq install/uninstall/etc functions
54 connector -> HDMI/DSI/eDP/etc --> other device(s)
57 than needing a different implementation for DTV, DSI, etc. (Ie. the
61 etc) are routed through MDP.
68 logistics of finding/mapping io region, irq, etc. Idealy we would
77 the downstream android fbdev driver), bitfield sizes, etc. My current
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
DNOTES12 Plus a handful of blocks around them for HDMI/DSI/etc output.
18 But, HDMI/DSI/etc blocks seem like they can be shared across multiple
41 connector -> HDMI/DSI/etc --> other device(s)
44 we'll let msm_mdp4_kms provide the irq install/uninstall/etc functions
54 connector -> HDMI/DSI/eDP/etc --> other device(s)
57 than needing a different implementation for DTV, DSI, etc. (Ie. the
61 etc) are routed through MDP.
68 logistics of finding/mapping io region, irq, etc. Idealy we would
77 the downstream android fbdev driver), bitfield sizes, etc. My current
/kernel/linux/linux-5.10/Documentation/admin-guide/aoe/
Dudev-install.sh7 # find udev.conf, often /etc/udev/udev.conf
11 if test -r /etc/udev/udev.conf; then
12 conf=/etc/udev/udev.conf
14 conf="`find /etc -type f -name udev.conf 2> /dev/null`"
23 # /etc/udev/rules.d
27 rules_d=/etc/udev/rules.d
Dudev.txt8 # bash# find /etc -type f -name udev.conf
9 # /etc/udev/udev.conf
10 # bash# grep udev_rules= /etc/udev/udev.conf
11 # udev_rules="/etc/udev/rules.d/"
12 # bash# ls /etc/udev/rules.d/
15 # /etc/udev/rules.d/60-aoe.rules
/kernel/linux/linux-4.19/Documentation/aoe/
Dudev-install.sh7 # find udev.conf, often /etc/udev/udev.conf
11 if test -r /etc/udev/udev.conf; then
12 conf=/etc/udev/udev.conf
14 conf="`find /etc -type f -name udev.conf 2> /dev/null`"
23 # /etc/udev/rules.d
27 rules_d=/etc/udev/rules.d
Dudev.txt8 # bash# find /etc -type f -name udev.conf
9 # /etc/udev/udev.conf
10 # bash# grep udev_rules= /etc/udev/udev.conf
11 # udev_rules="/etc/udev/rules.d/"
12 # bash# ls /etc/udev/rules.d/
15 # /etc/udev/rules.d/60-aoe.rules
/kernel/linux/linux-4.19/Documentation/media/dvb-drivers/
Dudev.rst34 dir where udev can execute it, most likely /etc/udev/scripts/
36 So, create a new file /etc/udev/scripts/dvb.sh and add the following:
46 like you know them. All real distributions out there scan the /etc/udev/rules.d
47 directory for rule files. The main udev configuration file /etc/udev/udev.conf
48 will tell you the directory where the rules are, most likely it's /etc/udev/rules.d/
54 KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c"
60 the helper script /etc/udev/scripts/dvb.sh is invoked, which will then
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/cable/
Dsb1000.rst26 2. Several PPP scripts which live in /etc/ppp to make connecting via your
50 isapnp, pnpdump, or /etc/isapnp.conf, go to:
68 /etc/isapnp.conf or given by the output of pnpdump.
81 Then save the finished config file as /etc/isapnp.conf for proper
91 tar file into /etc/ppp, being careful not to overwrite any files that are
97 8. Be sure to modify /etc/ppp/firewall to use ipchains instead of
106 9. Start the PPP connection via the script /etc/ppp/ppp@gi-on. You must be
124 IP addresses (like 204.71.200.67), be sure your /etc/resolv.conf file
144 command should probably be added to the /etc/ppp/cablemodem script
168 4. I can't execute the /etc/ppp/ppp@gi-on file.
[all …]
/kernel/linux/linux-5.10/tools/perf/examples/bpf/
Detcsnoop.c4 * filtering only those that do not start with /etc/.
8 * perf trace -e tools/perf/examples/bpf/augmented_syscalls.c cat /etc/passwd > /dev/null
11 * the last one should be the one for '/etc/passwd'.
40 char etc[6] = "/etc/"; \
46 if (__builtin_memcmp(augmented_args.filename.value, etc, 4) != 0) \
/kernel/linux/linux-4.19/Documentation/laptops/
Dlaptop-mode.txt39 located in /etc/default/laptop-mode on Debian-based systems, or in
40 /etc/sysconfig/laptop-mode on other systems.
65 wrong options -- or it will fail because it cannot write to /etc/mtab.
117 The laptop mode configuration file is located in /etc/default/laptop-mode on
118 Debian-based systems, or in /etc/sysconfig/laptop-mode on other systems. It
233 It should be installed as /etc/default/laptop-mode on Debian, and as
234 /etc/sysconfig/laptop-mode on Red Hat, SUSE, Mandrake, and other work-alikes.
341 if [ -f /etc/default/laptop-mode ] ; then
343 . /etc/default/laptop-mode
344 elif [ -f /etc/sysconfig/laptop-mode ] ; then
[all …]
/kernel/linux/linux-4.19/Documentation/networking/
Dray_cs.txt42 At the end of the /etc/pcmcia/config.opts file, add the line:
45 when starting. Create the file /etc/pcmcia/ray_cs.opts containing the
48 #### start of /etc/pcmcia/ray_cs.opts ###################
58 #### end of /etc/pcmcia/ray_cs.opts #####################
63 configuration information, and edit /etc/pcmcia/ray_cs.opts.
95 lsb is IRQ 0, bit 1 is IRQ 1 etc.
98 interrupts is in /etc/pcmcia/config.opts
134 etc.) There is a simple program (showcap) included in the ray_cs
DREADME.sb100020 2.) Several PPP scripts which live in /etc/ppp to make connecting via your
44 isapnp, pnpdump, or /etc/isapnp.conf, go to:
61 /etc/isapnp.conf or given by the output of pnpdump.
74 Then save the finished config file as /etc/isapnp.conf for proper configuration
84 tar file into /etc/ppp, being careful not to overwrite any files that are
90 8.) Be sure to modify /etc/ppp/firewall to use ipchains instead of
99 9.) Start the PPP connection via the script /etc/ppp/ppp@gi-on. You must be
116 IP addresses (like 204.71.200.67), be sure your /etc/resolv.conf file
136 command should probably be added to the /etc/ppp/cablemodem script
158 4.) I can't execute the /etc/ppp/ppp@gi-on file.
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/laptops/
Dlaptop-mode.rst41 located in /etc/default/laptop-mode on Debian-based systems, or in
42 /etc/sysconfig/laptop-mode on other systems.
67 wrong options -- or it will fail because it cannot write to /etc/mtab.
108 The laptop mode configuration file is located in /etc/default/laptop-mode on
109 Debian-based systems, or in /etc/sysconfig/laptop-mode on other systems. It
224 It should be installed as /etc/default/laptop-mode on Debian, and as
225 /etc/sysconfig/laptop-mode on Red Hat, SUSE, Mandrake, and other work-alikes.
332 if [ -f /etc/default/laptop-mode ] ; then
334 . /etc/default/laptop-mode
335 elif [ -f /etc/sysconfig/laptop-mode ] ; then
[all …]
/kernel/linux/linux-5.10/drivers/ide/
Dcs5536.c37 ETC = 4, enumerator
181 u32 etc; in cs5536_set_dma_mode() local
184 cs5536_read(pdev, ETC, &etc); in cs5536_set_dma_mode()
187 etc &= ~(IDE_DRV_MASK << dshift); in cs5536_set_dma_mode()
188 etc |= udma_timings[mode - XFER_UDMA_0] << dshift; in cs5536_set_dma_mode()
190 etc &= ~(IDE_ETC_UDMA_MASK << dshift); in cs5536_set_dma_mode()
196 cs5536_write(pdev, ETC, etc); in cs5536_set_dma_mode()
/kernel/linux/linux-5.10/drivers/ata/
Dpata_cs5536.c53 ETC = 4, enumerator
203 u32 etc; in cs5536_set_dmamode() local
207 cs5536_read(pdev, ETC, &etc); in cs5536_set_dmamode()
210 etc &= ~(IDE_DRV_MASK << dshift); in cs5536_set_dmamode()
211 etc |= udma_timings[mode - XFER_UDMA_0] << dshift; in cs5536_set_dmamode()
213 etc &= ~(IDE_ETC_UDMA_MASK << dshift); in cs5536_set_dmamode()
217 cs5536_write(pdev, ETC, etc); in cs5536_set_dmamode()
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/wifi/
Dray_cs.rst51 At the end of the /etc/pcmcia/config.opts file, add the line:
54 when starting. Create the file /etc/pcmcia/ray_cs.opts containing the
57 #### start of /etc/pcmcia/ray_cs.opts ###################
67 #### end of /etc/pcmcia/ray_cs.opts #####################
72 configuration information, and edit /etc/pcmcia/ray_cs.opts.
110 lsb is IRQ 0, bit 1 is IRQ 1 etc.
113 interrupts is in /etc/pcmcia/config.opts
149 etc.) There is a simple program (showcap) included in the ray_cs
/kernel/linux/linux-4.19/drivers/ide/
Dcs5536.c49 ETC = 4, enumerator
193 u32 etc; in cs5536_set_dma_mode() local
196 cs5536_read(pdev, ETC, &etc); in cs5536_set_dma_mode()
199 etc &= ~(IDE_DRV_MASK << dshift); in cs5536_set_dma_mode()
200 etc |= udma_timings[mode - XFER_UDMA_0] << dshift; in cs5536_set_dma_mode()
202 etc &= ~(IDE_ETC_UDMA_MASK << dshift); in cs5536_set_dma_mode()
208 cs5536_write(pdev, ETC, etc); in cs5536_set_dma_mode()
/kernel/linux/linux-4.19/drivers/ata/
Dpata_cs5536.c65 ETC = 4, enumerator
215 u32 etc; in cs5536_set_dmamode() local
219 cs5536_read(pdev, ETC, &etc); in cs5536_set_dmamode()
222 etc &= ~(IDE_DRV_MASK << dshift); in cs5536_set_dmamode()
223 etc |= udma_timings[mode - XFER_UDMA_0] << dshift; in cs5536_set_dmamode()
225 etc &= ~(IDE_ETC_UDMA_MASK << dshift); in cs5536_set_dmamode()
229 cs5536_write(pdev, ETC, etc); in cs5536_set_dmamode()

12345678910>>...203