Home
last modified time | relevance | path

Searched refs:__P (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/bedbug/
H A Dppc.h372 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 Dbedbug.h16 #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 Dbedbug.c21 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 Dsys-cdefs.h6 #undef __P
9 #define __P(args) args macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/
H A Dmdadm.patch9 -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 D0001-dns_hosts-Fix-build-with-musl.patch7 remove need for sys/cdefs.h by remove __P
60 -static void addrsort __P((char **, int));
/openbmc/u-boot/cmd/
H A Dbedbug.c18 extern void show_regs __P ((struct pt_regs *));
19 extern int run_command __P ((const char *, int));
/openbmc/linux/Documentation/trace/
H A Dtracepoint-analysis.rst319 : _mm_store_si128 (__m128i *__P, __m128i __B) : {
320 : *__P = __B;
/openbmc/linux/kernel/sched/
H A Ddebug.c955 #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 Dautotools-update.patch831 - 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.