OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bus_index
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-usb-linux.c
136
int
bus_index
;
member in struct:pcap_usb_linux
497
if (sscanf(handle->opt.device, USB_IFACE"%d", &handlep->
bus_index
) != 1)
509
handlep->
bus_index
);
577
probe_devices(handlep->
bus_index
);
604
probe_devices(handlep->
bus_index
);
/src/external/bsd/pdisk/dist/
SCSI_media.c
73
long
bus_index
;
member in struct:SCSI_media_iterator
747
a->
bus_index
= 0;
790
a->
bus_index
= 0 /* first bus id */;
791
a->bus = scsi_mgr.bus_list[a->
bus_index
].bus;
798
if (a->
bus_index
>= scsi_mgr.bus_count /* max bus id */) {
801
if (a->id == scsi_mgr.bus_list[a->
bus_index
].master_id) {
805
if (a->id > scsi_mgr.bus_list[a->
bus_index
].max_id) {
806
a->
bus_index
+= 1;
807
a->bus = scsi_mgr.bus_list[a->
bus_index
].bus;
ATA_media.c
84
long
bus_index
;
member in struct:ATA_media_iterator
1092
a->
bus_index
= 0;
1135
a->
bus_index
= 0 /* low bus id */;
1136
a->bus = ata_mgr.bus_list[a->
bus_index
];
1142
if (a->
bus_index
>= ata_mgr.busCount/* max bus id */) {
1146
a->
bus_index
+= 1;
1147
a->bus = ata_mgr.bus_list[a->
bus_index
];
Completed in 48 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026