| /OK3568_Linux_fs/buildroot/dl/stress-ng/ |
| HD | stress-ng-0.13.01.tar.gz | ... c
stress-ng-0.13.01/core-ignite-cpu.c
stress-ng-0.13 |
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0131-kern-buffer-Add-variable-sized-heap-buffer.patch | 10 Signed-off-by: Chris Coulson <chris.coulson@canonical.com> 11 Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> 13 Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> 14 --- 15 grub-core/Makefile.core.am | 46 +++--- 16 grub-core/Makefile.core.def | 1 + 17 grub-core/Makefile.in | 341 +++++++++++++++++++++++++------------------- 18 grub-core/kern/buffer.c | 117 +++++++++++++++ 21 6 files changed, 485 insertions(+), 166 deletions(-) 22 create mode 100644 grub-core/kern/buffer.c [all …]
|
| H A D | 0032-efi-Add-secure-boot-detection.patch | 9 Signed-off-by: Ignat Korchagin <ignat@cloudflare.com> 10 Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> 11 Signed-off-by: Marco A Benatto <mbenatto@redhat.com> 12 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> 13 Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> 15 Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> 16 --- 17 grub-core/Makefile.am | 1 + 18 grub-core/Makefile.core.am | 14 +++--- 19 grub-core/Makefile.core.def | 1 + [all …]
|
| H A D | 0033-verifiers-Move-verifiers-API-to-kernel-image.patch | 3 Date: Wed, 23 Sep 2020 11:33:33 -0400 9 Signed-off-by: Marco A Benatto <mbenatto@redhat.com> 10 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> 11 Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> 13 Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> 14 --- 15 grub-core/Makefile.am | 1 + 16 grub-core/Makefile.core.am | 66 +++----- 17 grub-core/Makefile.core.def | 6 +- 18 grub-core/Makefile.in | 355 +++++++++++++++++++++-------------------- [all …]
|
| H A D | 0035-kern-Add-lockdown-support.patch | 36 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> 37 Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> 39 Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> 40 --- 43 docs/grub-dev.texi | 27 +++++++++++++++ 45 grub-core/Makefile.am | 5 ++- 46 grub-core/Makefile.core.am | 14 ++++---- 47 grub-core/Makefile.core.def | 1 + 48 grub-core/Makefile.in | 73 ++++++++++++++++++++++++++++++----------- 49 grub-core/commands/extcmd.c | 23 +++++++++++++ [all …]
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | master.c | 4 * Copyright (C) 2006-2008 Nokia Corporation. 6 * SPDX-License-Identifier: GPL-2.0+ 22 * scan_for_master - search the valid master node. 23 * @c: UBIFS file-system description object 26 * node. Returns zero in case of success, %-EUCLEAN if there master area is 30 static int scan_for_master(struct ubifs_info *c) in scan_for_master() argument 38 sleb = ubifs_scan(c, lnum, 0, c->sbuf, 1); in scan_for_master() 41 nodes_cnt = sleb->nodes_cnt; in scan_for_master() 43 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, in scan_for_master() 45 if (snod->type != UBIFS_MST_NODE) in scan_for_master() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | ipu3_rcb.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 5 <symbol overflow="visible" id="glyph0-0"> 6 <path style="stroke:none;" d="M 1 0 L 1 -15 L 9 -15 L 9 0 Z M 8 -1 L 8 -14 L 2 -14 L 2 -1 Z M 8 -1 … 8 <symbol overflow="visible" id="glyph0-1"> 9 …-1.15625 C 5.519531 -1.15625 6.15625 -1.316406 6.59375 -1.640625 C 7.039062 -1.960938 7.265625 -2.… 11 <symbol overflow="visible" id="glyph0-2"> 12 …-9.5 C 6.4375 -9.5 7.398438 -9.109375 8.078125 -8.328125 C 8.753906 -7.546875 9.09375 -6.363281 9.… 14 <symbol overflow="visible" id="glyph0-3"> 15 …-9.015625 C 2.015625 -9.160156 2.609375 -9.273438 3.203125 -9.359375 C 3.796875 -9.441406 4.351562… 17 <symbol overflow="visible" id="glyph0-4"> [all …]
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | master.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2006-2008 Nokia Corporation. 16 * ubifs_compare_master_node - compare two UBIFS master nodes 17 * @c: UBIFS file-system description object 24 int ubifs_compare_master_node(struct ubifs_info *c, void *m1, void *m2) in ubifs_compare_master_node() argument 35 hmac_offs - UBIFS_CH_SZ); in ubifs_compare_master_node() 46 return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind); in ubifs_compare_master_node() 51 /* mst_node_check_hash - Check hash of a master node 52 * @c: UBIFS file-system description object 64 static int mst_node_check_hash(const struct ubifs_info *c, in mst_node_check_hash() argument [all …]
|
| H A D | super.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2006-2008 Nokia Corporation. 35 return -EINVAL; in ubifs_default_version_set() 64 * validate_inode - validate inode. 65 * @c: UBIFS file-system description object 71 * a non-zero error code if not. 73 static int validate_inode(struct ubifs_info *c, const struct inode *inode) in validate_inode() argument 78 if (inode->i_size > c->max_inode_sz) { in validate_inode() 79 ubifs_err(c, "inode is too large (%lld)", in validate_inode() 80 (long long)inode->i_size); in validate_inode() [all …]
|
| H A D | lpt_commit.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2006-2008 Nokia Corporation. 12 * This file implements commit-related functionality of the LEB properties 21 static int dbg_populate_lsave(struct ubifs_info *c); 24 * first_dirty_cnode - find first dirty cnode. 25 * @c: UBIFS file-system description object 30 static struct ubifs_cnode *first_dirty_cnode(const struct ubifs_info *c, struct ubifs_nnode *nnode) in first_dirty_cnode() argument 32 ubifs_assert(c, nnode); in first_dirty_cnode() 39 cnode = nnode->nbranch[i].cnode; in first_dirty_cnode() 41 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/iio/lib/ |
| HD | libpthread.so.0 | ... sysdeps/unix/sysv/linux/createthread.c *stopped_start allocatestack.c l->next- ... |
| HD | libc.so.6 | xdr_u_long __wctomb_chk getmntent __freelocale xdr_void __rawmemchr _IO_vsprintf getutent rcmd_af setitimer uselib argp_usage wcstoimax sys_sigabbrev execvp pthread_setcancelstate _IO_wfile_underflow setservent setuid ... |
| /OK3568_Linux_fs/buildroot/dl/sox/ |
| HD | sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e-br1.tar.gz | |
| /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/lib/ |
| H A D | libpthread.so.0 | ... sysdeps/unix/sysv/linux/createthread.c *stopped_start allocatestack.c l->next- ... |
| HD | libpthread-2.33.so | ... sysdeps/unix/sysv/linux/createthread.c *stopped_start allocatestack.c l->next- ... |
| HD | libc-2.33.so | xdr_string __wctomb_chk xdr_double getmntent __freelocale __rawmemchr _IO_vsprintf getutent __file_change_detection_for_path rcmd_af setitimer uselib argp_usage wcstoimax execvp pthread_setcancelstate _IO_wfile_underflow xdr_free setservent ... |
| H A D | libc.so.6 | xdr_string __wctomb_chk xdr_double getmntent __freelocale __rawmemchr _IO_vsprintf getutent __file_change_detection_for_path rcmd_af setitimer uselib argp_usage wcstoimax execvp pthread_setcancelstate _IO_wfile_underflow xdr_free setservent ... |
| /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/lib/ |
| H A D | libpthread.so | ... sysdeps/unix/sysv/linux/createthread.c *stopped_start allocatestack.c l->next- ... |
| /OK3568_Linux_fs/kernel/tools/power/cpupower/po/ |
| H A D | cs.po | 4 # Copyright (C) 2007 kavol 10 "Project-Id-Version: cs\n" 11 "Report-Msgid-Bugs-To: \n" 12 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 13 "PO-Revision-Date: 2008-06-11 16:26+0200\n" 14 "Last-Translator: Karel Volný <kavol@seznam.cz>\n" 15 "Language-Team: Czech <diskuze@lists.l10n.cz>\n" 17 "MIME-Version: 1.0\n" 18 "Content-Type: text/plain; charset=UTF-8\n" 19 "Content-Transfer-Encoding: 8bit\n" [all …]
|
| H A D | pt.po | 2 # Copyright (C) 2008 THE cpufrequtils'S COPYRIGHT HOLDER 9 "Project-Id-Version: cpufrequtils 004\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 12 "PO-Revision-Date: 2008-06-14 22:16-0400\n" 13 "Last-Translator: Claudio Eduardo <claudioeddy@gmail.com>\n" 14 "MIME-Version: 1.0\n" 15 "Content-Type: text/plain; charset=UTF-8\n" 16 "Content-Transfer-Encoding: 8bit\n" 18 #: utils/idle_monitor/nhm_idle.c:36 [all …]
|
| H A D | it.po | 2 # Copyright (C) 2004-2009 9 "Project-Id-Version: cpufrequtils 0.3\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 12 "PO-Revision-Date: 2009-08-15 12:00+0900\n" 13 "Last-Translator: Mattia Dongili <malattia@gmail.com>\n" 14 "Language-Team: NONE\n" 16 "MIME-Version: 1.0\n" 17 "Content-Type: text/plain; charset=UTF-8\n" 18 "Content-Transfer-Encoding: 8bit\n" [all …]
|
| H A D | fr.po | 2 # Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER 9 "Project-Id-Version: cpufrequtils 0.1-pre2\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 12 "PO-Revision-Date: 2004-11-17 15:53+1000\n" 13 "Last-Translator: Bruno Ducrot <ducrot@poupinou.org>\n" 14 "Language-Team: NONE\n" 16 "MIME-Version: 1.0\n" 17 "Content-Type: text/plain; charset=ISO-8859-1\n" 18 "Content-Transfer-Encoding: 8bit\n" [all …]
|
| H A D | de.po | 3 # Copyright (C) 2004-2009 Dominik Brodowski <linux@dominikbrodowski.net> 8 "Project-Id-Version: cpufrequtils 006\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 11 "PO-Revision-Date: 2019-06-02 15:23+0200\n" 12 "Last-Translator: Benjamin Weis <benjamin.weis@gmx.com>\n" 13 "Language-Team: NONE\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=UTF-8\n" 17 "Content-Transfer-Encoding: 8bit\n" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/hostapd/ |
| HD | hostapd-2.9.tar.gz | ... c
hostapd-2.9/src/crypto/aes-internal-enc.c
hostapd-2.9/src |
| /OK3568_Linux_fs/external/libmali/lib/arm-linux-gnueabihf/ |
| HD | libmali-valhall-g610-g6p0-x11-gbm.so | ... not a power of 2, using %zu printf-buffer-size-not-power-2 Performance ... |