Searched refs:etc (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/tools/hv/
H A Dhv_get_dns_info.sh3 # This example script parses /etc/resolv.conf to retrive DNS information.
13 cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }'
H A Dhv_set_ifconfig.sh38 # DNSx=ipaddrx (where first DNS address is tagged as DNS1 etc)
82 cp $1 /etc/sysconfig/network-scripts/
88 sed '/\[connection\]/a autoconnect=true' $2 > /etc/NetworkManager/system-connections/${filename}
H A Dhv_kvp_daemon.c450 * Parse the /etc/os-release file if present:
453 file = fopen("/etc/os-release", "r");
503 file = fopen("/etc/SuSE-release", "r");
506 file = fopen("/etc/redhat-release", "r");
1373 * DNSx=ipaddrx (where first DNS address is tagged as DNS1 etc)
/linux-master/scripts/selinux/
H A Dinstall_policy.sh42 mkdir -p /etc/selinux/dummy/policy
43 mkdir -p /etc/selinux/dummy/contexts/files
45 echo "__default__:user_u:s0" > /etc/selinux/dummy/seusers
46 echo "base_r:base_t:s0" > /etc/selinux/dummy/contexts/failsafe_context
47 echo "base_r:base_t:s0 base_r:base_t:s0" > /etc/selinux/dummy/default_contexts
48 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF
55 touch /etc/selinux/dummy/contexts/virtual_domain_context
56 touch /etc/selinux/dummy/contexts/virtual_image_context
58 cp file_contexts /etc/selinux/dummy/contexts/files
59 cp dbus_contexts /etc/selinu
[all...]
/linux-master/Documentation/admin-guide/aoe/
H A 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
H A Dautoload.sh3 # aliases in /etc/modprobe.d/
5 f=/etc/modprobe.d/aoe.conf
/linux-master/arch/x86/boot/
H A Dinstall.sh32 elif [ -x /etc/lilo/install ]; then
33 /etc/lilo/install
/linux-master/Documentation/arch/s390/
H A Dconfig3270.sh3 # 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)
/linux-master/drivers/ata/
H A Dpata_cs5536.c203 u32 etc; local
207 cs5536_read(pdev, ETC, &etc);
210 etc &= ~(IDE_DRV_MASK << dshift);
211 etc |= udma_timings[mode - XFER_UDMA_0] << dshift;
213 etc &= ~(IDE_ETC_UDMA_MASK << dshift);
217 cs5536_write(pdev, ETC, etc);
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
/linux-master/tools/verification/rv/
H A DMakefile.rv14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
/linux-master/scripts/
H A Dchecksyscalls.sh248 /* Unmerged syscalls for AFS, STREAMS, etc. */
H A Dsphinx-pre-install615 my $portage_imagemagick = "/etc/portage/package.use/imagemagick";
616 my $portage_cairo = "/etc/portage/package.use/graphviz";
1026 $system_release = catcheck("/etc/system-release") if !$system_release;
1027 $system_release = catcheck("/etc/redhat-release") if !$system_release;
1028 $system_release = catcheck("/etc/lsb-release") if !$system_release;
1029 $system_release = catcheck("/etc/gentoo-release") if !$system_release;
1034 if (open IN, "cat /etc/os-release|") {
1048 $system_release = catcheck("/etc/issue") if !$system_release;
/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc12 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3`
13 other_owner=`tac /etc/passwd | grep -v ":$original_owner:" | head -1 | cut -d: -f3`
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer.sh83 local etc=$1; shift
89 | jq -e ".[][][\"etc\"][\"$etc\"][\"max\"]")
/linux-master/arch/arc/kernel/
H A Dentry.S223 ;============ TRAP N : breakpoints, kprobes etc
261 ; such as rescheduling/signal-delivery etc.
/linux-master/fs/befs/
H A Dbefs_fs_types.h190 fs32 etc; /* not use */ member in struct:__anon10025
/linux-master/arch/arm/kernel/
H A Dsleep.S113 mcr p15, 0, r0, c1, c0, 0 @ turn on MMU, I-cache, etc
/linux-master/tools/power/cpupower/
H A DMakefile73 confdir ?= /etc/
/linux-master/scripts/package/
H A Dbuilddeb9 # /etc/kernel/{pre,post}{inst,rm}.d/ directories (or an alternative location
67 # Note: hook scripts under /etc/kernel are also executed by official Debian
71 debhookdir=${KDEB_HOOKDIR:-/etc/kernel}
/linux-master/scripts/kconfig/
H A DMakefile25 /etc/kernel-config \
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h163 ; 2. Upon entry SP is always saved (for any inspection, unwinding etc),
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S78 | deliver signals, reschedule etc..
/linux-master/drivers/mfd/
H A Drave-sp.c134 u32 etc; member in struct:rave_sp_status
/linux-master/tools/perf/
H A DMakefile.config1228 sysconfdir = /etc
1231 sysconfdir = $(prefix)/etc
1232 ETC_PERFCONFIG = etc/perfconfig

Completed in 435 milliseconds

12