| /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/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/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/hw/arm/ |
| H A D | realview.c | 87 DeviceState *dev, *sysctl, *gpio2, *pl041; in realview_init() 184 sysctl = qdev_new("realview_sysctl"); in realview_init() 185 qdev_prop_set_uint32(sysctl, "sys_id", sys_id); in realview_init() 186 qdev_prop_set_uint32(sysctl, "proc_id", proc_id); in realview_init() 187 sysbus_realize_and_unref(SYS_BUS_DEVICE(sysctl), &error_fatal); in realview_init() 188 sysbus_mmio_map(SYS_BUS_DEVICE(sysctl), 0, 0x10000000); in realview_init() 258 * to go to both the PL061 GPIO and the sysctl register. in realview_init() 264 qdev_get_gpio_in(sysctl, ARM_SYSCTL_GPIO_MMC_WPROT), in realview_init() 268 qdev_get_gpio_in(sysctl, ARM_SYSCTL_GPIO_MMC_CARDIN), in realview_init() 86 DeviceState *dev, *sysctl, *gpio2, *pl041; realview_init() local
|
| H A D | versatilepb.c | 195 DeviceState *dev, *sysctl; in versatile_init() 230 sysctl = qdev_new("realview_sysctl"); in versatile_init() 231 qdev_prop_set_uint32(sysctl, "sys_id", 0x41007004); in versatile_init() 232 qdev_prop_set_uint32(sysctl, "proc_id", 0x02000000); in versatile_init() 233 sysbus_realize_and_unref(SYS_BUS_DEVICE(sysctl), &error_fatal); in versatile_init() 234 sysbus_mmio_map(SYS_BUS_DEVICE(sysctl), 0, 0x10000000); in versatile_init() 314 qdev_connect_gpio_out(sysctl, 0, qdev_get_gpio_in(dev, 0)); in versatile_init() 194 DeviceState *dev, *sysctl; versatile_init() local
|
| H A D | vexpress.c | 549 DeviceState *dev, *sysctl, *pl041; in vexpress_common_init() 596 sysctl = qdev_new("realview_sysctl"); in vexpress_common_init() 597 qdev_prop_set_uint32(sysctl, "sys_id", sys_id); in vexpress_common_init() 598 qdev_prop_set_uint32(sysctl, "proc_id", daughterboard->proc_id); in vexpress_common_init() 604 qdev_prop_set_array(sysctl, "db-voltage", db_voltage); in vexpress_common_init() 610 qdev_prop_set_array(sysctl, "db-clock", db_clock); in vexpress_common_init() 612 sysbus_realize_and_unref(SYS_BUS_DEVICE(sysctl), &error_fatal); in vexpress_common_init() 613 sysbus_mmio_map(SYS_BUS_DEVICE(sysctl), 0, map[VE_SYSREGS]); in vexpress_common_init() 630 qdev_get_gpio_in(sysctl, ARM_SYSCTL_GPIO_MMC_WPROT)); in vexpress_common_init() 632 qdev_get_gpio_in(sysctl, ARM_SYSCTL_GPIO_MMC_CARDI in vexpress_common_init() 548 DeviceState *dev, *sysctl, *pl041; vexpress_common_init() local [all...] |
| /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/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() 638 esdhc_clrbits32(®s->sysctl, SYSCTL_CKEN); in set_sysctl() 641 esdhc_clrsetbits32(®s->sysctl, SYSCTL_CLOCK_MASK, clk); in set_sysctl() 648 esdhc_setbits32(®s->sysctl, SYSCTL_PEREN | SYSCTL_CKEN); 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() 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() 921 while ((readl(&mmc_base->sysctl) & bit) != 0) { in mmc_reset_controller_fsm() [all …]
|
| /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/util/ |
| H A D | cpuinfo-aarch64.c | 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()
|
| /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/meta-openembedded/meta-oe/recipes-connectivity/ace/files/ |
| H A D | no_sysctl.patch | 1 glibc >= 2.32 has removed sys/sysctl.h see
|
| /openbmc/qemu/target/s390x/kvm/ |
| H A D | meson.build | 12 # the vm.allocate_pgste sysctl unnecessary. We enable this program
|
| /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/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/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | bootmisc.sh | 51 eval /sbin/sysctl -p "${SYSCTL_CONF}" $VERBOSE_REDIR
|
| /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)
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-sys.c | 127 i = sysctl(qoid, len + 2, buf, &j, 0, 0); in oidfmt() 340 if (sysctl(mib, 2, &lvalue, &len, NULL, 0) == -1) { in do_freebsd_sysctl_oid() 422 ret = get_errno(sysctl(snamep, namelen, holdp, &holdlen, hnewp, newlen)); in do_freebsd_sysctl_oid()
|
| /openbmc/qemu/include/hw/arm/ |
| H A D | armsse.h | 177 IoTKitSysCtl sysctl; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/ |
| H A D | cpulimit_0.2.bb | 9 file://0001-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/icewm/icewm/ |
| H A D | 0001-configure.ac-skip-running-test-program-when-cross-co.patch | 17 @@ -151,7 +151,7 @@ AC_CHECK_FUNCS([backtrace_symbols_fd memrchr sysctl sysctlbyname])
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | test_build_time.sh | 171 sudo /sbin/sysctl -w vm.drop_caches=3 > /dev/null
|