/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | fpsp.sa | 1 .long 0x60ff0000,0x17400000,0x60ff0000,0x15f40000 2 .long 0x60ff0000,0x02b60000,0x60ff0000,0x04700000 3 .long 0x60ff0000,0x1b100000,0x60ff0000,0x19aa0000 4 .long 0x60ff0000,0x1b5a0000,0x60ff0000,0x062e0000 5 .long 0x60ff0000,0x102c0000,0x51fc51fc,0x51fc51fc 6 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 7 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 8 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 9 .long 0x2f00203a,0xff2c487b,0x0930ffff,0xfef8202f 10 .long 0x00044e74,0x00042f00,0x203afef2,0x487b0930 [all …]
|
H A D | isp.sa | 1 .long 0x60ff0000,0x02360000,0x60ff0000,0x16260000 2 .long 0x60ff0000,0x12dc0000,0x60ff0000,0x11ea0000 3 .long 0x60ff0000,0x10de0000,0x60ff0000,0x12a40000 4 .long 0x60ff0000,0x12560000,0x60ff0000,0x122a0000 5 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 6 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 7 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 8 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 9 .long 0x2f00203a,0xfefc487b,0x0930ffff,0xfef8202f 10 .long 0x00044e74,0x00042f00,0x203afeea,0x487b0930 [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
H A D | 00_arches.patch | 36 +register long __a __asm__ ("%d1") = (long)(a); \ 47 +register long __a __asm__ ("%d1") = (long)(a); \ 48 +register long __b __asm__ ("%d2") = (long)(b); \ 60 +register long __a __asm__ ("%d1") = (long)(a); \ 61 +register long __b __asm__ ("%d2") = (long)(b); \ 62 +register long __c __asm__ ("%d3") = (long)(c); \ 75 +register long __a __asm__ ("%d1") = (long)(a); \ 76 +register long __b __asm__ ("%d2") = (long)(b); \ 77 +register long __c __asm__ ("%d3") = (long)(c); \ 78 +register long __d __asm__ ("%d4") = (long)(d); \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch | 27 static inline long kexec_load(void *entry, unsigned long nr_segments, 28 struct kexec_segment *segments, unsigned long flags) 33 +extern long kexec_load(void *entry, unsigned long nr_segments, 34 + struct kexec_segment *segments, unsigned long flags); 46 +extern long kexec_file_load(int kernel_fd, int initrd_fd, 47 + unsigned long cmdline_len, const char *cmdline_ptr, 48 + unsigned long flags); 51 + unsigned long cmdline_len, const char *cmdline_ptr, 52 + unsigned long flags) 59 unsigned long cmdline_len, const char *cmdline_ptr, [all …]
|
H A D | 0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch | 46 (long long unsigned int)imaxdiv_sec.quot, 47 (long long unsigned int)imaxdiv_usec.quot); 52 + (long long unsigned int)imaxdiv_sec, 53 + (long long unsigned int)imaxdiv_usec);
|
/openbmc/linux/Documentation/translations/zh_CN/mm/ |
H A D | hugetlbfs_reserv.rst | 48 long adds_in_progress; 50 long region_cache_count; 58 long from; 59 long to; 97 long from, long to, 287 long region_chg(struct resv_map *resv, long f, long t); 288 long region_add(struct resv_map *resv, long f, long t); 289 void region_abort(struct resv_map *resv, long f, long t); 290 long region_count(struct resv_map *resv, long f, long t); 361 unsigned long addr) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 221 -extern int read_buffer(int, off64_t, long long, long long *, 222 +extern int read_buffer(int, off_t, long long, long long *, 337 long long count) 346 long long count, 355 long long count, 386 long long count, 395 long long count, 417 long long count, 426 long long count, 435 long long count, [all …]
|
/openbmc/u-boot/board/cobra5272/bdm/ |
H A D | cobra5272_uboot.gdb | 81 set *((unsigned long *) $csbr1) = 0x0 82 set *((unsigned long *) $csor1) = 0x0 89 set *((unsigned long *) $csbr3) = 0x0 90 set *((unsigned long *) $csor3) = 0x0 93 set *((unsigned long *) $csbr4) = 0x0 94 set *((unsigned long *) $csor4) = 0x0 97 set *((unsigned long *) $csbr5) = 0x0 98 set *((unsigned long *) $csor5) = 0x0 101 set *((unsigned long *) $csbr6) = 0x0 102 set *((unsigned long *) $csor6) = 0x0 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-Use-long-long-instead-of-int64_t.patch | 4 Subject: [PATCH 02/10] Use long long instead of int64_t 8 since this function expects long long as parameter and not int64_t 27 + long long value; 36 + long long value; 45 + long long value; 54 + std::vector<long long> stats; 63 + long long value;
|
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/libarchive/ |
H A D | configurehack.patch | 20 +# AC_TYPE_OFF_T defaults to "long", which limits us to 4GB files on 21 +# most systems... default to "long long" instead. 22 +AC_CHECK_TYPE(off_t, [long long]) 24 +AC_CHECK_TYPE(id_t, [unsigned long]) 40 -# AC_TYPE_OFF_T defaults to "long", which limits us to 4GB files on 41 -# most systems... default to "long long" instead. 42 -AC_CHECK_TYPE(off_t, [long long]) 44 -AC_CHECK_TYPE(id_t, [unsigned long])
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 5 long long 12 type 'long int', but argument 5 has type 'off_t {aka long long int}' 83 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size, 94 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size, 142 + mtd->mtd_num, (long long)seek); 153 + mtd->mtd_num, (long long)seek); 203 + printf("\nErase unit %lld:\n", (long long)i); 240 + (long long)st.st_size, erasesize); 255 + size, (long long)offset, get_file_name(file)); 270 + mtd.mtd_num, (long long)addr); [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | 0001-Fix-Wincompatible-function-pointer-types.patch | 31 long options); 64 long mix_create (MAILSTREAM *stream,char *mailbox); 65 long mix_delete (MAILSTREAM *stream,char *mailbox); 70 void mix_close (MAILSTREAM *stream,long options); 73 long mix_ping (MAILSTREAM *stream); 75 long mix_expunge (MAILSTREAM *stream,char *sequence,long options); 80 long mix_addset (SEARCHSET **set,unsigned long start,unsigned long size); 81 long mix_burp (MAILSTREAM *stream,MIXBURP *burp,unsigned long *reclaimed); 92 @@ -1146,7 +1146,7 @@ long mix_expunge (MAILSTREAM *stream,char *sequence,long options) 123 long mx_lockindex (MAILSTREAM *stream); [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cachetlb.rst | 55 unsigned long start, unsigned long end)`` 68 4) ``void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr)`` 82 unsigned long address, pte_t *ptep)`` 138 unsigned long start, unsigned long end)`` 150 4) ``void flush_cache_page(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn)`` 176 6) ``void flush_cache_vmap(unsigned long start, unsigned long end)`` 177 ``void flush_cache_vunmap(unsigned long start, unsigned long end)`` 288 unsigned long user_vaddr, void *dst, void *src, int len)`` 290 unsigned long user_vaddr, void *dst, void *src, int len)`` 300 unsigned long vmaddr)`` [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | 0003-cli-Mark-return-of-strtol-as-long-int.patch | 4 Subject: [PATCH 3/3] cli: Mark return of strtol as long int 6 strtol does not return unsigned long 8 error: taking the absolute value of unsigned type 'unsigned long' has no effect [-Werror,-Wabsolute… 26 - unsigned long tmp; 27 + long tmp; 35 - unsigned long tmp; 36 + long tmp; 44 - unsigned long tmp; 45 + long tmp; 53 - unsigned long tmp; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 156 /* like fmt_long but for long long */ 157 -size_t fmt_longlong(char *dest,signed long long src) __pure__; 158 +size_t fmt_longlong(char *dest,signed long long src) __PURE; 160 /* like fmt_ulong but for unsigned long long */ 162 +size_t fmt_ulonglong(char *dest,unsigned long long src) __PURE; 164 /* like fmt_xlong but for unsigned long long */ 166 +size_t fmt_xlonglong(char *dest,unsigned long long src) __PURE; 226 -size_t fmt_human(char* dest,unsigned long long l) __pure__; 227 +size_t fmt_human(char* dest,unsigned long long l) __PURE; 230 -size_t fmt_humank(char* dest,unsigned long long l) __pure__; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0001-taglib-Fix-build-on-x86-32-bit.patch | 9 …l' has a different return type ('long') than the function it overrides (which has return type 'off… 10 240 | long tell() const 15 …h' has a different return type ('long') than the function it overrides (which has return type 'off… 16 245 | long length() 36 - long tell() const 43 - long length()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 41 + (unsigned long) uc->uc_mcontext.__gregs[REG_RA], 42 + (unsigned long) uc->uc_mcontext.__gregs[REG_S0], 43 + (unsigned long) uc->uc_mcontext.__gregs[REG_S1], 44 + (unsigned long) uc->uc_mcontext.__gregs[REG_S2], 45 + (unsigned long) uc->uc_mcontext.__gregs[REG_SP], 46 + (unsigned long) uc->uc_mcontext.__gregs[REG_PC], 47 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 0], 48 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 1], 49 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 2], 50 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 3], [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/ |
H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 42 + (unsigned long) uc->uc_mcontext.__gregs[REG_RA], 43 + (unsigned long) uc->uc_mcontext.__gregs[REG_S0], 44 + (unsigned long) uc->uc_mcontext.__gregs[REG_S1], 45 + (unsigned long) uc->uc_mcontext.__gregs[REG_S2], 46 + (unsigned long) uc->uc_mcontext.__gregs[REG_SP], 47 + (unsigned long) uc->uc_mcontext.__gregs[REG_PC], 48 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 0], 49 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 1], 50 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 2], 51 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 3], [all …]
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | 0001-klibc_2.0.4-add-kexec_file_load-syscall.patch | 20 long kexec_load(void *, unsigned long, struct kexec_segment *, unsigned long); 21 +<x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long);
|
H A D | 0001-klibc-add-getrandom-syscall.patch | 19 long kexec_load(void *, unsigned long, struct kexec_segment *, unsigned long); 20 <x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long);
|
/openbmc/u-boot/tools/patman/test/ |
H A D | 0001-pci-Correct-cast-for-sandbox.patch | 12 ‘long long unsigned int’, but argument 3 has type 13 ‘u64 {aka long unsigned int}’ [-Wformat=] 41 + bar_id, (unsigned long long)base, 42 + (unsigned long long)size, is_64 ? 64 : 32,
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch | 53 @@ -379,7 +382,7 @@ int check_stripes(struct mdinfo *info, int *source, unsigned long long *offsets, 76 @@ -581,7 +584,7 @@ int save_stripes(int *source, unsigned long long *offsets, 85 @@ -754,8 +757,8 @@ int restore_stripes(int *dest, unsigned long long *offsets, 96 @@ -816,7 +819,7 @@ int restore_stripes(int *dest, unsigned long long *offsets, 105 @@ -866,7 +869,7 @@ int test_stripes(int *source, unsigned long long *offsets, 129 -extern long long lseek64(int, long long, int);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-stat64.patch | 12 - long *freespace; 13 - long *freefiles; 25 -static long min_freespace = 0; /* Minimium free space on a filesystem */ 26 -static long min_freefiles = 0; /* Minimium free # files on a filesystem */ 36 - min_freespace = (unsigned long) atoi(cp); 45 - min_freefiles = (unsigned long) atoi(cp); 54 - long freespace = -1, freefiles = -1; 64 - long fsize = (long) (size / 1024);
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0001-FF-A-v15-arm64-smccc-add-support-for-SMCCCv1.2-x0-x1.patch | 152 unsigned long a3; 161 + unsigned long a0; 162 + unsigned long a1; 163 + unsigned long a2; 164 + unsigned long a3; 165 + unsigned long a4; 166 + unsigned long a5; 167 + unsigned long a6; 168 + unsigned long a7; 169 + unsigned long a8; [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | completion.rst | 185 unsigned long wait_for_completion_timeout(struct completion *done, unsigned long timeout) 196 long wait_for_completion_interruptible_timeout(struct completion *done, unsigned long timeout) 205 long wait_for_completion_killable(struct completion *done) 206 long wait_for_completion_killable_timeout(struct completion *done, unsigned long timeout) 212 unsigned long wait_for_completion_io_timeout(struct completion *done, unsigned long timeout)
|