HomeSort by: relevance | last modified time | path
    Searched defs:xyattach (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/dev/
xy.c 190 static void xyattach(device_t, device_t, void *);
204 xymatch, xyattach, NULL, NULL);
206 struct xyc_attach_args { /* this is the "aux" args to xyattach */
476 * call xyattach!). Also, wire down the relationship between the
494 * xyattach: attach a disk.
497 xyattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/dev/vme/
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);

Completed in 19 milliseconds