Home
last modified time | relevance | path

Searched refs:long (Results 1 – 25 of 818) sorted by relevance

12345678910>>...33

/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch27 static inline long kexec_load(void *entry, unsigned long nr_segments,
28 struct kexec_segment *segments, unsigned long flags)
30 return (long) syscall(__NR_kexec_load, entry, nr_segments, segments, 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);
50 +static inline long kexec_file_load(int kernel_fd, int initrd_fd,
51 + unsigned long cmdline_len, const char *cmdline_ptr,
[all …]
H A D0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch46 (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/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch35 +register long __res __asm__ ("%d0") = __NR_##sname; \
36 +register long __a __asm__ ("%d1") = (long)(a); \
46 +register long __res __asm__ ("%d0") = __NR_##sname; \
47 +register long __a __asm__ ("%d1") = (long)(a); \
48 +register long __b __asm__ ("%d2") = (long)(b); \
59 +register long __res __asm__ ("%d0") = __NR_##sname; \
60 +register long __a __asm__ ("%d1") = (long)(a); \
61 +register long __b __asm__ ("%d2") = (long)(b); \
62 +register long __c __asm__ ("%d3") = (long)(c); \
74 +register long __res __asm__ ("%d0") = __NR_##sname; \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Use-long-long-instead-of-int64_t.patch4 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/u-boot/board/cobra5272/bdm/
H A Dcobra5272_uboot.gdb77 set *((unsigned long *) $csbr0) = 0xffe00201
78 set *((unsigned long *) $csor0) = 0xffe00014
81 set *((unsigned long *) $csbr1) = 0x0
82 set *((unsigned long *) $csor1) = 0x0
85 set *((unsigned long *) $csbr2) = 0x30000001
86 set *((unsigned long *) $csor2) = 0xfff80000
89 set *((unsigned long *) $csbr3) = 0x0
90 set *((unsigned long *) $csor3) = 0x0
93 set *((unsigned long *) $csbr4) = 0x0
94 set *((unsigned long *) $csor4) = 0x0
[all …]
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch98 @@ -54,7 +54,7 @@ copy_file_range_cmd(int fd, long long *src_off, long long *dst_off, size_t len)
115 if (sz < 0 || (unsigned long long)sz > SIZE_MAX) {
121 set_cowextsize(const char *path, int fd, long extsz)
169 unsigned long long i;
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,
356 long long *total,
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0003-cli-Mark-return-of-strtol-as-long-int.patch4 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-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Fix-Wincompatible-function-pointer-types.patch30 @@ -103,8 +103,8 @@ long mh_copy (MAILSTREAM *stream,char *sequence,char *mailbox,
31 long options);
32 long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data);
39 long mh_canonicalize (char *pattern,char *ref,char *pat);
41 @@ -1194,7 +1194,7 @@ long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data)
63 @@ -125,7 +125,7 @@ long mix_unsubscribe (MAILSTREAM *stream,char *mailbox);
64 long mix_create (MAILSTREAM *stream,char *mailbox);
65 long mix_delete (MAILSTREAM *stream,char *mailbox);
66 long mix_rename (MAILSTREAM *stream,char *old,char *newname);
70 void mix_close (MAILSTREAM *stream,long options);
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch5 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,
105 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
116 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
127 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size, wrote,
142 + mtd->mtd_num, (long long)seek);
153 + mtd->mtd_num, (long long)seek);
168 + mtd->eb_size / 1024, (unsigned long long)start, ((eb - eb_start) * 100) / eb_cnt);
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0001-taglib-Fix-build-on-x86-32-bit.patch9 …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 D0006-Define-correct-gregs-for-RISCV32.patch42 + (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-oe/recipes-extended/redis/redis-7.2.8/
H A D0006-Define-correct-gregs-for-RISCV32.patch42 + (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-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch135 -size_t fmt_long(char *dest,signed long src) __pure__;
136 +size_t fmt_long(char *dest,signed long src) __PURE;
141 -size_t fmt_ulong(char *dest,unsigned long src) __pure__;
142 +size_t fmt_ulong(char *dest,unsigned long src) __PURE;
147 -size_t fmt_xlong(char *dest,unsigned long src) __pure__;
148 +size_t fmt_xlong(char *dest,unsigned long src) __PURE;
153 -size_t fmt_8long(char *dest,unsigned long src) __pure__;
154 +size_t fmt_8long(char *dest,unsigned long src) __PURE;
156 /* like fmt_long but for long long */
157 -size_t fmt_longlong(char *dest,signed long long src) __pure__;
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-klibc-add-getrandom-syscall.patch19 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);
H A D0001-klibc_2.0.4-add-kexec_file_load-syscall.patch20 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);
/openbmc/u-boot/tools/patman/test/
H A D0001-pci-Correct-cast-for-sandbox.patch12long 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/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools/
H A D0001-Use-lld-in-printf-for-64-bit-time_t.patch11 explicitly cast to long long to avoid potential compatibility issues
36 + (long long)infobuf.assert_timestamp.tv_sec,
40 + (long long)infobuf.clear_timestamp.tv_sec,
53 + printf("timestamp: %lld, sequence: %ld, offset: % 6ld\n", (long long)ts.tv_sec, seq, ts.tv_nsec);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-stat64.patch12 - 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/poky/meta/site/
H A Dmipsisa64r6el-linux25 wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
26 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
30 db_cv_align_t=${db_cv_align_t='unsigned long long'}
31 db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
H A Dmips-linux25 wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
26 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
29 db_cv_align_t=${db_cv_align_t='unsigned long long'}
30 db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
H A Dmipsisa32r6-linux25 wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
26 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
29 db_cv_align_t=${db_cv_align_t='unsigned long long'}
30 db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
H A Dmipsel-linux25 wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
26 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
30 db_cv_align_t=${db_cv_align_t='unsigned long long'}
31 db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
H A Dmipsisa32r6el-linux25 wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
26 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
30 db_cv_align_t=${db_cv_align_t='unsigned long long'}
31 db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
H A Dmips64-linux25 wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
26 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
29 db_cv_align_t=${db_cv_align_t='unsigned long long'}
30 db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
H A Dmipsisa64r6-linux25 wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
26 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
29 db_cv_align_t=${db_cv_align_t='unsigned long long'}
30 db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}

12345678910>>...33