Searched refs:PRINTF (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/ |
D | util.h | 17 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 19 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro 23 #define PRINTF(i, j) macro 32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() 65 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...); 66 extern int PRINTF(2, 3) xasprintf_append(char **strp, const char *fmt, ...);
|
D | srcpos.h | 96 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,
|
D | checks.c | 61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
D | queue.c | 25 #define PRINTF(a,b,c) macro 40 PRINTF("queue class %d event %d\n",class,event) ; in queue_event() 56 PRINTF("timer event class %d token %d\n", in timer_event() 75 PRINTF("dispatch get %x put %x\n",ev,smc->q.ev_put) ; in ev_dispatcher() 77 PRINTF("dispatch class %d event %d\n",ev->class,ev->event) ; in ev_dispatcher()
|
/kernel/liteos_m/testsuites/src/ |
D | osTest.c | 236 PRINTF("\t\n --- Test Start --- \n\n"); in TestTaskEntry() 250 PRINTF("\nfailed count:%d, success count:%d\n", g_failResult, g_passResult); in TestTaskEntry() 251 PRINTF("--- Test End ---\n"); in TestTaskEntry() 267 PRINTF("LosTestInit error\n"); in los_TestInit()
|
D | iCunit.c | 124 …PRINTF(" [Passed]-%s-%s-%s-%s-%s\n", psubCaseArray->pcCaseID, g_strLayer[psubCaseArray->testcase_… in ICunitRunF() 130 … PRINTF(" [Failed]-%s-%s-%s-%s-%s-[Errline: %d RetCode:0x%lx]\n", psubCaseArray->pcCaseID, in ICunitRunF()
|
/kernel/linux/linux-5.10/tools/accounting/ |
D | getdelays.c | 56 #define PRINTF(fmt, arg...) { \ macro 396 PRINTF("family id %d\n", id); in main() 402 PRINTF("Sent register cpumask, retval %d\n", rc); in main() 426 PRINTF("Sent pid/tgid, retval %d\n", rc); in main() 453 PRINTF("received %d bytes\n", rep_len); in main() 468 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", in main()
|
/kernel/liteos_m/testsuites/unittest/posix/src/ |
D | posix_test.c | 35 PRINTF("***********************BEGIN POSIX TEST**********************\n"); in ItSuitePosix()
|
/kernel/liteos_m/testsuites/include/ |
D | osTest.h | 66 #define PRINTF(fmt, args...) \ macro
|
/kernel/liteos_m/testsuites/sample/cmsis/ |
D | cmsis_func_test.c | 455 PRINTF("***********************BEGIN CMSIS TEST**********************\n"); in CmsisFuncTestSuite()
|