/hardware/ti/wlan/mac80211/ti-utils/ |
D | calibrator.h | 40 const char *help; member 70 .help = (_help), \ 73 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \ argument 74 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help) 88 .help = (_help), \
|
D | calibrator.c | 137 if (!full || !cmd->help) { in __usage_cmd() 150 start = cmd->help; in __usage_cmd() 217 TOPLEVEL(help, NULL, 0, 0, CIB_NONE, print_help,
|
/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()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_linux.c | 413 int help = 0; in main() local 425 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) { in main() 529 int help = 0; in process_args() local 549 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) { in process_args() 550 if (help) in process_args() 586 if (help && *argv) { in process_args()
|
D | dhdu_cmd.h | 33 char *help; member
|
D | dhdu.c | 359 int help = FALSE; in dhd_option() local 388 help = TRUE; in dhd_option() 401 *phelp = help; in dhd_option() 412 fprintf(stderr, "%s\n\t%s\n\n", cmd->name, cmd->help); in dhd_cmd_usage() 414 fprintf(stderr, "%s\t%s\n\n", cmd->name, cmd->help); in dhd_cmd_usage()
|
/hardware/ti/wlan/wl1271/stad/build/linux/ |
D | Makefile | 107 .PHONY: help 108 help: target
|
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/ |
D | Makefile | 109 .PHONY: help 110 help: target
|
/hardware/samsung_slsi/exynos5/mobicore/ |
D | README.android | 6 The MobiCore Daemon supports 4 command line options. It also displays them with the help option: 12 -h show this help
|
/hardware/ti/wlan/wl1271/platforms/os/linux/build/ |
D | Makefile | 185 .PHONY: help 186 help: target
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/ |
D | console.h | 88 const PS8 help,
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
D | console.c | 81 S8 help[MAX_HELP_LEN+1]; /* Help string */ member 535 (PS8)p_token->name, Console_getNParms(p_token), p_token->help ); in Console_dirHelp() 552 os_error_printf(CU_MSG_INFO2, (PS8)("%s: %s "), (PS8)p_token->help, (PS8)p_token->name ); in Console_displayHelp() 884 os_strncpy( p_dir->help, desc, MAX_HELP_LEN ); in Console_AddDirExt() 924 const PS8 help, in Console_AddToken() argument 954 os_strncpy( p_token->help, help, MAX_HELP_LEN ); in Console_AddToken()
|
/hardware/ti/wlan/wl1271/platforms/os/linux/ |
D | Makefile | 219 help: target
|