Home
last modified time | relevance | path

Searched refs:mly_find_periph (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/mly/
Dmly.c111 static struct cam_periph *mly_find_periph(struct mly_softc *sc, int bus, int target);
2404 mly_find_periph(struct mly_softc *sc, int bus, int target) in mly_find_periph() function
2428 if ((periph = mly_find_periph(sc, bus, target)) != NULL) { in mly_name_device()