Home
last modified time | relevance | path

Searched refs:boottime (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Dhelloworld.c18 struct efi_boot_services *boottime = systable->boottime; in efi_main() local
21 boottime->exit(handle, 0, 0, NULL); in efi_main()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dnamespace.c34 offset = timespec64_to_ktime(ns_offsets->boottime); in do_timens_ktime_to_host()
184 struct timens_offset boottime = offset_from_ts(ns->offsets.boottime); in timens_setup_vdso_data() local
191 offset[CLOCK_BOOTTIME] = boottime; in timens_setup_vdso_data()
192 offset[CLOCK_BOOTTIME_ALARM] = boottime; in timens_setup_vdso_data()
363 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime); in proc_timens_show_offsets()
432 offset = &time_ns->offsets.boottime; in proc_timens_set_offset()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dqemu.py26 tmpdir='', dir_image='', boottime=60, serial_ports=2, argument
46 logfile=bootlog, boottime=boottime,
/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi.c60 struct efi_boot_services *boot = sys_table->boottime; in efi_init()
66 priv->boot = sys_table->boottime; in efi_init()
H A Defi_stub.c277 struct efi_boot_services *boot = sys_table->boottime; in efi_main()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py22 …f, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, kernel, boottime, logger, tmpfsdir… argument
39 self.boottime = boottime
H A Dqemurunner.py36 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, boottime, dump_dir… argument
57 self.boottime = boottime
434 if not self.thread.connection_established.wait(self.boottime):
443 (self.boottime, time.strftime("%D %H:%M:%S")))
444 endtime = time.time() + self.boottime
479 (time.time() - (endtime - self.boottime),
492 (self.boottime, time.strftime("%D %H:%M:%S")))
/OK3568_Linux_fs/kernel/fs/proc/
H A Dstat.c115 struct timespec64 boottime; in show_stat() local
120 getboottime64(&boottime); in show_stat()
203 (unsigned long long)boottime.tv_sec, in show_stat()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtime_namespace.h17 struct timespec64 boottime; member
77 *ts = timespec64_add(*ts, ns_offsets->boottime); in timens_add_boottime()
H A Defi.h415 u64 boottime; member
432 u32 boottime; member
452 efi_boot_services_t *boottime; member
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py116 options.boottime = False
134 elif options.boottime:
H A Dmain.py.in47 # parser.add_option("-t", "--boot-time", action="store_true", dest="boottime", default=False,
116 options.boottime = False
134 elif options.boottime:
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dindex.rst24 boottime-trace
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmacintosh.h105 unsigned long boottime; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Defi.h333 ? efi_system_table->boottime->func(__VA_ARGS__) \
335 boottime), \
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Dtargetcontrol.py135 boottime = int(d.getVar("TEST_QEMUBOOT_TIMEOUT")),
145 boottime = int(d.getVar("TEST_QEMUBOOT_TIMEOUT")),
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c812 char boottime[MAX_BOOTTIME_SIZE]; in octeon_download_firmware() local
900 ret = snprintf(boottime, MAX_BOOTTIME_SIZE, in octeon_download_firmware()
908 strncat(h->bootcmd, boottime, in octeon_download_firmware()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Defi.c39 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestimage.bbclass289 # Get boottime
290 boottime = int(d.getVar("TEST_QEMUBOOT_TIMEOUT"))
310 'boottime' : boottime,
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Dtypes.h263 uint8_t boottime; member
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootefi.c104 st->boottime->exit(image_handle, ret, 0, NULL); in efi_do_enter()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defi-stub.c156 status = efi_system_table->boottime->handle_protocol(handle, in efi_pe_entry()
H A Dfdt.c341 efi_system_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.h162 ktime_t boottime; member
/OK3568_Linux_fs/kernel/arch/m68k/mac/
H A Dconfig.c111 mac_bi_data.boottime = be32_to_cpup(data); in mac_parse_bootinfo()
860 mac_bi_data.boottime, mac_bi_data.gmtbias); in mac_identify()

12