Home
last modified time | relevance | path

Searched refs:DBG_ERR (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/realtime/func/rt-migrate/
Drt-migrate.c328 debug(DBG_ERR, "sched_getaffinity failed: %s\n", strerror(ret)); in start_task()
415 debug(DBG_ERR, "malloc failed\n"); in main()
420 debug(DBG_ERR, "malloc failed\n"); in main()
424 debug(DBG_ERR, "malloc failed\n"); in main()
430 debug(DBG_ERR, "malloc failed\n"); in main()
436 debug(DBG_ERR, "pthread_barrier_init failed: %s\n", in main()
447 debug(DBG_ERR, "malloc thread_pids failed\n"); in main()
/external/u-boot/drivers/usb/gadget/
Datmel_usba_udc.h214 #define DBG_ERR 0x0001 /* report all error returns */ macro
226 #define DEBUG_LEVEL (DBG_ERR)
Datmel_usba_udc.c185 DBG(DBG_ERR, "ep_enable: Invalid argument"); in usba_ep_enable()
213 DBG(DBG_ERR, "ep_enable: %s is not isoc capable\n", in usba_ep_enable()
288 DBG(DBG_ERR, "ep_disable: %s not enabled\n", in usba_ep_disable()
409 DBG(DBG_ERR, "Attempted to halt uninitialized ep %s\n", in usba_ep_set_halt()
415 DBG(DBG_ERR, "Attempted to halt isochronous ep %s\n", in usba_ep_set_halt()
684 DBG(DBG_ERR, "Invalid test mode: 0x%04x\n", test_mode); in do_test_mode()
/external/ltp/testcases/realtime/include/
Dlibrttest.h183 #define DBG_ERR 1 macro
/external/ltp/testcases/realtime/lib/
Dlibstats.c85 debug(DBG_ERR, "Number of elements cannot be more than %ld\n", in stats_container_append()