Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/gem/
H A Dif_gem_sbus.c164 if (gem_attach(sc) != 0) { in gem_sbus_attach()
H A Dif_gem_pci.c325 if (gem_attach(sc) != 0) { in gem_pci_attach()
H A Dif_gemvar.h268 int gem_attach(struct gem_softc *sc);
H A Dif_gem.c151 gem_attach(struct gem_softc *sc) in gem_attach() function