| /openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
| H A D | libaio_fix_for_mips_syscalls.patch | 17 #define io_syscall2(type,fname,sname,atype,a,btype,b) \ 18 @@ -100,7 +100,7 @@ type fname(atype a, btype b) \ 26 #define io_syscall3(type,fname,sname,atype,a,btype,b,ctype,c) \ 27 @@ -125,7 +125,7 @@ type fname(atype a, btype b, ctype c) \ 35 #define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \ 36 @@ -150,7 +150,7 @@ type fname(atype a, btype b, ctype c, dt 45 @@ -186,7 +186,7 @@ type fname(atype a, btype b, ctype c, dt 54 @@ -216,7 +216,7 @@ type fname (atype a,btype b,ctype c,dtyp
|
| H A D | 00_arches.patch | 43 +#define io_syscall2(type,fname,sname,atype,a,btype,b) \ 44 +type fname(atype a,btype b) \ 56 +#define io_syscall3(type,fname,sname,atype,a,btype,b,ctype,c) \ 57 +type fname(atype a,btype b,ctype c) \ 71 +#define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \ 72 +type fname (atype a, btype b, ctype c, dtype d) \ 87 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ 88 +type fname (atype a,btype b,ctype c,dtype d,etype e) \ 191 +#define io_syscall2(type,fname,sname,atype,a,btype,b) \ 192 +type fname(atype a, btype b) \ [all …]
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_devconfig.c | 9 static int xen_config_dev_dirs(const char *ftype, const char *btype, int vdev, in xen_config_dev_dirs() argument 19 snprintf(be, len, "%s/backend/%s/%d/%d", dom, btype, xen_domid, vdev); in xen_config_dev_dirs()
|
| /openbmc/u-boot/fs/jffs2/ |
| H A D | mini_inflate.c | 353 int bfinal, btype; in decompress_block() local 359 btype = pull_bits(&stream, 2); in decompress_block() 360 if (btype == NO_COMP) decompress_none(&stream, dest + stream.decoded); in decompress_block() 361 else if (btype == DYNAMIC_COMP) in decompress_block() 363 else if (btype == FIXED_COMP) decompress_fixed(&stream, dest + stream.decoded); in decompress_block()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | grub-efi-cfg.bbclass | 98 for btype in btypes: 103 cfgfile.write('\nmenuentry \'%s%s\'{\n' % (title, btype[0])) 119 cfgfile.write(' %s' % btype[1])
|
| H A D | syslinux.bbclass | 172 for btype in btypes: 173 cfgfile.write('LABEL %s%s\nKERNEL /%s\n' % (btype[0], label, kernel)) 177 btype[1] += " " + exargs 190 cfgfile.write('%s %s\n' % (append, btype[1]))
|
| H A D | kernel-yocto.bbclass | 96 btype = urldata.parm.get("type") 97 if btype != "kmeta":
|
| /openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ |
| H A D | clock.h | 125 void rtc_only_update_board_type(u32 btype);
|
| /openbmc/qemu/hw/net/ |
| H A D | vmxnet3.h | 343 u32 btype:1; /* Buffer Type */ member 347 u32 btype:1; /* Buffer Type */
|
| /openbmc/u-boot/board/ti/am43xx/ |
| H A D | board.c | 553 void rtc_only_update_board_type(u32 btype) in rtc_only_update_board_type() argument 558 switch (btype) { in rtc_only_update_board_type()
|
| /openbmc/qemu/target/ppc/ |
| H A D | dfp_helper.c | 625 int btype = b_is_special ? (decNumberIsNaN(&dfp.b) ? 4 : 2) : 1; \ 626 dfp.crbf = (atype ^ btype) ? 0x1 : 0x2; \
|