bioctl.c | 202 str2locator(const char *string, struct locator *location) 216 location->lun = strtonum(lun, 0, 256, &errstr); 220 location->lun = 0; 222 location->target = strtonum(targ, 0, 256, &errstr); 225 location->channel = strtonum(parse, 0, 256, &errstr); 513 "Disk", "Model/Serial", "Status", "Size", "Location"); 575 struct locator location; local in function:bio_setstate_hotspare 589 bio_setstate_common(fd, argv[1], &bs, &location); 599 struct locator location; local in function:bio_setstate_passthru 623 bio_setstate_common(fd, argv[1], &bs, &location); 694 struct locator location; local in function:bio_volops_create 900 struct locator location; local in function:bio_volops_remove 936 struct locator location; local in function:bio_setblink [all...] |