/Linux-v5.10/scripts/selinux/ |
D | install_policy.sh | 35 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 …]
|
/Linux-v5.10/tools/testing/selftests/openat2/ |
D | resolve_test.c | 30 * |-- 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 …]
|
/Linux-v5.10/drivers/clk/qcom/ |
D | Kconfig | 60 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 …]
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-firmware-qemu_fw_cfg | 71 "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
|
/Linux-v5.10/drivers/gpu/drm/msm/ |
D | NOTES | 12 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
|
/Linux-v5.10/Documentation/admin-guide/aoe/ |
D | udev-install.sh | 7 # 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
|
D | udev.txt | 8 # 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
|
/Linux-v5.10/Documentation/networking/device_drivers/cable/ |
D | sb1000.rst | 26 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 …]
|
/Linux-v5.10/tools/perf/examples/bpf/ |
D | etcsnoop.c | 4 * 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) \
|
/Linux-v5.10/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 41 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. 119 The laptop mode configuration file is located in /etc/default/laptop-mode on 120 Debian-based systems, or in /etc/sysconfig/laptop-mode on other systems. It 235 It should be installed as /etc/default/laptop-mode on Debian, and as 236 /etc/sysconfig/laptop-mode on Red Hat, SUSE, Mandrake, and other work-alikes. 343 if [ -f /etc/default/laptop-mode ] ; then 345 . /etc/default/laptop-mode 346 elif [ -f /etc/sysconfig/laptop-mode ] ; then [all …]
|
/Linux-v5.10/drivers/ide/ |
D | cs5536.c | 37 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()
|
/Linux-v5.10/drivers/ata/ |
D | pata_cs5536.c | 53 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()
|
/Linux-v5.10/Documentation/networking/device_drivers/wifi/ |
D | ray_cs.rst | 51 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
|
/Linux-v5.10/arch/x86/include/asm/ |
D | cpu_device_id.h | 34 * etc. is casted to unsigned long internally. 61 * etc. is casted to unsigned long internally. 78 * etc. is casted to unsigned long internally. 94 * etc. is casted to unsigned long internally. 107 * etc. is casted to unsigned long internally. 123 * etc. is casted to unsigned long internally. 139 * etc. is casted to unsigned long internally. 153 * etc. is casted to unsigned long internally.
|
D | user.h | 33 * i.e., cpuid.(eax=0xd,ecx=0).ebx will be the size that user (debuggers, etc.) 39 * remotely, etc.) can use this mask as well as the mask saved in the 44 * Also when the user modifies certain state FP/SSE/etc through the 49 * non-init state, header.xfeatures's bit 1 must to be set to '1', etc.
|
/Linux-v5.10/Documentation/s390/ |
D | config3270.sh | 3 # config3270 -- Autoconfigure /dev/3270/* and /etc/inittab 25 INITTAB=$ROOT/etc/inittab 26 NINITTAB=$ROOT/etc/NEWinittab 27 OINITTAB=$ROOT/etc/OLDinittab 36 # to replace the /etc/inittab file (old one saved in OLDinittab)
|
D | 3270.rst | 56 configuration file under /etc/modprobe.d/. If you are working on a VM 69 2. (If a module) add a line to a file in `/etc/modprobe.d/*.conf` 95 module.) Add a line to a file `/etc/modprobe.d/*.conf` to automatically 123 changes to /etc/inittab. 125 Then notify /sbin/init that /etc/inittab has changed, by issuing 176 B. Is the /etc/inittab file modified as in installation step 3 178 "grep 3270 /etc/inittab". Nothing found? There's your 296 driver, etc etc.
|
/Linux-v5.10/Documentation/devicetree/bindings/usb/ |
D | mediatek,mtk-xhci.txt | 15 soc-model is the name of SoC, such as mt8173, mt2712 etc, when using 31 "ref_ck": reference clock used by low power mode etc, 45 - 1 : used by mt8173 etc 46 - 2 : used by mt2712 etc 48 bit1 for u3port1, ... etc; 90 soc-model is the name of SoC, such as mt8173, mt2712 etc, when using
|
/Linux-v5.10/Documentation/scsi/ |
D | NinjaSCSI.rst | 82 (f) Add these lines to /etc/pcmcia/config . 85 So, you don't need to edit file. Just copy to /etc/pcmcia/ . 121 # /etc/rc.d/rc.pcmcia start (BSD style) 125 # /etc/init.d/pcmcia start (SYSV style) 151 Please send me some reports(bug reports etc..) of this software. 156 - your SCSI device name(hard drive, CD-ROM, etc...)
|
/Linux-v5.10/Documentation/ia64/ |
D | serial.rst | 11 /dev/ttyS1, etc., and PCI devices are named sequentially 75 It might be ttyS1, ttyS2, etc. Make sure you have the appropriate 76 entries in /etc/inittab (for getty) and /etc/securetty (to allow 130 - Add getty entry to /etc/inittab for console tty. Look for 136 - Add entry to /etc/securetty for console tty.
|
/Linux-v5.10/drivers/scsi/bnx2fc/ |
D | bnx2fc_debug.h | 2 * Handles operations such as session offload/upload etc, and manages 20 #define LOG_TGT 0x02 /* Session setup, cleanup, etc' */ 21 #define LOG_HBA 0x04 /* lport events, link, mtu, etc' */
|
/Linux-v5.10/Documentation/networking/ |
D | alias.rst | 23 # ifconfig eth0:0 200.1.1.1 etc,etc.... 43 and refer to them as usual (ifconfig, route, etc).
|
/Linux-v5.10/Documentation/arm/sa1100/ |
D | serial_uart.rst | 43 name. The classic example is the content of the /etc/inittab file where 48 - replace occurrences of ttyS0 with ttySA0, ttyS1 with ttySA1, etc. 51 in /etc/securetty for root to be allowed to login as well.
|
/Linux-v5.10/Documentation/userspace-api/media/ |
D | intro.rst | 31 including DVB-T/T2, DVB-S/S2, DVB-C, ATSC, ISDB-T, ISDB-S, DTMB, etc. The 42 mixers, PCM capture, PCM playback, etc, which are controlled via ALSA API. For 45 reporting troubles, sending new drivers, etc, please mail to: `Linux Media
|
/Linux-v5.10/Documentation/filesystems/ |
D | orangefs.rst | 56 /etc/orangefs/orangefs.conf. Change localhost to your hostname if 61 There is an example client configuration file in /etc/pvfs2tab. It is a 68 pvfs2-server -f /etc/orangefs/orangefs.conf 120 /opt/ofs/bin/pvfs2-genconfig /etc/pvfs2.conf 122 Create an /etc/pvfs2tab file (localhost is fine):: 125 /etc/pvfs2tab 133 /opt/ofs/sbin/pvfs2-server -f /etc/pvfs2.conf 137 /opt/ofs/sbin/pvfs2-server /etc/pvfs2.conf 161 file, which is /etc/orangefs/orangefs.conf. Change the Name to scratch. 171 pvfs2-server -f /etc/orangefs/orangefs.conf [all …]
|