Searched refs:device_address (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/libpcap/pcap/
H A Dusb.h84 u_int8_t device_address; member in struct:_usb_header
109 u_int8_t device_address; member in struct:_usb_header_mmapped
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-usb.c126 printf(" %d:%d:%d", uh->bus_id, uh->device_address, uh->endpoint_number & 0x7f);
/freebsd-10.2-release/sys/dev/isci/scil/
H A Dscic_sds_remote_device.c186 this_device->owning_port, &this_device->device_address
237 this_device->device_address.high =
240 this_device->device_address.low =
622 sas_address->low = this_device->device_address.low;
623 sas_address->high = this_device->device_address.high;
H A Dscic_sds_remote_device.h230 SCI_SAS_ADDRESS_T device_address; member in struct:SCIC_SDS_REMOTE_DEVICE
H A Dscic_sds_remote_node_context.c190 rnc->ssp.remote_sas_address_hi = SCIC_SWAP_DWORD(this_rnc->device->device_address.high);
191 rnc->ssp.remote_sas_address_lo = SCIC_SWAP_DWORD(this_rnc->device->device_address.low);
/freebsd-10.2-release/lib/libusb/
H A Dlibusb20_int.h229 uint8_t device_address; member in struct:libusb20_device
H A Dlibusb20_ugen20.c143 pdev->device_address = ugen20_path_convert_one(&tmp);
146 pdev->bus_number, pdev->device_address);
217 pdev->device_address, devinfo.udi_product,
378 pdev->bus_number, pdev->device_address);
H A Dlibusb20.c1086 return (pdev->device_address);
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-usb-linux.c502 uhdr->device_address = dev_addr;

Completed in 132 milliseconds