Home
last modified time | relevance | path

Searched refs:etc (Results 1 – 25 of 1078) sorted by relevance

12345678910>>...44

/linux-6.15/scripts/selinux/
H A Dinstall_policy.sh39 mkdir -p /etc/selinux/dummy/policy
40 mkdir -p /etc/selinux/dummy/contexts/files
45 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF
56 cp dbus_contexts /etc/selinux/dummy/contexts
57 cp policy.$VERS /etc/selinux/dummy/policy
60 if [ ! -d /etc/selinux ]; then
61 mkdir -p /etc/selinux
63 if [ -f /etc/selinux/config ]; then
65 mv /etc/selinux/config /etc/selinux/config.bak
68 cat > /etc/selinux/config << EOF
[all …]
/linux-6.15/Documentation/admin-guide/aoe/
H A 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
H A Dudev-install.sh11 if test -r /etc/udev/udev.conf; then
12 conf=/etc/udev/udev.conf
27 rules_d=/etc/udev/rules.d
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-firmware-qemu_fw_cfg72 "etc/e820"
73 "etc/boot-fail-wait"
74 "etc/system-states"
75 "etc/table-loader"
76 "etc/acpi/rsdp"
77 "etc/acpi/tables"
78 "etc/smbios/smbios-tables"
79 "etc/smbios/smbios-anchor"
90 qemu_fw_cfg/by_name/etc/e820 -> ../../by_key/35
91 qemu_fw_cfg/by_name/etc/acpi/rsdp -> ../../../by_key/41
/linux-6.15/drivers/gpu/drm/msm/
H A 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
/linux-6.15/drivers/ata/
H A Dpata_cs5536.c203 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-6.15/drivers/clk/qcom/
H A DKconfig216 i2c, USB, SD/eMMC, etc.
224 i2c, USB, SD/eMMC, etc.
232 i2c, USB, SD/eMMC, etc.
240 i2c, USB, SD/eMMC, etc.
256 i2c, USB, SD/eMMC, etc.
265 S/PDIF, etc.
306 i2c, USB, SD/eMMC, etc.
358 SLIMBus, etc.
366 I2C, USB, SD/eMMC, etc.
374 i2c, USB, SD/eMMC, etc.
[all …]
/linux-6.15/drivers/hid/bpf/progs/
H A DREADME34 - copy the `.bpf.o` you want in `/etc/udev-hid-bpf/`
41 $> cp xppen-ArtistPro16Gen2.bpf.o /etc/udev-hid-bpf/
61 $> cat <EOF > /etc/udev/rules.d/99-load-hid-bpf-xppen-ArtistPro16Gen2.rules
66 …BDp0000095A", RUN{program}+="/usr/local/bin/udev-hid-bpf add $sys$devpath /etc/udev-hid-bpf/xppen-…
69 …BDp0000095B", RUN{program}+="/usr/local/bin/udev-hid-bpf add $sys$devpath /etc/udev-hid-bpf/xppen-…
88 run: '/usr/local/bin/udev-hid-bpf add /sys/devices/virtual/misc/uhid/0003:28BD:095B.0E57 /etc/udev-…
/linux-6.15/Documentation/arch/s390/
H A Dconfig3270.sh25 INITTAB=$ROOT/etc/inittab
26 NINITTAB=$ROOT/etc/NEWinittab
27 OINITTAB=$ROOT/etc/OLDinittab
H A D3270.rst56 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-6.15/tools/hv/
H A Dhv_set_ifconfig.sh82 cp $1 /etc/sysconfig/network-scripts/
88 sed '/\[connection\]/a autoconnect=true' $2 > /etc/NetworkManager/system-connections/${filename}
/linux-6.15/Documentation/scsi/
H A DNinjaSCSI.rst82 (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-6.15/arch/x86/boot/
H A Dinstall.sh34 elif [ -x /etc/lilo/install ]; then
35 /etc/lilo/install
/linux-6.15/Documentation/networking/
H A Dalias.rst23 # ifconfig eth0:0 200.1.1.1 etc,etc....
43 and refer to them as usual (ifconfig, route, etc).
H A Dsecid.rst15 resets, timewait ack, etc.). It is also conceivable that the label could be
16 derived from other sources such as process context, device, etc., in special
/linux-6.15/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst42 /etc/sysconfig/laptop-mode on other systems.
332 if [ -f /etc/default/laptop-mode ] ; then
334 . /etc/default/laptop-mode
337 . /etc/sysconfig/laptop-mode
524 cat /etc/fstab |
694 /etc/acpi/events/ac_adapter::
697 action=/etc/acpi/actions/ac.sh %e
699 /etc/acpi/events/battery::
702 action=/etc/acpi/actions/battery.sh %e
704 /etc/acpi/actions/ac.sh::
[all …]
/linux-6.15/Documentation/gpu/amdgpu/
H A Ddriver-core.rst21 the platform stuff (audio, usb, gpio, etc.). Also, a lot of
23 SMU, PSP, etc.). Specific components (CPU, GPU, etc.) usually have
54 features like clocks, voltages, power rails, etc.
64 etc.)
72 user mode drivers (OpenGL, Vulkan, OpenCL, etc.)
77 OpenMAX, etc.)
113 map/unmap additional queues, etc.
/linux-6.15/Documentation/arch/arm/sa1100/
H A Dserial_uart.rst43 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-6.15/tools/bpf/bpftool/Documentation/
H A Dbpftool-iter.rst36 tasks, bpf_maps, etc.) and a bpf program called for each kernel data object
37 (e.g., one task, one bpf_map, etc.). User space can *read* kernel iterator
47 aggregation, etc. without copying data to user space.
/linux-6.15/Documentation/userspace-api/media/
H A Dintro.rst31 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-6.15/drivers/perf/hisilicon/
H A DKconfig16 bandwidth etc.
26 bandwidth etc.
/linux-6.15/Documentation/admin-guide/namespaces/
H A Dresource-control.rst17 package present on most distros editing /etc/cgrules.conf,
18 /etc/cgconfig.conf and setting up libpam-cgroup.
/linux-6.15/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc14 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3`
15 other_owner=`tac /etc/passwd | grep -v ":$original_owner:" | head -1 | cut -d: -f3`
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dmediatek,mtk-xhci.yaml77 - description: Reference clock used by low power mode etc
163 1 - used by mt8173 etc, revision 1 without following IPM rule;
164 2 - used by mt2712 etc, revision 2 following IPM rule;
176 bit1 for u3port1, ... etc
181 bit1 for u2port1, ... etc
/linux-6.15/scripts/coccinelle/null/
H A Dkmerr.cocci2 /// This semantic patch looks for kmalloc etc that are not followed by a
5 /// in determining what the error handling code for the call to kmalloc etc

12345678910>>...44