Searched refs:uts_attach (Results 1 – 1 of 1) sorted by relevance
109 Static void uts_attach(device_t, device_t, void *);116 CFATTACH_DECL2_NEW(uts, sizeof(struct uts_softc), uts_match, uts_attach,137 uts_attach(device_t parent, device_t self, void *aux) in uts_attach() function