Home
last modified time | relevance | path

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

/app/tests/
A Dv9p_tests.c24 struct virtio_device *dev = virtio_get_9p_device(0); in v9p_tests() local
27 if (dev == NULL) { in v9p_tests()
45 status = virtio_9p_rpc(dev, &tatt, &ratt); in v9p_tests()
61 status = virtio_9p_rpc(dev, &twalk, &rwalk); in v9p_tests()
76 status = virtio_9p_rpc(dev, &tlopen, &rlopen); in v9p_tests()
91 status = virtio_9p_rpc(dev, &tread, &rread); in v9p_tests()
/app/cdcserialtest/
A Drules.mk6 dev/usb \
7 dev/usb/class/cdcserial \
/app/usbtest/
A Drules.mk6 dev/usb
/app/moot/
A Dusbboot.c152 bdev_t *dev = bio_open(moot_system_info.system_flash_name); in handle_usb_cmd() local
153 if (!dev) { in handle_usb_cmd()
159 bio_erase(dev, moot_system_info.system_offset, image_length); in handle_usb_cmd()
187 ssize_t written = bio_write(dev, buffer, addr, bytes_received); in handle_usb_cmd()
200 bio_close(dev); in handle_usb_cmd()

Completed in 13 milliseconds