H A D | camcontrol.c | 2 * Copyright (c) 1997-2007 Kenneth D. Merry 209 {"devlist", CAM_CMD_DEVTREE, CAM_ARG_NONE, "-b"}, 238 {"-?", CAM_CMD_USAGE, CAM_ARG_NONE, NULL}, 239 {"-h", CAM_CMD_USAGE, CAM_ARG_NONE, NULL}, 380 for (opts = table; (opts != NULL) && (opts->optname != NULL); in getoption() 382 if (strncmp(opts->optname, arg, strlen(arg)) == 0) { in getoption() 383 *cmdnum = opts->cmdnum; in getoption() 384 *argnum = opts->argnum; in getoption() 385 *subopt = opts->subopt; in getoption() 406 ccb->ccb_ in getdevlist() 718 char vendor[16], product[48], revision[16], fw[5]; print_dev_semb() local [all...] |