Searched refs:devd (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/amiga/stand/bootblock/boot/ |
H A D | xd.c | 95 xdstrategy(void *devd, int flag, daddr_t dblk, size_t size, void *buf, in xdstrategy() argument 98 struct AmigaIO *aio = (struct AmigaIO *)devd; in xdstrategy()
|
/netbsd-src/sys/arch/atari/stand/libsa/ |
H A D | diskio.c | 93 rootstrategy (void *devd, int flag, daddr_t dblk, size_t size, void *buf, size_t *rsize) in rootstrategy() argument 95 bdevd_t *dd = devd; in rootstrategy()
|
/netbsd-src/sys/rump/dev/lib/libugenhc/ |
H A D | ugenhc.c | 151 usb_device_descriptor_t devd; in ugenhc_roothub_ctrl() local 153 totlen = uimin(buflen, sizeof(devd)); in ugenhc_roothub_ctrl() 154 memcpy(&devd, buf, totlen); in ugenhc_roothub_ctrl() 155 USETW(devd.idVendor, 0x7275); in ugenhc_roothub_ctrl() 156 USETW(devd.idProduct, 0x6d72); in ugenhc_roothub_ctrl() 157 memcpy(buf, &devd, totlen); in ugenhc_roothub_ctrl()
|
/netbsd-src/etc/ |
H A D | auto_master | 6 # When using the -media special map, make sure to edit devd.conf(5)
|
/netbsd-src/sys/dev/usb/ |
H A D | vhci.c | 491 usb_device_descriptor_t devd; in vhci_roothub_ctrl() local 493 totlen = uimin(buflen, sizeof(devd)); in vhci_roothub_ctrl() 494 memcpy(&devd, buf, totlen); in vhci_roothub_ctrl() 495 USETW(devd.idVendor, 0); in vhci_roothub_ctrl() 496 USETW(devd.idProduct, 0); in vhci_roothub_ctrl() 497 memcpy(buf, &devd, totlen); in vhci_roothub_ctrl()
|