Home
last modified time | relevance | path

Searched refs:hwclock (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dhwclock.sh21 [ ! -x /sbin/hwclock ] && exit 0
38 hwclock $tz --hctosys
40 TZ="$TZ" hwclock $tz --hctosys
63 hwclock $tz --systohc
74 hwclock $tz --show
/openbmc/linux/drivers/cpufreq/
H A Dpmac64-cpufreq.c481 struct device_node *cpuid = NULL, *hwclock = NULL; in g5_pm72_cpufreq_init() local
501 for_each_node_by_name(hwclock, "i2c-hwclock") { in g5_pm72_cpufreq_init()
502 const char *loc = of_get_property(hwclock, in g5_pm72_cpufreq_init()
512 if (hwclock == NULL) { in g5_pm72_cpufreq_init()
522 pmf_find_function(hwclock, "get-frequency"); in g5_pm72_cpufreq_init()
524 pmf_find_function(hwclock, "set-frequency-high"); in g5_pm72_cpufreq_init()
526 pmf_find_function(hwclock, "set-frequency-low"); in g5_pm72_cpufreq_init()
528 pmf_find_function(hwclock, "slewing-done"); in g5_pm72_cpufreq_init()
532 pmf_find_function(hwclock, "set-voltage-low-0"); in g5_pm72_cpufreq_init()
536 pmf_find_function(hwclock, "set-voltage-low-1"); in g5_pm72_cpufreq_init()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dbootmisc.sh73 test -x /etc/init.d/hwclock.sh && /etc/init.d/hwclock.sh start
85 test -x /etc/init.d/hwclock.sh && /etc/init.d/hwclock.sh stop
/openbmc/linux/Documentation/arch/ia64/
H A Defirtc.rst28 portable way, the CMOS clock. A program like /sbin/hwclock uses such a clock
42 similar to the struct tm, i.e. struct rtc_time, as used by hwclock.
90 Those two ioctl()s can be exercised with the hwclock command:
94 # /sbin/hwclock --show
99 # /sbin/hwclock --systohc
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-providers.inc30 VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock"
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd-compat-units.bb21 hwclock \
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-boot.bb18 …"${@bb.utils.contains('MACHINE_FEATURES', 'rtc', '${VIRTUAL-RUNTIME_base-utils-hwclock}', '', d)} \
/openbmc/openbmc/poky/meta/recipes-core/busybox/
H A Dbusybox.inc24 PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc ${PN}-syslog ${PN}-mdev ${PN}-hwclock"
31 FILES:${PN}-hwclock = "${sysconfdir}/init.d/hwclock.sh"
33 INITSCRIPT_PACKAGES = "${PN}-httpd ${PN}-syslog ${PN}-udhcpd ${PN}-mdev ${PN}-hwclock"
36 INITSCRIPT_NAME:${PN}-hwclock = "hwclock.sh"
37 INITSCRIPT_PARAMS:${PN}-hwclock = "start 40 S . stop 20 0 1 6 ."
298 install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/
H A Dbusybox_1.36.1.bb12 file://hwclock.sh \
/openbmc/openbmc/poky/meta/recipes-core/util-linux/
H A Dutil-linux_2.39.3.bb86 EXTRA_OECONF:append = " --disable-hwclock-gplv3"
165 …sbinprogs_a="pivot_root hwclock mkswap losetup swapon swapoff fdisk fsck blkid blockdev fstrim sul…
240 ALTERNATIVE_LINK_NAME[hwclock] = "${base_sbindir}/hwclock"
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_config.yaml41 - 'echo -e "\n++++++++++ date;/sbin/hwclock --show ++++++++++" >>
44 - "/sbin/hwclock --show >> /tmp/OPENBMC_general.txt"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/
H A Dwebmin_1.850.bb48 …king,populate-volatile.sh,rmnologin.sh,save-rtc.sh,umountfs,umountnfs.sh,hwclock.sh,checkroot.sh,b…
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dlocal.conf.sample.extended376 #VIRTUAL-RUNTIME_base-utils-hwclock = "util-linux-hwclock"
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.4.rst46 - busybox: move hwclock init earlier in startup
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbuild-quality.rst116 busybox-syslog busybox-mdev busybox-hwclock busybox-dbg \
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt479 /sbin/hwclock -> $(SEC_CRIT) ;
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst200 dangerous to allow userspace utilities such as hwclock to have direct RTC
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c6333 static void tg3_hwclock_to_timestamp(struct tg3 *tp, u64 hwclock, in tg3_hwclock_to_timestamp() argument
6337 timestamp->hwtstamp = ns_to_ktime((hwclock & TG3_TSTAMP_MASK) + in tg3_hwclock_to_timestamp()
6559 u64 hwclock = tr32(TG3_TX_TSTAMP_LSB); in tg3_tx() local
6560 hwclock |= (u64)tr32(TG3_TX_TSTAMP_MSB) << 32; in tg3_tx()
6562 tg3_hwclock_to_timestamp(tp, hwclock, &timestamp); in tg3_tx()
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt184 -rwxr-xr-x root root 2541 ./etc/init.d/hwclock.sh
254 lrwxrwxrwx root root 20 ./etc/rc0.d/K20hwclock.sh -> ../init.d/hwclock.sh
265 lrwxrwxrwx root root 20 ./etc/rc1.d/K20hwclock.sh -> ../init.d/hwclock.sh
273 lrwxrwxrwx root root 20 ./etc/rc2.d/S20hwclock.sh -> ../init.d/hwclock.sh
281 lrwxrwxrwx root root 20 ./etc/rc3.d/S20hwclock.sh -> ../init.d/hwclock.sh
288 lrwxrwxrwx root root 20 ./etc/rc4.d/S20hwclock.sh -> ../init.d/hwclock.sh
296 lrwxrwxrwx root root 20 ./etc/rc5.d/S20hwclock.sh -> ../init.d/hwclock.sh
302 lrwxrwxrwx root root 20 ./etc/rc6.d/K20hwclock.sh -> ../init.d/hwclock.sh
827 lrwxrwxrwx root root 24 ./sbin/hwclock -> /sbin/hwclock.util-linux
828 -rwxr-xr-x root root 80048 ./sbin/hwclock.util-linux
[all …]
H A Dbuildhistory_filelist1.txt184 -rwxr-xr-x root root 2541 ./etc/init.d/hwclock.sh
254 lrwxrwxrwx root root 20 ./etc/rc0.d/K20hwclock.sh -> ../init.d/hwclock.sh
265 lrwxrwxrwx root root 20 ./etc/rc1.d/K20hwclock.sh -> ../init.d/hwclock.sh
273 lrwxrwxrwx root root 20 ./etc/rc2.d/S20hwclock.sh -> ../init.d/hwclock.sh
281 lrwxrwxrwx root root 20 ./etc/rc3.d/S20hwclock.sh -> ../init.d/hwclock.sh
288 lrwxrwxrwx root root 20 ./etc/rc4.d/S20hwclock.sh -> ../init.d/hwclock.sh
296 lrwxrwxrwx root root 20 ./etc/rc5.d/S20hwclock.sh -> ../init.d/hwclock.sh
302 lrwxrwxrwx root root 20 ./etc/rc6.d/K20hwclock.sh -> ../init.d/hwclock.sh
826 lrwxrwxrwx root root 24 ./sbin/hwclock -> /sbin/hwclock.util-linux
827 -rwxr-xr-x root root 80048 ./sbin/hwclock.util-linux
[all …]
/openbmc/linux/drivers/rtc/
H A DKconfig130 expected by "hwclock" and some other programs. Recent
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt2337 0: /usr/lib/opkg/alternatives/hwclock