Searched refs:PRINTF (Results 1 - 7 of 7) sorted by relevance

/linux-master/scripts/dtc/
H A Dutil.h17 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro
19 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro
23 #define PRINTF(i, j) macro
32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...)
66 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
67 extern int PRINTF(2, 3) xasprintf_append(char **strp, const char *fmt, ...);
H A Dsrcpos.h96 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix,
98 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
H A Ddtc-lexer.l49 static void PRINTF(1, 2) lexical_error(const char *fmt, ...);
H A Dchecks.c61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti,
/linux-master/drivers/net/fddi/skfp/
H A Dqueue.c21 #define PRINTF(a,b,c) macro
36 PRINTF("queue class %d event %d\n",class,event) ;
52 PRINTF("timer event class %d token %d\n",
71 PRINTF("dispatch get %x put %x\n",ev,smc->q.ev_put) ;
73 PRINTF("dispatch class %d event %d\n",ev->class,ev->event) ;
/linux-master/tools/accounting/
H A Dprocacct.c67 #define PRINTF(fmt, arg...) { \ macro
235 PRINTF("PID\t%d\n", rtid);
239 PRINTF("TGID\t%d\n", rtid);
337 PRINTF("family id %d\n", id);
343 PRINTF("Sent register cpumask, retval %d\n", rc);
352 PRINTF("received %d bytes\n", rep_len);
368 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n",
380 PRINTF("mother=%i\n", mother);
H A Dgetdelays.c55 #define PRINTF(fmt, arg...) { \ macro
412 PRINTF("family id %d\n", id);
418 PRINTF("Sent register cpumask, retval %d\n", rc);
442 PRINTF("Sent pid/tgid, retval %d\n", rc);
469 PRINTF("received %d bytes\n", rep_len);
484 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n",

Completed in 113 milliseconds