Searched refs:__P (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/include/bedbug/ |
H A D | ppc.h | 372 extern int disppc __P((unsigned char *,unsigned char *,int, 374 extern int print_source_line __P((char *,char *,int, 376 extern int find_next_address __P((unsigned char *,int,struct pt_regs *)); 377 extern int handle_bc __P((struct ppc_ctx *)); 378 extern unsigned long asmppc __P((unsigned long,char*,int*)); 379 extern char *asm_error_str __P((int));
|
H A D | bedbug.h | 16 #ifndef __P 18 #define __P(protos) protos /* full-blown ANSI C */ macro 20 #define __P(protos) () /* traditional C preprocessor */ macro
|
/openbmc/u-boot/common/ |
H A D | bedbug.c | 21 extern int line_info_from_addr __P ((Elf32_Word, char *, char *, int *)); 23 extern char *symbol_name_from_addr __P ((Elf32_Word, int, int *)); 26 int print_operands __P ((struct ppc_ctx *)); 27 int get_operand_value __P ((struct opcode *, unsigned long, 29 struct opcode *find_opcode __P ((unsigned long)); 30 struct opcode *find_opcode_by_name __P ((char *)); 31 char *spr_name __P ((int)); 32 int spr_value __P ((char *)); 33 char *tbr_name __P ((int)); 34 int tbr_value __P ((char *)); [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/ |
H A D | sys-cdefs.h | 6 #undef __P 9 #define __P(args) args macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/ |
H A D | mdadm.patch | 9 -extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence)); 10 +//extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ |
H A D | 0001-dns_hosts-Fix-build-with-musl.patch | 7 remove need for sys/cdefs.h by remove __P 60 -static void addrsort __P((char **, int));
|
/openbmc/u-boot/cmd/ |
H A D | bedbug.c | 18 extern void show_regs __P ((struct pt_regs *)); 19 extern int run_command __P ((const char *, int));
|
/openbmc/linux/Documentation/trace/ |
H A D | tracepoint-analysis.rst | 319 : _mm_store_si128 (__m128i *__P, __m128i __B) : { 320 : *__P = __B;
|
/openbmc/linux/kernel/sched/ |
H A D | debug.c | 955 #define __P(F) __PS(#F, F) macro 1065 __P(nr_switches); in proc_sched_show_task()
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 831 - Use PARAMS instead of __P. Suggested by Roland McGrath. 855 - * libintl.inst: Add missing __P definition. Reported by Nelson Beebe. 903 - Protect prototypes in type casts by __P.
|