Home
last modified time | relevance | path

Searched refs:time64 (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/char/
H A Dppdev.c363 s64 time64[2]; in pp_do_ioctl() local
624 if (copy_from_user(time64, argp, sizeof(time64))) in pp_do_ioctl()
627 if ((time64[0] < 0) || (time64[1] < 0)) in pp_do_ioctl()
631 time64[1] >>= 32; in pp_do_ioctl()
633 return pp_set_timeout(pp->pdev, time64[0], time64[1]); in pp_do_ioctl()
647 time64[0] = ts.tv_sec; in pp_do_ioctl()
648 time64[1] = ts.tv_nsec / NSEC_PER_USEC; in pp_do_ioctl()
651 time64[1] <<= 32; in pp_do_ioctl()
653 if (copy_to_user(argp, time64, sizeof(time64))) in pp_do_ioctl()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc-tests_2.35.bb62 ls -r ${B}/*/*-time64 > ${B}/tst_time64
64 # Remove '-time64' suffix - those tests are also time related
65 sed -e "s/-time64$//" ${B}/tst_time64 > ${B}/tst_time_tmp
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A Drun-ptest19 tst_time64=$(ls -r ${PWD}/tests/glibc-ptest/*-time64)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/
H A D0001-configure-Check-for-clock_gettime-seprately-from-__N.patch8 since direct use of __NR_clock_gettime is not time64-safe
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dutil.c91 void tomoyo_convert_time(time64_t time64, struct tomoyo_time *stamp) in tomoyo_convert_time() argument
95 time64_to_tm(time64, 0, &tm); in tomoyo_convert_time()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A D.treesource.o.cmd
H A D.dtc-lexer.lex.o.cmd
H A D.checks.o.cmd
H A D.data.o.cmd
H A D.livetree.o.cmd
H A D.flattree.o.cmd
H A D.dtc-parser.tab.o.cmd
H A D.dtc.o.cmd
H A D.util.o.cmd
H A D.srcpos.o.cmd
H A D.fstree.o.cmd
/OK3568_Linux_fs/u-boot/tools/
H A D.gen_ethaddr_crc.o.cmd
H A D.pbl_crc32.o.cmd
H A D.os_support.o.cmd
H A D.gen_eth_addr.cmd
H A D.relocate-rela.cmd
/OK3568_Linux_fs/u-boot/tools/lib/
H A D.rc4.o.cmd
H A D.crc8.o.cmd
H A D.md5.o.cmd
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A D.bmp2gray16.o.cmd

1234