Home
last modified time | relevance | path

Searched refs:DPRINT_ERR (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c543 DPRINT_ERR(ERR, "\n Retry again\n"); in main()
575 DPRINT_ERR(ERR, in process_args()
631 DPRINT_ERR(ERR, "%s: Unrecognized command \"%s\", type -h for help\n", in process_args()
671 DPRINT_ERR(ERR, "Error at inet_ntoa \n"); in validate_server_address()
675 DPRINT_ERR(ERR, "Error in IP address \n"); in validate_server_address()
679 DPRINT_ERR(ERR, "Enter correct IP address/hostname format\n"); in validate_server_address()
Ddhdu_common.h57 #define DPRINT_ERR if (defined_debug & DEBUG_ERR) \ macro