xd.c | 241 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 in typeref:typename:void 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);
|