/kernel/linux/linux-5.10/scripts/dtc/ |
H A 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, ...);
|
H A 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,
|
H A 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-6.6/scripts/dtc/ |
H A D | util.h | 17 #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, ...) in die() 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 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,
|
H A 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/ |
H A 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/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | queue.c | 21 #define PRINTF(a,b,c) macro 36 PRINTF("queue class %d event %d\n",class,event) ; in queue_event() 52 PRINTF("timer event class %d token %d\n", in timer_event() 71 PRINTF("dispatch get %x put %x\n",ev,smc->q.ev_put) ; in ev_dispatcher() 73 PRINTF("dispatch class %d event %d\n",ev->class,ev->event) ; in ev_dispatcher()
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | procacct.c | 67 #define PRINTF(fmt, arg...) { \ macro 235 PRINTF("PID\t%d\n", rtid); in handle_aggr() 239 PRINTF("TGID\t%d\n", rtid); in handle_aggr() 337 PRINTF("family id %d\n", id); in main() 343 PRINTF("Sent register cpumask, retval %d\n", rc); in main() 352 PRINTF("received %d bytes\n", rep_len); in main() 368 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", in main() 380 PRINTF("mother=%i\n", mother); in main()
|
H A D | getdelays.c | 55 #define PRINTF(fmt, arg...) { \ macro 412 PRINTF("family id %d\n", id); in main() 418 PRINTF("Sent register cpumask, retval %d\n", rc); in main() 442 PRINTF("Sent pid/tgid, retval %d\n", rc); in main() 469 PRINTF("received %d bytes\n", rep_len); in main() 484 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", in main()
|
/kernel/liteos_m/testsuites/src/ |
H A D | osTest.c | 239 PRINTF("\t\n --- Test Start --- \n\n");
in TestTaskEntry() 257 PRINTF("\nfailed count:%d, success count:%d\n", g_failResult, g_passResult);
in TestTaskEntry() 258 PRINTF("--- Test End ---\n");
in TestTaskEntry() 274 PRINTF("LosTestInit error\n");
in los_TestInit()
|
H A D | iCunit.c | 124 PRINTF(" [Passed]-%s-%s-%s-%s-%s\n", psubCaseArray->pcCaseID, g_strLayer[psubCaseArray->testcase_layer],
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/ |
H A 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/ |
H A D | posix_test.c | 35 PRINTF("***********************BEGIN POSIX TEST**********************\n"); in ItSuitePosix()
|
/kernel/liteos_m/testsuites/sample/posix/mutex/ |
H A D | It_posix_mutex.c | 81 PRINTF("*********** Begin sample posix mutex test ************\n"); in ItSuitePosixMutex()
|
/kernel/liteos_m/testsuites/include/ |
H A D | osTest.h | 66 #define PRINTF(fmt, args...) \
macro
|
/kernel/liteos_m/testsuites/sample/cmsis/ |
H A D | cmsis_func_test.c | 497 PRINTF("***********************BEGIN CMSIS TEST**********************\n"); in CmsisFuncTestSuite()
|