Searched refs:drvlimit (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 94 static char *drvlimit; variable 142 if (drvlimit != NULL) { 143 print_mpx_capable(di_drv_first_node(drvlimit, 406 if ((drvlimit = calloc(1, MAXMODCONFNAME)) == NULL) { 412 bcopy(optarg, drvlimit, strlen(optarg)); 414 if ((strncmp(drvlimit, "fp", 2) == NULL) && 415 (strncmp(drvlimit, "mpt", 3) == NULL) && 416 (strncmp(drvlimit, "mpt_sas", 7) == NULL) && 417 (strncmp(drvlimit, "pmcs", 4) == NULL)) { 420 "specified"), drvlimit); [all...] |
Completed in 66 milliseconds