| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter/ |
| H A D | libutempter-remove-glibc-assumption.patch | 27 struct utmp ut; 34 memset(&ut, 0, sizeof(ut)); 38 strncpy(ut.ut_host, host, sizeof(ut.ut_host)); 42 offset = (strlen(term) <= sizeof(ut.ut_id)) ? 0 : 43 strlen(term) - sizeof(ut.ut_id); 44 strncpy(ut.ut_id, term + offset, sizeof(ut.ut_id)); 47 (void) updwtmp(_PATH_WTMP, &ut); 51 - ut.ut_time = tv.tv_sec; 55 - login(&ut);
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cputime.c | 453 u64 *ut, u64 *st) in cputime_adjust() argument 455 *ut = curr->utime; in cputime_adjust() 459 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 461 *ut = p->utime; in task_cputime_adjusted() 466 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() argument 472 *ut = cputime.utime; in thread_group_cputime_adjusted() 557 u64 *ut, u64 *st) in cputime_adjust() argument 623 *ut = prev->utime; in cputime_adjust() 628 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 635 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() [all …]
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | hfs_fs.h | 257 time64_t ut = (u32)(be32_to_cpu(mt) - HFS_UTC_OFFSET); in __hfs_m_to_utime() local 259 return ut + sys_tz.tz_minuteswest * 60; in __hfs_m_to_utime() 262 static inline __be32 __hfs_u_to_mtime(time64_t ut) in __hfs_u_to_mtime() argument 264 ut -= sys_tz.tz_minuteswest * 60; in __hfs_u_to_mtime() 266 return cpu_to_be32(lower_32_bits(ut) + HFS_UTC_OFFSET); in __hfs_u_to_mtime()
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | cputime.h | 55 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 56 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 58 u64 *ut, u64 *st);
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | pata_via.c | 254 int ut; in via_do_set_mode() local 298 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 5) - 2)) : 0x03; in via_do_set_mode() 301 ut = t.udma ? (0xe8 | (clamp_val(t.udma, 2, 9) - 2)) : 0x0f; in via_do_set_mode() 304 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 307 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 323 udma_etc |= ut; in via_do_set_mode()
|
| /OK3568_Linux_fs/u-boot/test/ |
| H A D | Kconfig | 5 U-Boot. Test suites will be subcommands of the "ut" command. 13 Enables the 'ut time' command which tests that the time functions
|
| H A D | Makefile | 8 obj-$(CONFIG_UNIT_TEST) += ut.o
|
| H A D | cmd_ut.c | 84 ut, CONFIG_SYS_MAXARGS, 1, do_ut,
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_user.c | 1502 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 1508 for (i = 0; i < nr; i++, ut++) { in copy_templates() 1511 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates() 1512 memcpy(&t->saddr, &ut->saddr, in copy_templates() 1514 t->reqid = ut->reqid; in copy_templates() 1515 t->mode = ut->mode; in copy_templates() 1516 t->share = ut->share; in copy_templates() 1517 t->optional = ut->optional; in copy_templates() 1518 t->aalgos = ut->aalgos; in copy_templates() 1519 t->ealgos = ut->ealgos; in copy_templates() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0005-enable-out-of-source-tree-builds.patch | 14 ut/Makefile.am | 36 ++++++++++++++++++------------------ 112 --- a/ut/Makefile.am 113 +++ b/ut/Makefile.am
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | hfsplus_fs.h | 548 time64_t ut = (u32)(be32_to_cpu(mt) - HFSPLUS_UTC_OFFSET); in __hfsp_mt2ut() local 550 return ut; in __hfsp_mt2ut() 553 static inline __be32 __hfsp_ut2mt(time64_t ut) in __hfsp_ut2mt() argument 555 return cpu_to_be32(lower_32_bits(ut) + HFSPLUS_UTC_OFFSET); in __hfsp_ut2mt()
|
| /OK3568_Linux_fs/u-boot/test/env/ |
| H A D | Kconfig | 5 This enables the 'ut env' command which runs a series of unit
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | Kconfig | 5 This enables the 'ut dm' command which runs a series of unit
|
| /OK3568_Linux_fs/u-boot/test/overlay/ |
| H A D | Kconfig | 6 This enables the 'ut overlay' command which runs a series of unit
|
| /OK3568_Linux_fs/kernel/drivers/clk/baikal-t1/ |
| H A D | ccu-pll.c | 91 unsigned long ud, ut; in ccu_pll_reset() local 95 ut = ud * CCU_PLL_LOCK_CHECK_RETRIES; in ccu_pll_reset() 101 val & CCU_PLL_CTL_LOCK, ud, ut); in ccu_pll_reset()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fontforge/ |
| H A D | fontforge_20190801.bb | 32 # cp ${STAGING_INCDIR}/ut*.h ${S}/uthash/src
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/ |
| H A D | xtrace | 168 fifo=$(mktemp -ut xtrace.XXXXXX) || exit
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/ |
| H A D | xtrace | 168 fifo=$(mktemp -ut xtrace.XXXXXX) || exit
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/no.lproj/ |
| H A D | Localizable.strings | 38 …er som vises av X11-programmer, ikke har tittellinjer eller ser annerledes ut enn vinduer som vise…
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/sv.lproj/ |
| H A D | Localizable.strings | 38 …nster som visas av X11-program kan sakna namnlist, eller kan se annorlunda ut än vanliga OS X-prog…
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | README.md | 152 - `'ut or hush'` runs only tests with "ut" or "hush" in their name. 153 - `'not (ut or hush)'` runs everything except tests with "ut" or "hush" in
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | cv_RU | 186 "ut<U0103>";/
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | cv_RU | 186 "ut<U0103>";/
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | pkcs11_1000.c | 809 CK_USER_TYPE ut = user_type; in test_set_pin() local 826 ut = CKU_USER; in test_set_pin() 829 if (ut == user_type) { in test_set_pin() 830 rv = C_Login(session, ut, old_pin, old_pin_sz); in test_set_pin() 837 if (ut == user_type) in test_set_pin() 843 if (ut == user_type) { in test_set_pin() 849 rv = C_Login(session, ut, some_pin, sizeof(some_pin)); in test_set_pin()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery-2.0.3.min.js | 4 …ut(function(e){n.disconnectedMatch=m.call(e,"div"),m.call(e,"[s!='']:x"),g.push("!=",I)}),d=d.leng… function 5 …ut=/^true\/(.*)/,lt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ct={option:[1,"<select multiple='mu…
|