Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dzglobal.h48 #ifndef __P
50 #define __P(args) args macro
52 #define __P(args) () macro
363 RETSIGTYPE bibi __P ((int n));
374 int readline_internal __P ((unsigned int timeout));
375 void readline_purge __P ((void));
376 void readline_setup __P ((int fd, size_t readnum,
389 void zperr __P ((const char *fmt, ...));
390 void zpfatal __P ((const char *fmt, ...));
391 void vfile __P ((const char *format, ...));
[all …]
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 …]
H A Dzm.c93 static inline int noxrd7 __P ((void));
94 static inline int zdlread __P ((void));
95 static int zdlread2 __P ((int)) LRZSZ_ATTRIB_REGPARM(1);
96 static inline int zgeth1 __P ((void));
97 static void zputhex __P ((int c, char *pos));
98 static inline int zgethex __P ((void));
99 static int zrbhdr __P ((char *hdr));
100 static int zrbhdr32 __P ((char *hdr));
101 static int zrhhdr __P ((char *hdr));
103 static int zrdat32 __P ((char *buf, int length, size_t *));
[all …]
H A Dlrz.c123 static int rzfiles __P ((struct zm_fileinfo *));
124 static int tryz __P ((void));
125 static void checkpath __P ((const char *name));
127 static void report __P ((int sct));
128 static void uncaps __P ((char *s));
129 static int IsAnyLower __P ((const char *s));
130 static int putsec __P ((struct zm_fileinfo *zi, char *buf, size_t n));
132 static int procheader __P ((char *name, struct zm_fileinfo *));
133 static int wcgetsec __P ((size_t *Blklen, char *rxbuf, unsigned int maxtime));
134 static int wcrx __P ((struct zm_fileinfo *));
[all …]
/rk3399_rockchip-uboot/include/bedbug/
H A Dbedbug.h16 #ifndef __P
18 #define __P(protos) protos /* full-blown ANSI C */ macro
20 #define __P(protos) () /* traditional C preprocessor */ macro
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));
/rk3399_rockchip-uboot/cmd/
H A Dbedbug.c18 extern void show_regs __P ((struct pt_regs *));
19 extern int run_command __P ((const char *, int));