Searched refs:xdattach (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/vme/
H A Dxd.c241 void xdattach(device_t, device_t, void *);
281 xdmatch, xdattach, NULL, NULL);
320 struct xdc_attach_args { /* this is the "aux" args to xdattach */
687 * call xdattach!).
705 * xdattach: attach a disk. this can be called from autoconf and also
709 xdattach(device_t parent, device_t self, void *aux) function
748 if (tsleep(&xd->state, PRIBIO, "xdattach", 0)) {
1152 xdattach(xd->parent->sc_dev, xd->sc_dev, &xa);
1253 xdattach(xd->parent->sc_dev, xd->sc_dev, &xa);
/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c256 static void xdattach(device_t, device_t, void *);
270 xdmatch, xdattach, NULL, NULL);
272 struct xdc_attach_args { /* this is the "aux" args to xdattach */
541 * call xdattach!). Also, wire down the relationship between the
559 * xdattach: attach a disk.
562 xdattach(device_t parent, device_t self, void *aux) function

Completed in 106 milliseconds