OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_buf
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/
scsi-disk.h
24
uint8_t *(*
get_buf
)(SCSIDevice *s, uint32_t tag);
member in struct:SCSIDevice
usb-msd.c
208
s->scsi_buf = s->scsi_dev->
get_buf
(s->scsi_dev, tag);
scsi-disk.c
966
d->
get_buf
= scsi_get_buf;
Completed in 46 milliseconds