Home
last modified time | relevance | path

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

12345678910>>...37

/linux/scripts/selinux/
A Dinstall_policy.sh43 mkdir -p /etc/selinux/dummy/policy
44 mkdir -p /etc/selinux/dummy/contexts/files
49 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF
60 cp dbus_contexts /etc/selinux/dummy/contexts
61 cp policy.$VERS /etc/selinux/dummy/policy
64 if [ ! -d /etc/selinux ]; then
65 mkdir -p /etc/selinux
67 if [ -f /etc/selinux/config ]; then
69 mv /etc/selinux/config /etc/selinux/config.bak
72 cat > /etc/selinux/config << EOF
[all …]
/linux/Documentation/admin-guide/aoe/
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
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/drivers/clk/qcom/
A DKconfig142 i2c, USB, SD/eMMC, etc.
157 i2c, USB, SD/eMMC, etc.
165 S/PDIF, etc.
180 i2c, USB, SD/eMMC, etc.
211 SLIMBus, etc.
218 I2C, USB, SD/eMMC, etc.
225 i2c, USB, SD/eMMC, etc.
233 SLIMBus, etc.
385 I2C, USB, UFS, SDCC, etc.
403 I2C, USB, UFS, SDCC, etc.
[all …]
/linux/Documentation/ABI/testing/
A 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
/linux/drivers/gpu/drm/msm/
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/drivers/ata/
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/Documentation/networking/device_drivers/wifi/
A 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
/linux/Documentation/scsi/
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/Documentation/admin-guide/laptops/
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/Documentation/networking/device_drivers/cable/
A 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 …]
/linux/Documentation/s390/
A Dconfig3270.sh25 INITTAB=$ROOT/etc/inittab
26 NINITTAB=$ROOT/etc/NEWinittab
27 OINITTAB=$ROOT/etc/OLDinittab
/linux/Documentation/networking/
A Dalias.rst23 # ifconfig eth0:0 200.1.1.1 etc,etc....
43 and refer to them as usual (ifconfig, route, etc).
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/arch/x86/boot/
A Dinstall.sh54 elif [ -x /etc/lilo/install ]; then
55 /etc/lilo/install
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-iter.rst32 particular kernel data (e.g., tasks, bpf_maps, etc.)
34 (e.g., one task, one bpf_map, etc.). User space can
47 etc. without copying data to user space.
/linux/Documentation/arm/sa1100/
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/Documentation/userspace-api/media/
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/tools/perf/examples/bpf/
A Detcsnoop.c40 char etc[6] = "/etc/"; \
46 if (__builtin_memcmp(augmented_args.filename.value, etc, 4) != 0) \
/linux/drivers/staging/fieldbus/
A DKconfig8 "Fieldbus Controller" over a fieldbus (Profinet, FLNet, etc.)
11 as an actuator, motor, console light, switch, etc. over the fieldbus.
/linux/Documentation/devicetree/bindings/usb/
A Dmediatek,mtk-xhci.yaml71 - description: Reference clock used by low power mode etc
145 1 - used by mt8173 etc, revision 1 without following IPM rule;
146 2 - used by mt2712 etc, revision 2 following IPM rule;
154 bit1 for u3port1, ... etc
159 bit1 for u2port1, ... etc
/linux/Documentation/ia64/
A Dserial.rst11 /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.
A Dia64.rst43 include the library routines (IP checksum, etc.). Less
45 needlessly, etc.
/linux/Documentation/admin-guide/namespaces/
A Dresource-control.rst17 package present on most distros editing /etc/cgrules.conf,
18 /etc/cgconfig.conf and setting up libpam-cgroup.
/linux/tools/perf/Documentation/
A Dperf-trace.txt18 scheduling events, etc.
40 etc) to show. Globbing is supported, e.g.: "epoll_*", "*msg*", etc.
80 Will set all raw_syscalls:sys_{enter,exit}, pgfault, vfs_getname, etc
86 other events (raw_syscalls:sys_{enter,exit}, etc are left "without"
87 a cgroup (on the root cgroup, sys wide, etc).
155 hooking the open syscall return + vfs_getname or via reading /proc/pid/fd, etc.
242 arguments to strings (pid to comm, syscall id to syscall name, etc).
290 4294.665 ( 0.015 ms): sed/15879 openat(dfd: CWD, filename: /etc/ld.so.cache, flags: CLOEXEC) = 3

Completed in 33 milliseconds

12345678910>>...37