Home
last modified time | relevance | path

Searched refs:hca (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/tools/
H A Dsane-find-scanner.c1165 int hca; in build_scsi_dev_list() local
1181 hca = 0; in build_scsi_dev_list()
1183 for(hca = 0; ; hca++) { in build_scsi_dev_list()
1186 snprintf(scsi_hca_name, 20, "\\\\.\\Scsi%d:", hca); in build_scsi_dev_list()
1199 /* Get the inquiry info for the devices on that hca. */ in build_scsi_dev_list()
1234 sprintf(device_name, "h%db%dt%dl%d", hca, inquiry->PathId, inquiry->TargetId, inquiry->Lun); in build_scsi_dev_list()
/third_party/backends/sanei/
H A Dsanei_scsi.c1223 u_int hca = 0; in sanei_scsi_open_extended() local
1225 if (sscanf (dev, "h%ub%ut%ul%u", &hca, &bus, &target, &lun) != 4) in sanei_scsi_open_extended()
1231 snprintf(scsi_hca_name, 19, "\\\\.\\Scsi%d:", hca); in sanei_scsi_open_extended()
5106 int hca; in sanei_scsi_find_devices() local
5118 hca = 0; in sanei_scsi_find_devices()
5120 for(hca = 0; ; hca++) { in sanei_scsi_find_devices()
5123 snprintf(scsi_hca_name, 20, "\\\\.\\Scsi%d:", hca); in sanei_scsi_find_devices()
5136 /* Get the inquiry info for the devices on that hca. */ in sanei_scsi_find_devices()
5176 (findbus == -1 || findbus == hca) in sanei_scsi_find_devices()
[all...]
/third_party/ffmpeg/libavformat/
H A DMakefile247 OBJS-$(CONFIG_HCA_DEMUXER) += hca.o

Completed in 11 milliseconds