| /openbmc/openbmc/poky/meta/recipes-extended/procps/ |
| H A D | procps_4.0.5.bb | 16 file://sysctl.conf \ 44 install -m 0644 ${UNPACKDIR}/sysctl.conf ${D}${sysconfdir}/sysctl.conf 46 install -d ${D}${sysconfdir}/sysctl.d 47 ln -sf ../sysctl.conf ${D}${sysconfdir}/sysctl.d/99-sysctl.conf 51 CONFFILES:${PN} = "${sysconfdir}/sysctl.conf" 55 base_sbindir_progs += "sysctl" 76 ${PN}-sysctl" 82 RDEPENDS:${PN}-sysctl += "${PN}-lib" 86 FILES:${PN}-sysctl = "${base_sbindir}/sysctl.${BPN} ${sysconfdir}/sysctl.conf ${sysconfdir}/sysctl.… 89 ALTERNATIVE:${PN}:remove = "sysctl" [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch | 4 Subject: [PATCH] sysctl: ignore EIO of stable_secret below 15 procps/sysctl.c | 9 ++++++++- 18 diff --git a/procps/sysctl.c b/procps/sysctl.c 20 --- a/procps/sysctl.c 21 +++ b/procps/sysctl.c
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
| H A D | 0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch | 4 Subject: [PATCH] Remove including sys/sysctl.h on glibc based systems 10 sys/sysctl.h:21:2: error: "The <sys/sysctl.h> header is deprecated and 34 #include <sys/sysctl.h> 47 #include <sys/sysctl.h> 48 /* Using sysctl interface to retrieve the boot time on *BSD / Darwin / OS X
|
| /openbmc/qemu/hw/misc/ |
| H A D | iotkit-sysctl.c | 29 #include "hw/misc/iotkit-sysctl.h" 353 "IoTKit SysCtl read: read of WO offset %x\n", in iotkit_sysctl_read() 360 "IoTKit SysCtl read: bad offset %x\n", (int)offset); in iotkit_sysctl_read() 403 "IoTKit SysCtl RESET_SYNDROME unimplemented\n"); in iotkit_sysctl_write() 407 qemu_log_mask(LOG_UNIMP, "IoTKit SysCtl RESET_MASK unimplemented\n"); in iotkit_sysctl_write() 456 qemu_log_mask(LOG_UNIMP, "IoTKit SysCtl WICCTRL unimplemented\n"); in iotkit_sysctl_write() 469 qemu_log_mask(LOG_UNIMP, "IoTKit SysCtl SECDBGSET unimplemented\n"); in iotkit_sysctl_write() 488 qemu_log_mask(LOG_UNIMP, "IoTKit SysCtl SCSECCTRL unimplemented\n"); in iotkit_sysctl_write() 501 qemu_log_mask(LOG_UNIMP, "IoTKit SysCtl FCLK_DIV unimplemented\n"); in iotkit_sysctl_write() 514 qemu_log_mask(LOG_UNIMP, "IoTKit SysCtl SYSCLK_DIV unimplemented\n"); in iotkit_sysctl_write() [all …]
|
| /openbmc/openbmc/meta-google/recipes-google/systemd/ |
| H A D | gbmc-systemd-config.bb | 19 file://40-gbmc-sysctl.conf \ 29 ${libdir}/sysctl.d/40-gbmc-sysctl.conf \ 30 ${libdir}/sysctl.d/40-gbmc-forward.conf \ 37 ${libdir}/sysctl.d/40-gbmc-debug.conf \ 84 install -d -m0755 ${D}${libdir}/sysctl.d 85 install -m 0644 ${UNPACKDIR}/40-gbmc-forward.conf ${D}${libdir}/sysctl.d/ 86 install -m 0644 ${UNPACKDIR}/40-gbmc-sysctl.conf ${D}${libdir}/sysctl.d/ 102 >${D}${libdir}/sysctl.d/40-gbmc-debug.conf
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-sys.c | 2 * FreeBSD sysctl() and sysarch() system call emulation 24 #include <sys/sysctl.h> 112 * sysctl, see /sys/kern/kern_sysctl.c:sysctl_sysctl_oidfmt() (compare to 113 * src/sbin/sysctl/sysctl.c) 127 i = sysctl(qoid, len + 2, buf, &j, 0, 0); in oidfmt() 155 * For opaque data, per sysctl OID converts take care of it. 164 * Although rare, we can have arrays of sysctl. Both sysctl_old_ddb in in h2g_old_sysctl() 165 * kern_sysctl.c and show_var in sbin/sysctl/sysctl.c have code that loops in h2g_old_sysctl() 234 * Convert the undocmented name2oid sysctl data for the target. 265 /* Handle some arch/emulator dependent sysctl()'s here. */ in do_freebsd_sysctl_oid() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | bootmisc.sh | 41 SYSCTL_CONF="/etc/sysctl.conf" 44 if [ -x "/sbin/sysctl" ] 46 # busybox sysctl does not support -q 51 eval /sbin/sysctl -p "${SYSCTL_CONF}" $VERBOSE_REDIR
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/cpulimit/ |
| H A D | 0001-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch | 4 Subject: [PATCH] Remove sys/sysctl.h and add missing libgen.h include 6 - sys/sysctl.h has been deprecated and should be removed 24 -#include <sys/sysctl.h>
|
| /openbmc/qemu/util/ |
| H A D | cpuinfo-aarch64.c | 24 # include <sys/sysctl.h> 30 # include <sys/sysctl.h> 93 if (sysctl(mib, 2, &isar0, &len, NULL, 0) != -1) { in cpuinfo_init() 108 if (sysctl(mib, 2, &pfr1, &len, NULL, 0) != -1) { in cpuinfo_init()
|
| H A D | cacheflush.c | 74 # include <sys/sysctl.h> 77 /* There's only a single sysctl for both I/D cache line sizes. */ in sys_cache_info() 85 # include <sys/sysctl.h> 88 /* There's only a single sysctl for both I/D cache line sizes. */ in sys_cache_info()
|
| /openbmc/openbmc/poky/meta/recipes-extended/procps/procps/ |
| H A D | sysctl.conf | 4 # /etc/sysctl.conf - Configuration file for setting system variables 5 # See sysctl.conf (5) for information. 65 # See https://www.kernel.org/doc/Documentation/sysctl/fs.txt
|
| /openbmc/openbmc/meta-phosphor/recipes-core/base-files/ |
| H A D | base-files_%.bbappend | 13 install -d ${D}/${libdir}/sysctl.d 14 install -D -m 644 ${UNPACKDIR}/50-rp_filter.conf ${D}/${libdir}/sysctl.d/50-rp_filter.conf
|
| /openbmc/qemu/.gitlab-ci.d/cirrus/ |
| H A D | build.yml | 34 - $MAKE -j$(sysctl -n hw.ncpu) 37 $MAKE -j$(sysctl -n hw.ncpu) $TARGET V=1 ;
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | fsl_esdhc.c | 50 uint sysctl; /* System Control Register */ member 359 esdhc_clrsetbits32(®s->sysctl, SYSCTL_TIMEOUT_MASK, timeout << 16); in esdhc_setup_data() 580 esdhc_write32(®s->sysctl, esdhc_read32(®s->sysctl) | in esdhc_send_cmd_common() 582 while (esdhc_read32(®s->sysctl) & SYSCTL_RSTC) in esdhc_send_cmd_common() 586 esdhc_write32(®s->sysctl, in esdhc_send_cmd_common() 587 esdhc_read32(®s->sysctl) | in esdhc_send_cmd_common() 589 while ((esdhc_read32(®s->sysctl) & SYSCTL_RSTD)) in esdhc_send_cmd_common() 609 /* For i.MX53 eSDHCv3, SYSCTL.SDCLKFS may not be set to 0. */ in set_sysctl() 638 esdhc_clrbits32(®s->sysctl, SYSCTL_CKEN); in set_sysctl() 641 esdhc_clrsetbits32(®s->sysctl, SYSCTL_CLOCK_MASK, clk); in set_sysctl() [all …]
|
| H A D | omap_hsmmc.c | 828 writel(readl(&mmc_base->sysctl) | SOFTRESETALL, &mmc_base->sysctl); in omap_hsmmc_init_setup() 830 while ((readl(&mmc_base->sysctl) & SOFTRESETALL) != 0x0) { in omap_hsmmc_init_setup() 860 mmc_reg_out(&mmc_base->sysctl, (ICE_MASK | DTO_MASK | CEN_MASK), in omap_hsmmc_init_setup() 862 mmc_reg_out(&mmc_base->sysctl, ICE_MASK | CLKD_MASK, in omap_hsmmc_init_setup() 865 while ((readl(&mmc_base->sysctl) & ICS_MASK) == ICS_NOTREADY) { in omap_hsmmc_init_setup() 871 writel(readl(&mmc_base->sysctl) | CEN_ENABLE, &mmc_base->sysctl); in omap_hsmmc_init_setup() 888 * SRC or SRD bit of SYSCTL register 894 mmc_reg_out(&mmc_base->sysctl, bit, bit); in mmc_reset_controller_fsm() 912 if (!(readl(&mmc_base->sysctl) & bit)) { in mmc_reset_controller_fsm() 914 while (!(readl(&mmc_base->sysctl) & bit)) { in mmc_reset_controller_fsm() [all …]
|
| /openbmc/qemu/hw/arm/ |
| H A D | realview.c | 86 DeviceState *dev, *sysctl, *gpio2, *pl041; in realview_init() local 183 sysctl = qdev_new("realview_sysctl"); in realview_init() 184 qdev_prop_set_uint32(sysctl, "sys_id", sys_id); in realview_init() 185 qdev_prop_set_uint32(sysctl, "proc_id", proc_id); in realview_init() 186 sysbus_realize_and_unref(SYS_BUS_DEVICE(sysctl), &error_fatal); in realview_init() 187 sysbus_mmio_map(SYS_BUS_DEVICE(sysctl), 0, 0x10000000); in realview_init() 257 * to go to both the PL061 GPIO and the sysctl register. in realview_init() 263 qdev_get_gpio_in(sysctl, ARM_SYSCTL_GPIO_MMC_WPROT), in realview_init() 267 qdev_get_gpio_in(sysctl, ARM_SYSCTL_GPIO_MMC_CARDIN), in realview_init()
|
| H A D | versatilepb.c | 194 DeviceState *dev, *sysctl; in versatile_init() local 229 sysctl = qdev_new("realview_sysctl"); in versatile_init() 230 qdev_prop_set_uint32(sysctl, "sys_id", 0x41007004); in versatile_init() 231 qdev_prop_set_uint32(sysctl, "proc_id", 0x02000000); in versatile_init() 232 sysbus_realize_and_unref(SYS_BUS_DEVICE(sysctl), &error_fatal); in versatile_init() 233 sysbus_mmio_map(SYS_BUS_DEVICE(sysctl), 0, 0x10000000); in versatile_init() 313 qdev_connect_gpio_out(sysctl, 0, qdev_get_gpio_in(dev, 0)); in versatile_init()
|
| H A D | vexpress.c | 548 DeviceState *dev, *sysctl, *pl041; in vexpress_common_init() local 595 sysctl = qdev_new("realview_sysctl"); in vexpress_common_init() 596 qdev_prop_set_uint32(sysctl, "sys_id", sys_id); in vexpress_common_init() 597 qdev_prop_set_uint32(sysctl, "proc_id", daughterboard->proc_id); in vexpress_common_init() 603 qdev_prop_set_array(sysctl, "db-voltage", db_voltage); in vexpress_common_init() 609 qdev_prop_set_array(sysctl, "db-clock", db_clock); in vexpress_common_init() 611 sysbus_realize_and_unref(SYS_BUS_DEVICE(sysctl), &error_fatal); in vexpress_common_init() 612 sysbus_mmio_map(SYS_BUS_DEVICE(sysctl), 0, map[VE_SYSREGS]); in vexpress_common_init() 629 qdev_get_gpio_in(sysctl, ARM_SYSCTL_GPIO_MMC_WPROT)); in vexpress_common_init() 631 qdev_get_gpio_in(sysctl, ARM_SYSCTL_GPIO_MMC_CARDIN)); in vexpress_common_init()
|
| /openbmc/openbmc/meta-raspberrypi/classes/ |
| H A D | sdcard_image-rpi.bbclass | 186 # systemd sysctl config 187 test -d ${IMAGE_ROOTFS}${sysconfdir}/sysctl.d && \ 188 echo "vm.min_free_kbytes = 8192" > ${IMAGE_ROOTFS}${sysconfdir}/sysctl.d/rpi-vm.conf 190 # sysv sysctl config 191 IMAGE_SYSCTL_CONF="${IMAGE_ROOTFS}${sysconfdir}/sysctl.conf" 192 test -e ${IMAGE_ROOTFS}${sysconfdir}/sysctl.conf && \
|
| /openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/ |
| H A D | init | 61 sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1
|
| /openbmc/openbmc/meta-ibm/recipes-core/systemd/ |
| H A D | systemd_%.bbappend | 29 FILES:${PN}:append:ibm-enterprise = " ${sysconfdir}/sysctl.d/vm.conf" 30 FILES:${PN}:append:ibm-enterprise = " ${sysconfdir}/sysctl.d/network.conf" 52 install -m 644 -D ${UNPACKDIR}/vm.conf ${D}${sysconfdir}/sysctl.d/vm.conf 53 install -m 644 -D ${UNPACKDIR}/network.conf ${D}${sysconfdir}/sysctl.d/network.conf
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | autobuilder-worker-prereq-tests | 51 WATCHES=$(PATH="/sbin:/usr/sbin:$PATH" sysctl fs.inotify.max_user_watches -n) 53 …o 'Need to increase watches (echo fs.inotify.max_user_watches=65536 | sudo tee -a /etc/sysctl.conf'
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs-ignores-mipsarch.txt | 4 # 6.10 restructures sysctl registration such that mips
|
| /openbmc/qemu/target/s390x/kvm/ |
| H A D | meson.build | 12 # the vm.allocate_pgste sysctl unnecessary. We enable this program
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/files/ |
| H A D | no_sysctl.patch | 1 glibc >= 2.32 has removed sys/sysctl.h see
|