Home
last modified time | relevance | path

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

/src/sbin/camcontrol/
H A Dcamcontrol.c277 static int print_dev_scsi(struct device_match_result *dev_result, char *tmpstr);
278 static int print_dev_ata(struct device_match_result *dev_result, char *tmpstr);
279 static int print_dev_semb(struct device_match_result *dev_result, char *tmpstr);
280 static int print_dev_mmcsd(struct device_match_result *dev_result,
282 static int print_dev_nvme(struct device_match_result *dev_result, char *tmpstr);
560 struct device_match_result *dev_result; in getdevtree() local
566 dev_result = in getdevtree()
569 if ((dev_result->flags in getdevtree()
577 if (dev_result->protocol == PROTO_SCSI) { in getdevtree()
578 if (print_dev_scsi(dev_result, in getdevtree()
[all …]