Searched refs:help (Results 1 – 6 of 6) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_linux.c | 346 int help = 0; in main() local 354 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) { in main() 372 int help = 0; in process_args() local 377 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) { in process_args() 378 if (help) in process_args() 412 if (help && *argv) { in process_args()
|
D | dhdu_cmd.h | 33 char *help; member
|
D | dhdu.c | 342 int help = FALSE; in dhd_option() local 371 help = TRUE; in dhd_option() 384 *phelp = help; in dhd_option() 395 fprintf(stderr, "%s\n\t%s\n\n", cmd->name, cmd->help); in dhd_cmd_usage() 397 fprintf(stderr, "%s\t%s\n\n", cmd->name, cmd->help); in dhd_cmd_usage()
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | dhdu_linux.c | 346 int help = 0; in main() local 354 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) { in main() 372 int help = 0; in process_args() local 377 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) { in process_args() 378 if (help) in process_args() 412 if (help && *argv) { in process_args()
|
D | dhdu_cmd.h | 33 char *help; member
|
D | dhdu.c | 342 int help = FALSE; in dhd_option() local 371 help = TRUE; in dhd_option() 384 *phelp = help; in dhd_option() 395 fprintf(stderr, "%s\n\t%s\n\n", cmd->name, cmd->help); in dhd_cmd_usage() 397 fprintf(stderr, "%s\t%s\n\n", cmd->name, cmd->help); in dhd_cmd_usage()
|