xy.c | 183 void xyattach(device_t, device_t, void *); 197 xymatch, xyattach, NULL, NULL); 236 struct xyc_attach_args { /* this is the "aux" args to xyattach */ 586 * call xyattach!). 604 * xyattach: attach a disk. this can be called from autoconf and also 608 xyattach(device_t parent, device_t self, void *aux) function in typeref:typename:void 653 if (tsleep(&xy->state, PRIBIO, "xyattach", 0)) { 1071 xyattach(xy->parent->sc_dev, xy->sc_dev, &xa); 1174 xyattach(xy->parent->sc_dev, xy->sc_dev, &xa);
|