Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c97 static char *devicep; variable
280 report_map(devicep, BOOT); in main()
290 report_dev_node_name(devicep); in main()
292 report_map(devicep, BOOT_PATH); in main()
298 report_map(devicep, NONBOOT); in main()
455 if ((devicep = calloc(1, MAXPATHLEN)) == NULL) { in parse_args()
461 devicep = strdup(optarg); in parse_args()
472 if ((devicep = calloc(1, MAXPATHLEN)) == NULL) { in parse_args()
478 devicep = strdup(optarg); in parse_args()
488 devicep = strdup(optarg); in parse_args()
[all …]