Home
last modified time | relevance | path

Searched refs:btype (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A Dlibaio_fix_for_mips_syscalls.patch17 #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 D00_arches.patch43 +#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 Dxen_devconfig.c9 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 Dmini_inflate.c353 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 Dgrub-efi-cfg.bbclass98 for btype in btypes:
103 cfgfile.write('\nmenuentry \'%s%s\'{\n' % (title, btype[0]))
119 cfgfile.write(' %s' % btype[1])
H A Dsyslinux.bbclass172 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 Dkernel-yocto.bbclass96 btype = urldata.parm.get("type")
97 if btype != "kmeta":
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dclock.h125 void rtc_only_update_board_type(u32 btype);
/openbmc/qemu/hw/net/
H A Dvmxnet3.h343 u32 btype:1; /* Buffer Type */ member
347 u32 btype:1; /* Buffer Type */
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c553 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 Ddfp_helper.c625 int btype = b_is_special ? (decNumberIsNaN(&dfp.b) ? 4 : 2) : 1; \
626 dfp.crbf = (atype ^ btype) ? 0x1 : 0x2; \