Searched refs:PRINTF (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | queue.c | 29 #define PRINTF(a,b,c) macro 44 PRINTF("queue class %d event %d\n",class,event) ; in queue_event() 60 PRINTF("timer event class %d token %d\n", in timer_event() 79 PRINTF("dispatch get %x put %x\n",ev,smc->q.ev_put) ; in ev_dispatcher() 81 PRINTF("dispatch class %d event %d\n",ev->class,ev->event) ; in ev_dispatcher()
|
/linux-4.1.27/Documentation/accounting/ |
D | getdelays.c | 55 #define PRINTF(fmt, arg...) { \ macro 388 PRINTF("family id %d\n", id); in main() 394 PRINTF("Sent register cpumask, retval %d\n", rc); in main() 418 PRINTF("Sent pid/tgid, retval %d\n", rc); in main() 445 PRINTF("received %d bytes\n", rep_len); in main() 460 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", in main()
|
/linux-4.1.27/scripts/mod/ |
D | modpost.c | 49 #define PRINTF __attribute__ ((format (printf, 1, 2))) macro 51 PRINTF void fatal(const char *fmt, ...) in fatal() 64 PRINTF void warn(const char *fmt, ...) in warn() 75 PRINTF void merror(const char *fmt, ...) in merror()
|